| Current Path : /var/www/iplanru/data/old/www/i-plan.ru/media/zoo/elements/media/tmpl/ |
| Current File : /var/www/iplanru/data/old/www/i-plan.ru/media/zoo/elements/media/tmpl/submission.php |
<?php
/**
* @package 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>
<div class="row">
<?php echo $this->app->html->_('control.text', $this->getControlName('url'), $this->get('url'), 'class="url" size="50" maxlength="255" title="'.JText::_('URL').'" placeholder="'.JText::_('URL').'"'); ?>
</div>
<?php if ($trusted_mode) : ?>
<div class="more-options">
<div class="trigger">
<div>
<div class="advanced button hide"><?php echo JText::_('Hide Options'); ?></div>
<div class="advanced button"><?php echo JText::_('Show Options'); ?></div>
</div>
</div>
<div class="advanced options">
<div class="row short">
<?php echo $this->app->html->_('control.text', $this->getControlName('width'), $this->get('width', $this->config->get('defaultwidth')), 'maxlength="4" title="'.JText::_('Width').'" placeholder="'.JText::_('Width').'"'); ?>
</div>
<div class="row short">
<?php echo $this->app->html->_('control.text', $this->getControlName('height'), $this->get('height', $this->config->get('defaultheight')), 'maxlength="4" title="'.JText::_('Height').'" placeholder="'.JText::_('Height').'"'); ?>
</div>
<div class="row">
<strong><?php echo JText::_('AutoPlay'); ?></strong>
<?php echo $this->app->html->_('select.booleanlist', $this->getControlName('autoplay'), '', $this->get('autoplay', $this->config->get('defaultautoplay', false))) ?>
</div>
</div>
</div>
<?php endif; ?>
</div>