Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/plugins/system/widgetkit_zoo/elements/image/tmpl/submission.php
Назад
<?php /** * @package Widgetkit * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); ?> <div class="<?php echo $this->identifier; ?>"> <div class="image-select"> <div class="upload"> <input type="text" id="filename<?php echo $this->identifier; ?>" readonly="readonly" /> <div class="button-container"> <button class="button-grey search" type="button"><?php echo JText::_('Search'); ?></button> <input type="file" name="elements_<?php echo $this->identifier; ?>" onchange="javascript: document.getElementById('filename<?php echo $this->identifier; ?>').value = this.value.replace(/^.*[\/\\]/g, '');" /> </div> </div> <?php if (isset($lists['image_select'])) : ?> <span class="select"><?php echo JText::_('ALREADY UPLOADED'); ?></span><?php echo $lists['image_select']; ?> <?php else : ?> <input type="hidden" class="image" name="<?php echo $this->getControlName('image'); ?>" value="<?php echo $image ? 1 : ''; ?>"> <?php endif; ?> </div> <div class="image-preview"> <img src="<?php echo $image; ?>" alt="preview"> <span class="image-cancel" title="<?php JText::_('Remove image'); ?>"></span> </div> <?php if ($trusted_mode) : ?> <div class="more-options"> <div class="trigger"> <div> <div class="link button"><?php echo JText::_('Link'); ?></div> <div class="title button"><?php echo JText::_('Title'); ?></div> </div> </div> <div class="title options"> <div class="row"> <?php echo $this->app->html->_('control.text', $this->getControlName('title'), $this->get('title'), 'maxlength="255" title="'.JText::_('Title').'" placeholder="'.JText::_('Title').'"'); ?> </div> </div> <div class="link options"> <div class="row"> <?php echo $this->app->html->_('control.text', $this->getControlName('link'), $this->get('link'), 'size="60" maxlength="255" title="'.JText::_('Link').'" placeholder="'.JText::_('Link').'"'); ?> </div> <div class="row"> <strong><?php echo JText::_('New window'); ?></strong> <?php echo $this->app->html->_('select.booleanlist', $this->getControlName('target'), $this->get('target'), $this->get('target')); ?> </div> <div class="row"> <?php echo $this->app->html->_('control.text', $this->getControlName('rel'), $this->get('rel'), 'size="60" maxlength="255" title="'.JText::_('Lightbox').'" placeholder="'.JText::_('Lightbox').'"'); ?> </div> </div> </div> <?php endif; ?> </div> <script> jQuery(function($) { $('#item-submission .<?php echo $this->identifier; ?>').ImageSubmission({ uri: '<?php echo JURI::root(); ?>' }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка