| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/visitevirtuelle/administrator/components/com_akeeba/views/log/tmpl/ |
Upload File : |
<?php
/**
* @package AkeebaBackup
* @copyright Copyright (c)2009-2014 Nicholas K. Dionysopoulos
* @license GNU General Public License version 3, or later
*
* @since 1.3
*/
defined('_JEXEC') or die();
if(empty($this->tag)) $this->tag = null;
JHtml::_('behavior.framework');
?>
<?php if(count($this->logs)): ?>
<form name="adminForm" id="adminForm" action="index.php" method="post" class="form-inline">
<input name="option" value="com_akeeba" type="hidden" />
<input name="view" value="log" type="hidden" />
<input type="hidden" name="<?php echo JFactory::getSession()->getFormToken()?>" value="1" />
<fieldset>
<label for="tag"><?php echo JText::_('LOG_CHOOSE_FILE_TITLE'); ?></label>
<?php echo JHTML::_('select.genericlist', $this->logs, 'tag', 'onchange=submitform()', 'value', 'text', $this->tag, 'tag') ?>
<?php if(!empty($this->tag)): ?>
<button class="btn btn-primary" onclick="window.location='<?php echo JURI::base(); ?>index.php?option=com_akeeba&view=log&task=download&tag=<?php echo urlencode($this->tag); ?>'; return false;">
<i class="icon-download-alt icon-white"></i>
<?php echo JText::_('LOG_LABEL_DOWNLOAD'); ?>
</button>
<?php endif; ?>
<?php if(!empty($this->tag)): ?>
<br/>
<hr/>
<iframe
src="<?php echo JURI::base(); ?>index.php?option=com_akeeba&view=log&task=iframe&layout=raw&tag=<?php echo urlencode($this->tag); ?>"
width="99%" height="400px">
</iframe>
<?php endif; ?>
</fieldset>
</form>
<?php else: ?>
<div class="alert alert-error alert-block">
<?php echo JText::_('LOG_NONE_FOUND') ?>
</div>
<?php endif; ?>