File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_templateck/views/templateinfos/tmpl/install.php
Back
<?php /** * @name Template Creator CK 3 * @package com_templateck * @copyright Copyright (C) 2013. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); JHtml::_('behavior.formvalidation'); ?> <script type="text/javascript"> Joomla.submitbutton = function(task) { if (task == 'template.cancel' || document.formvalidator.isValid(document.id('installGabarit'))) { Joomla.submitform(task, document.getElementById('installGabarit')); } else { alert('<?php echo $this->escape(JText::_('JGLOBAL_VALIDATION_FORM_FAILED')); ?>'); } } </script> <form action="<?php echo JRoute::_('index.php'); ?>" method="post" enctype="multipart/form-data" name="adminForm" id="installGabarit" class="form-validate"> <div> <fieldset> <legend><?php echo JText::_('CK_INSTALL_GABARIT'); ?></legend> <table class="admintable"> <tr> <td width="110" class="key"> <label for="title"> <?php echo JText::_('CK_CHOOSE_FILE_TCK') . ' (or .tck3z)'; ?>: </label> </td> <td> <input class="inputbox" type="file" name="file" id="importzip" size="60" /> <input type="submit" name="submitfile" class="inputbox" value="<?php echo JText::_('CK_INSTALL'); ?>" /> </td> </tr> </table> </fieldset> </div> <input type="hidden" name="option" value="com_templateck" /> <input type="hidden" name="id" value="<?php echo $this->item->id; ?>" /> <input type="hidden" name="view" value="templateinfos" /> <input type="hidden" name="task" value="templateinfos.importtck" /> <input type="hidden" name="controller" value="templateinfos" /> <?php echo JHtml::_('form.token'); ?> </form>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings