| Current Path : /home/sunflowe/www2/j15/components/com_jce/editor/tiny_mce/plugins/filemanager/tmpl/ |
| Current File : /home/sunflowe/www2/j15/components/com_jce/editor/tiny_mce/plugins/filemanager/tmpl/file.php |
<?php
/**
* @version $Id: file.php 221 2011-06-11 17:30:33Z happy_noodle_boy $
* @package JCE
* @copyright Copyright (C) 2005 - 2009 Ryan Demmer. All rights reserved.
* @author Ryan Demmer
* @license GNU/GPL
* JCE is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/
defined('_JEXEC') or die('ERROR_403');
?>
<fieldset><legend><?php echo WFText::_('WF_LABEL_LINK');?></legend>
<table>
<tr>
<td><label for="href" class="hastip"
title="<?php echo WFText::_('WF_LABEL_URL_DESC');?>"><?php echo WFText::_('WF_LABEL_URL');?></label></td>
<td><input type="text" id="href" value="" class="required" /></td>
</tr>
<tr>
<td><label for="target" class="hastip"
title="<?php echo WFText::_('WF_LABEL_TARGET_DESC');?>"><?php echo WFText::_('WF_LABEL_TARGET');?></label></td>
<td><select id="target">
<option value=""><?php echo WFText::_('WF_OPTION_NOT_SET');?></option>
<option value="_self"><?php echo WFText::_('WF_OPTION_TARGET_SELF');?></option>
<option value="_blank"><?php echo WFText::_('WF_OPTION_TARGET_BLANK');?></option>
<option value="_parent"><?php echo WFText::_('WF_OPTION_TARGET_PARENT');?></option>
<option value="_top"><?php echo WFText::_('WF_OPTION_TARGET_TOP');?></option>
</select></td>
</tr>
</table>
</fieldset>
<fieldset><legend><?php echo WFText::_('WF_LABEL_OPTIONS');?></legend>
<div id="options_enabled">
<table>
<tr>
<td><label for="text" class="hastip"
title="<?php echo WFText::_('WF_FILEMANAGER_TEXT_DESC');?>"><?php echo WFText::_('WF_LABEL_TEXT');?></label></td>
<td colspan="3"><input id="text" type="text" value="" class="required" /></td>
</tr>
<tr>
<td><label for="title" class="hastip"
title="<?php echo WFText::_('WF_LABEL_TITLE_DESC');?>"><?php echo WFText::_('WF_LABEL_TITLE');?></label></td>
<td colspan="3"><input id="title" type="text" value="" /></td>
</tr>
<tr>
<td><label class="hastip"
title="<?php echo WFText::_('WF_FILEMANAGER_LAYOUT_DESC');?>"><?php echo WFText::_('WF_FILEMANAGER_LAYOUT');?></label></td>
<td colspan="3">
<ul id="options_list">
<li id="option_icon" data-type="icon">
<label class="label"><?php echo WFText::_('WF_FILEMANAGER_LAYOUT_ICON');?></label>
<input type="checkbox" id="option_icon_check" />
</li>
<li id="option_text" data-type="text">
<label class="label"><?php echo WFText::_('WF_FILEMANAGER_LAYOUT_TEXT');?></label>
<input type="checkbox" id="option_text_check" checked="checked" disabled="disabled" />
</li>
<li id="option_size" data-type="size">
<label class="label"><?php echo WFText::_('WF_FILEMANAGER_LAYOUT_SIZE');?></label>
<input type="text" value="" />
<input type="checkbox" id="option_size_check" />
<span role="button" class="option_reload" title="<?php echo WFText::_('WF_FILEMANAGER_LAYOUT_RELOAD');?>"></span>
</li>
<li id="option_date" data-type="date">
<label class="label"><?php echo WFText::_('WF_FILEMANAGER_LAYOUT_DATE');?></label>
<input type="text" value="" />
<input type="checkbox" id="option_date_check" />
<span role="button" class="option_reload" title="<?php echo WFText::_('WF_FILEMANAGER_LAYOUT_RELOAD');?>"></span>
</li>
</ul>
</td>
</tr>
<tr>
<td><label for="date_class" class="hastip"
title="<?php echo WFText::_('WF_FILEMANAGER_DATE_CLASS_DESC');?>"><?php echo WFText::_('WF_FILEMANAGER_DATE_CLASS');?></label></td>
<td colspan="3"><select id="date_class" class="editable">
<option value=""><?php echo WFText::_('WF_OPTION_NOT_SET');?></option>
</select>
<label for="size_class" class="hastip"
title="<?php echo WFText::_('WF_FILEMANAGER_SIZE_CLASS_DESC');?>"><?php echo WFText::_('WF_FILEMANAGER_SIZE_CLASS');?></label>
<select id="size_class" class="editable">
<option value=""><?php echo WFText::_('WF_OPTION_NOT_SET');?></option>
</select>
</tr>
</table>
</div>
<div id="options_disabled"><?php echo WFText::_('WF_FILEMANAGER_OPTIONS_DISABLED');?></div>
</fieldset>