1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <title>{$lang_xhtmlxtras_title_cite_element}
</title>
4 <script language=
"javascript" type=
"text/javascript" src=
"../../tiny_mce_popup.js"></script>
5 <script language=
"javascript" type=
"text/javascript" src=
"../../utils/mctabs.js"></script>
6 <script language=
"javascript" type=
"text/javascript" src=
"../../utils/form_utils.js"></script>
7 <script language=
"javascript" type=
"text/javascript" src=
"../../utils/editable_selects.js"></script>
8 <script language=
"javascript" type=
"text/javascript" src=
"jscripts/element_common.js"></script>
9 <script language=
"javascript" type=
"text/javascript" src=
"jscripts/cite.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"css/popup.css" />
11 <base target=
"_self" />
13 <body onload=
"tinyMCEPopup.executeOnLoad('init();');" style=
"display: none">
14 <form onsubmit=
"insertCite();return false;" action=
"#">
17 <li id=
"general_tab" class=
"current"><span><a href=
"javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown=
"return false;">{$lang_xhtmlxtras_general_tab}
</a></span></li>
18 <!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{$lang_xhtmlxtras_events_tab}</a></span></li> -->
22 <div class=
"panel_wrapper">
23 <div id=
"general_panel" class=
"panel current">
25 <legend>{$lang_xhtmlxtras_fieldset_attrib_tab}
</legend>
26 <table border=
"0" cellpadding=
"0" cellspacing=
"4">
28 <td class=
"label"><label id=
"titlelabel" for=
"title">{$lang_xhtmlxtras_attribute_label_title}
</label>:
</td>
29 <td><input id=
"title" name=
"title" type=
"text" value=
"" class=
"field" /></td>
32 <td class=
"label"><label id=
"idlabel" for=
"id">{$lang_xhtmlxtras_attribute_label_id}
</label>:
</td>
33 <td><input id=
"id" name=
"id" type=
"text" value=
"" class=
"field" /></td>
36 <td class=
"label"><label id=
"classlabel" for=
"class">{$lang_xhtmlxtras_attribute_label_class}
</label>:
</td>
38 <select id=
"class" name=
"class" class=
"field mceEditableSelect">
39 <option value=
"">{$lang_xhtmlxtras_not_set}
</option>
44 <td class=
"label"><label id=
"stylelabel" for=
"class">{$lang_xhtmlxtras_attribute_label_style}
</label>:
</td>
45 <td><input id=
"style" name=
"style" type=
"text" value=
"" class=
"field" /></td>
48 <td class=
"label"><label id=
"dirlabel" for=
"dir">{$lang_xhtmlxtras_attribute_label_langdir}
</label>:
</td>
50 <select id=
"dir" name=
"dir" class=
"field">
51 <option value=
"">{$lang_xhtmlxtras_not_set}
</option>
52 <option value=
"ltr">{$lang_xhtmlxtras_attribute_option_ltr}
</option>
53 <option value=
"rtl">{$lang_xhtmlxtras_attribute_option_rtl}
</option>
58 <td class=
"label"><label id=
"langlabel" for=
"lang">{$lang_xhtmlxtras_attribute_label_langcode}
</label>:
</td>
60 <input id=
"lang" name=
"lang" type=
"text" value=
"" class=
"field" />
66 <div id=
"events_panel" class=
"panel">
68 <legend>{$lang_xhtmlxtras_fieldset_events_tab}
</legend>
70 <table border=
"0" cellpadding=
"0" cellspacing=
"4">
72 <td class=
"label"><label for=
"onfocus">onfocus
</label>:
</td>
73 <td><input id=
"onfocus" name=
"onfocus" type=
"text" value=
"" class=
"field" /></td>
77 <td class=
"label"><label for=
"onblur">onblur
</label>:
</td>
78 <td><input id=
"onblur" name=
"onblur" type=
"text" value=
"" class=
"field" /></td>
82 <td class=
"label"><label for=
"onclick">onclick
</label>:
</td>
83 <td><input id=
"onclick" name=
"onclick" type=
"text" value=
"" class=
"field" /></td>
87 <td class=
"label"><label for=
"ondblclick">ondblclick
</label>:
</td>
88 <td><input id=
"ondblclick" name=
"ondblclick" type=
"text" value=
"" class=
"field" /></td>
92 <td class=
"label"><label for=
"onmousedown">onmousedown
</label>:
</td>
93 <td><input id=
"onmousedown" name=
"onmousedown" type=
"text" value=
"" class=
"field" /></td>
97 <td class=
"label"><label for=
"onmouseup">onmouseup
</label>:
</td>
98 <td><input id=
"onmouseup" name=
"onmouseup" type=
"text" value=
"" class=
"field" /></td>
102 <td class=
"label"><label for=
"onmouseover">onmouseover
</label>:
</td>
103 <td><input id=
"onmouseover" name=
"onmouseover" type=
"text" value=
"" class=
"field" /></td>
107 <td class=
"label"><label for=
"onmousemove">onmousemove
</label>:
</td>
108 <td><input id=
"onmousemove" name=
"onmousemove" type=
"text" value=
"" class=
"field" /></td>
112 <td class=
"label"><label for=
"onmouseout">onmouseout
</label>:
</td>
113 <td><input id=
"onmouseout" name=
"onmouseout" type=
"text" value=
"" class=
"field" /></td>
117 <td class=
"label"><label for=
"onkeypress">onkeypress
</label>:
</td>
118 <td><input id=
"onkeypress" name=
"onkeypress" type=
"text" value=
"" class=
"field" /></td>
122 <td class=
"label"><label for=
"onkeydown">onkeydown
</label>:
</td>
123 <td><input id=
"onkeydown" name=
"onkeydown" type=
"text" value=
"" class=
"field" /></td>
127 <td class=
"label"><label for=
"onkeyup">onkeyup
</label>:
</td>
128 <td><input id=
"onkeyup" name=
"onkeyup" type=
"text" value=
"" class=
"field" /></td>
134 <div class=
"mceActionPanel">
135 <div style=
"float: left">
136 <input type=
"button" id=
"insert" name=
"insert" value=
"{$lang_update}" onclick=
"insertCite();" />
138 <div style=
"float: left">
139 <input type=
"button" id=
"remove" name=
"remove" value=
"{$lang_xhtmlxtras_remove}" onclick=
"removeCite();" style=
"display: none;" />
141 <div style=
"float: right">
142 <input type=
"button" id=
"cancel" name=
"cancel" value=
"{$lang_cancel}" onclick=
"tinyMCEPopup.close();" />