| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/tmp/install_5320fcc93572d/additional/plugin/zoo/elements/image/tmpl/ |
Upload File : |
<?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>
<div class="row">
<?php echo $this->app->html->_('control.text', $this->getControlName('file'), $this->get('file'), 'class="image-select" size="60" style="width:200px;margin-right:5px;" title="'.JText::_('File').'"'); ?>
</div>
<div class="more-options">
<div class="trigger">
<div>
<div class="spotlight button"><?php echo JText::_('Spotlight'); ?></div>
<div class="lightbox button"><?php echo JText::_('Lightbox'); ?></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 class="lightbox options">
<div class="row">
<?php echo $this->app->html->_('control.text', $this->getControlName('lightbox_image'), $this->get('lightbox_image'), 'class="image-select" size="60" style="width:200px;margin-right:5px;" title="'.JText::_('Lightbox image').'"'); ?>
</div>
</div>
<div class="spotlight options">
<div class="row">
<?php echo $this->app->html->_('control.arraylist', array(
'' => 'None',
'default' => 'Default',
'top' => 'Top',
'bottom' => 'Bottom',
'left' => 'Left',
'right' => 'Right',
'fade' => 'Fade'
), array(), $this->getControlName('spotlight_effect'), null, 'value', 'text', $this->get('spotlight_effect')); ?>
</div>
<div class="row">
<?php echo $this->app->html->_('control.text', $this->getControlName('caption'), $this->get('caption'), 'size="60" style="width:200px;margin-right:5px;" title="'.JText::_('Caption').'" placeholder="'.JText::_('Caption').'"'); ?>
</div>
</div>
</div>
</div>