ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "view-bulk.php"
Full Path: /home/zcziejy/ryadselyen/class/view/view-bulk.php
File size: 1.16 KB
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ShortPixel;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<div class="shortpixel-bulk-wrapper">
<h1><?php esc_html_e('ShortPixel Bulk Processing', 'shortpixel-image-optimiser'); ?></h1>
<div id="processPaused" class="processor-paused" data-action="ResumeBulk"><span class='dashicons dashicons-controls-pause' data-action="ResumeBulk"></span>
<?php esc_html_e('The Bulk Processing is paused, please click to resume','shortpixel-image-optimiser'); ?></div>
<div id="processorOverQuota" class="processor-overquota">
<h3><?php esc_html_e('There are no credits left. The Bulk Processing is paused.','shortpixel-image-optimiser'); ?></h3>
<p><a href="javascript:window.location.reload()"><?php esc_html_e('Click to reload page after adding credits','shortpixel-image-optimiser'); ?></a></p>
</div>
<div class="screen-wrapper">
<?php
$this->loadview('bulk/part-dashboard');
$this->loadView('bulk/part-selection');
$this->loadView('bulk/part-summary');
$this->loadView('bulk/part-process');
$this->loadView('bulk/part-finished');
$this->loadView('bulk/part-bulk-special');
?>
</div>
</div> <!-- wrapper -->