Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/media/zoo/elements/textarea/tmpl/edit.php
Назад
<?php /** * @package com_zoo * @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 id="<?php echo $this->identifier; ?>" class="repeat-elements"> <ul class="repeatable-list"> <?php foreach($this as $self) : ?> <li class="repeatable-element"> <?php echo $this->_addEditor($this->index(), $this->get('value', $this->config->get('default')), $params->get('trusted_mode', false)); ?> </li> <?php endforeach; ?> <?php for ($index = count($this); $index < count($this) + ElementTextarea::MAX_HIDDEN_EDITORS; $index++) : ?> <li class="repeatable-element hidden"> <?php echo $this->_addEditor($index, '', $params->get('trusted_mode', false)); ?> </li> <?php endfor; ?> </ul> <p class="add"> <a href="javascript:void(0);"><?php echo JText::sprintf('Add another %s', JText::_($this->app->string->ucfirst($this->getElementType()))) ?></a> </p> </div> <script type="text/javascript"> jQuery('#<?php echo $this->identifier; ?>').ElementRepeatableTextarea(); </script>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка