1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
\r
2 <html xmlns="http://www.w3.org/1999/xhtml">
\r
4 <title>{#xhtmlxtras_dlg.title_ins_element}</title>
\r
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
\r
6 <script type="text/javascript" src="../../utils/mctabs.js"></script>
\r
7 <script type="text/javascript" src="../../utils/form_utils.js"></script>
\r
8 <script type="text/javascript" src="../../utils/editable_selects.js"></script>
\r
9 <script type="text/javascript" src="js/element_common.js"></script>
\r
10 <script type="text/javascript" src="js/ins.js"></script>
\r
11 <link rel="stylesheet" type="text/css" href="css/popup.css" />
\r
13 <body id="xhtmlxtrasins" style="display: none">
\r
14 <form onsubmit="insertIns();return false;" action="#">
\r
17 <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.general_tab}</a></span></li>
\r
18 <!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> -->
\r
22 <div class="panel_wrapper">
\r
23 <div id="general_panel" class="panel current">
\r
25 <legend>{#xhtmlxtras_dlg.fieldset_general_tab}</legend>
\r
26 <table border="0" cellpadding="0" cellspacing="4">
\r
28 <td class="label"><label id="datetimelabel" for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td>
\r
30 <table border="0" cellspacing="0" cellpadding="0">
\r
32 <td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus" /></td>
\r
33 <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
\r
39 <td class="label"><label id="citelabel" for="cite">{#xhtmlxtras_dlg.attribute_label_cite}</label>:</td>
\r
40 <td><input id="cite" name="cite" type="text" value="" class="field" /></td>
\r
45 <legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
\r
46 <table border="0" cellpadding="0" cellspacing="4">
\r
48 <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
\r
49 <td><input id="title" name="title" type="text" value="" class="field" /></td>
\r
52 <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
\r
53 <td><input id="id" name="id" type="text" value="" class="field" /></td>
\r
56 <td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td>
\r
58 <select id="class" name="class" class="field mceEditableSelect">
\r
59 <option value="">{#not_set}</option>
\r
64 <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
\r
65 <td><input id="style" name="style" type="text" value="" class="field" /></td>
\r
68 <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
\r
70 <select id="dir" name="dir" class="field">
\r
71 <option value="">{#not_set}</option>
\r
72 <option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option>
\r
73 <option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option>
\r
78 <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
\r
80 <input id="lang" name="lang" type="text" value="" class="field" />
\r
86 <div id="events_panel" class="panel">
\r
88 <legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend>
\r
90 <table border="0" cellpadding="0" cellspacing="4">
\r
92 <td class="label"><label for="onfocus">onfocus</label>:</td>
\r
93 <td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td>
\r
97 <td class="label"><label for="onblur">onblur</label>:</td>
\r
98 <td><input id="onblur" name="onblur" type="text" value="" class="field" /></td>
\r
102 <td class="label"><label for="onclick">onclick</label>:</td>
\r
103 <td><input id="onclick" name="onclick" type="text" value="" class="field" /></td>
\r
107 <td class="label"><label for="ondblclick">ondblclick</label>:</td>
\r
108 <td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td>
\r
112 <td class="label"><label for="onmousedown">onmousedown</label>:</td>
\r
113 <td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td>
\r
117 <td class="label"><label for="onmouseup">onmouseup</label>:</td>
\r
118 <td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td>
\r
122 <td class="label"><label for="onmouseover">onmouseover</label>:</td>
\r
123 <td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td>
\r
127 <td class="label"><label for="onmousemove">onmousemove</label>:</td>
\r
128 <td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td>
\r
132 <td class="label"><label for="onmouseout">onmouseout</label>:</td>
\r
133 <td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td>
\r
137 <td class="label"><label for="onkeypress">onkeypress</label>:</td>
\r
138 <td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td>
\r
142 <td class="label"><label for="onkeydown">onkeydown</label>:</td>
\r
143 <td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td>
\r
147 <td class="label"><label for="onkeyup">onkeyup</label>:</td>
\r
148 <td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td>
\r
154 <div class="mceActionPanel">
\r
155 <input type="submit" id="insert" name="insert" value="{#update}" />
\r
156 <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" />
\r
157 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
\r