| 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/postsetup/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();
JHtml::_('behavior.framework');
$disabled = AKEEBA_PRO ? '' : 'disabled = "disabled"';
$script = <<<JS
;// This comment is intentionally put here to prevent badly written plugins from causing a Javascript error
// due to missing trailing semicolon and/or newline in their code.
(function($){
$(document).ready(function(){
$('#akeeba-postsetup-apply').click(function(e){
$('#adminForm').submit();
});
$('#akeeba-postsetup-acceptandapply').click(function(e){
$('#acceptlicense, #acceptsupport, #acceptbackuptest').attr('checked','checked');
$('#adminForm').submit();
});
})
})(akeeba.jQuery)
JS;
JFactory::getDocument()->addScriptDeclaration($script);
?>
<?php if(!version_compare(PHP_VERSION, '5.3.0', 'ge') && AEUtilComconfig::getValue('displayphpwarning', 1) ): ?>
<div class="alert">
<a class="close" data-dismiss="alert" href="#">×</a>
<p><strong><?php echo JText::_('COM_AKEEBA_CONFIG_LBL_OUTDATEDPHP_HEADER') ?></strong><br/>
<?php echo JText::_('COM_AKEEBA_CONFIG_LBL_OUTDATEDPHP_BODY') ?>
</p>
</div>
<?php endif; ?>
<form action="index.php" method="post" name="adminForm" id="adminForm">
<input type="hidden" name="option" value="com_akeeba" />
<input type="hidden" name="view" value="postsetup" />
<input type="hidden" name="task" id="task" value="save" />
<input type="hidden" name="<?php echo JFactory::getSession()->getFormToken()?>" value="1" />
<p><?php echo JText::_('AKEEBA_POSTSETUP_LBL_WHATTHIS'); ?></p>
<?php if($this->showsrp): ?>
<label for="srp" class="postsetup-main">
<input type="checkbox" id="srp" name="srp" <?php if($this->enablesrp): ?>checked="checked"<?php endif; ?> <?php echo $disabled?> />
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_SRP')?>
</label>
</br>
<?php if(AKEEBA_PRO): ?>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_DESC_SRP');?></div>
<?php else: ?>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_NOTAVAILABLEINCORE');?></div>
<?php endif; ?>
<br/>
<?php else: ?>
<input type="hidden" id="srp" name="srp" value="0" />
<?php endif; ?>
<label for="backuponupdate" class="postsetup-main">
<input type="checkbox" id="backuponupdate" name="backuponupdate" <?php if($this->enablebackuponupdate): ?>checked="checked"<?php endif; ?> <?php echo $disabled?> />
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_BACKUPONUPDATE')?>
</label>
</br>
<?php if(AKEEBA_PRO): ?>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_DESC_BACKUPONUPDATE');?></div>
<?php else: ?>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_NOTAVAILABLEINCORE');?></div>
<?php endif; ?>
<br/>
<label for="confwiz" class="postsetup-main">
<input type="checkbox" id="confwiz" name="confwiz" <?php if($this->enableconfwiz): ?>checked="checked"<?php endif; ?> />
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_confwiz')?>
</label>
</br>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_DESC_confwiz');?></div>
<br/>
<?php if($this->showangieupgrade): ?>
<label for="angieupgrade" class="postsetup-main">
<input type="checkbox" id="angieupgrade" name="angieupgrade" checked="checked" />
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_ANGIEUPGRADE')?>
</label>
</br>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_DESC_ANGIEUPGRADE');?></div>
<br/>
<?php endif; ?>
<h3><?php echo JText::_('AKEEBA_POSTSETUP_LBL_MANDATORYINFO') ?></h3>
<label for="acceptlicense" class="postsetup-main">
<input type="checkbox" id="acceptlicense" name="acceptlicense" <?php if($this->acceptlicense): ?>checked="checked"<?php endif; ?> />
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_ACCEPTLICENSE')?>
</label>
</br>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_DESC_ACCEPTLICENSE');?></div>
<br/>
<label for="acceptsupport" class="postsetup-main">
<input type="checkbox" id="acceptsupport" name="acceptsupport" <?php if($this->acceptsupport): ?>checked="checked"<?php endif; ?> />
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_ACCEPTSUPPORT')?>
</label>
</br>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_DESC_ACCEPTSUPPORT');?></div>
<br/>
<label for="acceptbackuptest" class="postsetup-main">
<input type="checkbox" id="acceptbackuptest" name="acceptbackuptest" <?php if($this->acceptbackuptest): ?>checked="checked"<?php endif; ?> />
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_ACCEPTBACKUPTEST')?>
</label>
</br>
<div class="postsetup-desc"><?php echo JText::_('AKEEBA_POSTSETUP_DESC_ACCEPTBACKUPTEST');?></div>
<br/>
<button id="akeeba-postsetup-apply" class="btn btn-primary btn-large" onclick="return false;"><?php echo JText::_('AKEEBA_POSTSETUP_LBL_APPLY');?></button>
<button id="akeeba-postsetup-acceptandapply" class="btn btn-warning" onclick="return false;">
<span class="icon icon-white icon-check"></span>
<?php echo JText::_('AKEEBA_POSTSETUP_LBL_ACCEPTANDAPPLY');?>
</button>
</form>