| Server IP : 46.105.57.169 / Your IP : 216.73.216.144 Web Server : Apache System : Linux webd003.cluster120.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 : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/www/saint-martin-lg/administrator/components/com_templateck/interfaces/ |
Upload File : |
<?php
/**
* @name Template Creator CK
* @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 - https://www.template-creator.com - https://www.joomlack.fr
*/
// No direct access to this file
defined('TCK_LOADED') or die('Restricted access');
?>
<script language="javascript" type="text/javascript">
Joomla.submitbutton = function(task)
{
if (task == 'cancel') {
Joomla.submitform(task);
return;
}
}
</script>
<form action="<?php echo \Joomla\CMS\Router\Route::_('index.php'); ?>" method="post" enctype="multipart/form-data" name="adminForm" id="adminForm" class="form-validate">
<div>
<fieldset>
<legend><?php echo TCK_Text::_('CK_INSTALL_GABARIT'); ?></legend>
<table class="admintable">
<tr>
<td width="110" class="key">
<label for="title">
<?php echo TCK_Text::_('CK_CHOOSE_FILE_TCK'); ?>:
</label>
</td>
<td>
<input class="inputbox" type="file" name="file" id="importzip" size="60" />
<input type="submit" name="submitfile" class="inputbox" value="<?php echo TCK_Text::_('CK_INSTALL'); ?>" />
</td>
</tr>
</table>
</fieldset>
</div>
<input type="hidden" name="option" value="com_templateck" />
<input type="hidden" name="id" value="<?php echo $this->template->id; ?>" />
<input type="hidden" name="task" value="importtck" />
<input type="hidden" name="controller" value="templateinfos" />
</form>