| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Engineering/V2/components/com_jce/editor/tiny_mce/plugins/xhtmlxtras/tmpl/ |
Upload File : |
<?php
/**
* @package JCE
* @copyright Copyright © 2009-2011 Ryan Demmer. All rights reserved.
* @license GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* 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('RESTRICTED');
?>
<fieldset>
<legend>
{#xhtmlxtras_dlg.fieldset_attrib_tab}
</legend>
<table>
<tr>
<td class="label">
<label for="title">
{#xhtmlxtras_dlg.attribute_label_title}
</label>:
</td>
<td>
<input id="title" type="text" value="" class="field mceFocus" />
</td>
</tr>
<tr>
<td class="label">
<label for="id">
{#xhtmlxtras_dlg.attribute_label_id}
</label>:
</td>
<td>
<input id="id" type="text" value="" class="field" />
</td>
</tr>
<tr>
<td class="label">
<label for="class">
{#xhtmlxtras_dlg.attribute_label_class}
</label>:
</td>
<td>
<select id="class" class="field mceEditableSelect">
<option value="">{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label">
<label or="class">
{#xhtmlxtras_dlg.attribute_label_style}
</label>:
</td>
<td>
<input id="style" type="text" value="" class="field" />
</td>
</tr>
<tr>
<td class="label">
<label for="dir">
{#xhtmlxtras_dlg.attribute_label_langdir}
</label>:
</td>
<td>
<select id="dir" class="field">
<option value="">{#not_set}</option>
<option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option>
<option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option>
</select>
</td>
</tr>
<tr>
<td class="label">
<label for="lang">
{#xhtmlxtras_dlg.attribute_label_langcode}
</label>:
</td>
<td>
<input id="lang" type="text" value="" class="field" />
</td>
</tr>
<tr>
<td>
<label id="tabindexlabel" for="tabindex">
{#xhtmlxtras_dlg.attribute_label_tabindex}
</label>
</td>
<td>
<input type="text" id="tabindex" value="" />
</td>
</tr>
<tr>
<td>
<label id="accesskeylabel" for="accesskey">
{#xhtmlxtras_dlg.attribute_label_accesskey}
</label>
</td>
<td>
<input type="text" id="accesskey" value="" />
</td>
</tr>
</table>
</fieldset>