Your IP : 216.73.216.61


Current Path : /home/gonzalx/www/administrator/components/com_akeeba/tmpl/S3Import/
Upload File :
Current File : /home/gonzalx/www/administrator/components/com_akeeba/tmpl/S3Import/downloading.blade.php

<?php
/**
 * @package   akeebabackup
 * @copyright Copyright (c)2006-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

// Protect from unauthorized access
defined('_JEXEC') || die();

?>
<div id="backup-percentage" class="akeeba-progress">
    <div id="progressbar-inner" class="akeeba-progress-fill" style="width: {{ (int) $this->percent }}%"></div>
    <div class="akeeba-progress-status">
        {{ (int) $this->percent }}%
    </div>
</div>

<div class="akeeba-panel--information">
    <p>
        @sprintf('COM_AKEEBA_REMOTEFILES_LBL_DOWNLOADEDSOFAR', $this->done, $this->total, $this->percent)
    </p>
</div>