Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

/webroot/js/tinymce/plugins/xhtmlxtras/del.htm

[return to app]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <
html xmlns="http://www.w3.org/1999/xhtml">
3 <
head>
4     <
title>{#xhtmlxtras_dlg.title_del_element}</title>
5     
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
    <script type="text/javascript" src="../../utils/mctabs.js"></script>
7     <script type="text/javascript" src="../../utils/form_utils.js"></script>
8     <script type="text/javascript" src="../../utils/editable_selects.js"></script>
9     <script type="text/javascript" src="js/element_common.js"></script>
10     <script type="text/javascript" src="js/del.js"></script>
11     <link rel="stylesheet" type="text/css" href="css/popup.css" />
12 </head>
13 <body id="xhtmlxtrasins" style="display: none">
14 <form onsubmit="insertDel();return false;" action="#">
15     <div class="tabs">
16         <ul>
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>
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> -->
19         </ul>
20     </div>
21
22     <div class="panel_wrapper">
23         <div id="general_panel" class="panel current">
24             <fieldset>
25                 <legend>{#xhtmlxtras_dlg.fieldset_general_tab}</legend>
26                 <table border="0" cellpadding="0" cellspacing="4">
27                     <tr>
28                         <td class="label"><label id="datetimelabel"
 for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td>
29                         <td>
30                             <table border="0" cellspacing="0" cellpadding="0">
31                                 <tr> 
32                                     <td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus"
 /></td> 
33                                     <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span
 class="datetime" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
34                                 </tr>
35                             </table>
36                         </td>
37                     </tr>
38                     <tr>
39                         <td class="label"><label id="citelabel" for="cite">{#xhtmlxtras_dlg.attribute_label_cite}</label>:</td>
40                         <td><input id="cite" name="cite" type="text" value="" class="field" /></td> 
41                     </tr>
42                 </table>
43             </fieldset>
44             <fieldset>
45                 <legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
46                 <table border="0" cellpadding="0" cellspacing="4">
47                     <tr>
48                         <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> 
49                         <td><input id="title" name="title" type="text" value="" class="field" /></td> 
50                     </tr>
51                     <tr>
52                         <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> 
53                         <td><input id="id" name="id" type="text" value="" class="field" /></td> 
54                     </tr>
55                     <tr>
56                         <td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td> 
57                         <td>
58                             <select id="class" name="class" class="field mceEditableSelect">
59                                 <option value="">{#not_set}</option> 
60                             </select>
61                         </td>
62                     </tr>
63                     <tr>
64                         <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> 
65                         <td><input id="style" name="style" type="text" value="" class="field" /></td> 
66                     </tr>
67                     <tr>
68                         <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> 
69                         <td>
70                             <select id="dir" name="dir" class="field"> 
71                                 <option value="">{#not_set}</option> 
72                                 <option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option> 
73                                 <option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option> 
74                             </select>
75                         </td> 
76                     </tr>
77                     <tr>
78                         <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
 
79                         <td>
80                             <input id="lang" name="lang" type="text" value="" class="field" />
81                         </td> 
82                     </tr>
83                 </table>
84             </fieldset>
85         </div>
86         <div id="events_panel" class="panel">
87             <fieldset>
88                 <legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend>
89
90                 <table border="0" cellpadding="0" cellspacing="4">
91                     <tr>
92                         <td class="label"><label for="onfocus">onfocus</label>:</td> 
93                         <td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td> 
94                     </tr>
95
96                     <tr>
97                         <td class="label"><label for="onblur">onblur</label>:</td> 
98                         <td><input id="onblur" name="onblur" type="text" value="" class="field" /></td> 
99                     </tr>
100
101                     <tr>
102                         <td class="label"><label for="onclick">onclick</label>:</td> 
103                         <td><input id="onclick" name="onclick" type="text" value="" class="field" /></td> 
104                     </tr>
105
106                     <tr>
107                         <td class="label"><label for="ondblclick">ondblclick</label>:</td> 
108                         <td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td> 
109                     </tr>
110
111                     <tr>
112                         <td class="label"><label for="onmousedown">onmousedown</label>:</td> 
113                         <td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td> 
114                     </tr>
115
116                     <tr>
117                         <td class="label"><label for="onmouseup">onmouseup</label>:</td> 
118                         <td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td> 
119                     </tr>
120
121                     <tr>
122                         <td class="label"><label for="onmouseover">onmouseover</label>:</td> 
123                         <td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td> 
124                     </tr>
125
126                     <tr>
127                         <td class="label"><label for="onmousemove">onmousemove</label>:</td> 
128                         <td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td> 
129                     </tr>
130
131                     <tr>
132                         <td class="label"><label for="onmouseout">onmouseout</label>:</td> 
133                         <td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td> 
134                     </tr>
135
136                     <tr>
137                         <td class="label"><label for="onkeypress">onkeypress</label>:</td> 
138                         <td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td> 
139                     </tr>
140
141                     <tr>
142                         <td class="label"><label for="onkeydown">onkeydown</label>:</td> 
143                         <td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td> 
144                     </tr>
145
146                     <tr>
147                         <td class="label"><label for="onkeyup">onkeyup</label>:</td> 
148                         <td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td> 
149                     </tr>
150                 </table>
151             </fieldset>
152         </div>
153     </div>
154     <div class="mceActionPanel">
155         <div style="float: left">
156             <input type="submit" id="insert" name="insert" value="{#update}" />
157         </div>
158         <div style="float: left">
159             <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}"
 onclick="removeDel();" style="display: none;" />
160         </div>
161         <div style="float: right">
162             <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
163         </div>
164     </div>
165
166 </form>
167
168 </body>
169 </html>
170