__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @name Slider CK
* @package com_sliderck
* @copyright Copyright (C) 2016. 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
*/
defined('_JEXEC') or die;
?>
<div class="" id="ckimportpopup" style="padding:10px;display:none;">
<div class=""><h1><?php echo JText::_('CK_IMPORT'); ?></h1></div>
<br />
<form id="importpage" name="importpage" method="post" enctype="multipart/form-data">
<div>
<fieldset>
<table class="table table-striped">
<tr>
<td width="110" class="key">
<label for="title">
<?php echo JText::_('CK_CHOOSE_FILE_MMCK'); ?>:
</label>
</td>
<td>
<input class="inputbox" type="file" name="file" id="file" size="60" />
<input type="submit" name="submitfile" class="inputbox btn" value="<?php echo JText::_('CK_INSTALL'); ?>" />
</td>
</tr>
</table>
</fieldset>
</div>
<?php echo JHtml::_('form.token'); ?>
<input type="hidden" name="task" value="uploadParamsFile" />
</form>
</div>
<div id="ckexportpopup" class="" style="position:relative;display:none;">
<div style="padding: 10px;">
<div class="ckexportmodalcontent">
<div class="" id="">
<div class=""><h1><?php echo JText::_('CK_EXPORT'); ?></h1></div>
<div id="ckexportpagedownload" style="border-top: 1px solid #ddd;padding: 0.75em;text-align: center;">
</div>
</div>
</div>
</div>
</div>
<script>
jQuery(document).ready(function() {
jQuery("form#importpage").on('submit', function(e) {
e.preventDefault();
var form = document.forms.namedItem('importpage');
var formData = new FormData(form);
ckUploadParamsFile(formData);
return false;
});
});
</script>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 14.12 KB | 0664 |
|
| default_importexport.php | File | 1.8 KB | 0664 |
|
| default_mainmenu.php | File | 2.59 KB | 0664 |
|
| index.html | File | 44 B | 0664 |
|