comparison static/js/tiny_mce/plugins/style/props.htm @ 442:6c182ceb7147

Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 May 2011 00:43:49 +0000
parents 88b2b9cb8c1f
children
comparison
equal deleted inserted replaced
441:33d0c55e57a9 442:6c182ceb7147
8 <script type="text/javascript" src="../../utils/form_utils.js"></script> 8 <script type="text/javascript" src="../../utils/form_utils.js"></script>
9 <script type="text/javascript" src="js/props.js"></script> 9 <script type="text/javascript" src="js/props.js"></script>
10 <link href="css/props.css" rel="stylesheet" type="text/css" /> 10 <link href="css/props.css" rel="stylesheet" type="text/css" />
11 </head> 11 </head>
12 12
13 <body id="styleprops" style="display: none"> 13 <body id="styleprops" style="display: none" role="application" aria-labelledby="app_title">
14 <span id="app_title" style="display:none">{#style_dlg.title}</span>
14 <form onsubmit="updateAction();return false;" action="#"> 15 <form onsubmit="updateAction();return false;" action="#">
15 <div class="tabs"> 16 <div class="tabs">
16 <ul> 17 <ul>
17 <li id="text_tab" class="current"><span><a href="javascript:mcTabs.displayTab('text_tab','text_panel');" onMouseDown="return false;">{#style_dlg.text_tab}</a></span></li> 18 <li id="text_tab" class="current" aria-controls="text_panel"><span><a href="javascript:mcTabs.displayTab('text_tab','text_panel');" onMouseDown="return false;">{#style_dlg.text_tab}</a></span></li>
18 <li id="background_tab"><span><a href="javascript:mcTabs.displayTab('background_tab','background_panel');" onMouseDown="return false;">{#style_dlg.background_tab}</a></span></li> 19 <li id="background_tab" aria-controls="background_panel"><span><a href="javascript:mcTabs.displayTab('background_tab','background_panel');" onMouseDown="return false;">{#style_dlg.background_tab}</a></span></li>
19 <li id="block_tab"><span><a href="javascript:mcTabs.displayTab('block_tab','block_panel');" onMouseDown="return false;">{#style_dlg.block_tab}</a></span></li> 20 <li id="block_tab" aria-controls="block_panel"><span><a href="javascript:mcTabs.displayTab('block_tab','block_panel');" onMouseDown="return false;">{#style_dlg.block_tab}</a></span></li>
20 <li id="box_tab"><span><a href="javascript:mcTabs.displayTab('box_tab','box_panel');" onMouseDown="return false;">{#style_dlg.box_tab}</a></span></li> 21 <li id="box_tab" aria-controls="box_panel"><span><a href="javascript:mcTabs.displayTab('box_tab','box_panel');" onMouseDown="return false;">{#style_dlg.box_tab}</a></span></li>
21 <li id="border_tab"><span><a href="javascript:mcTabs.displayTab('border_tab','border_panel');" onMouseDown="return false;">{#style_dlg.border_tab}</a></span></li> 22 <li id="border_tab" aria-controls="border_panel"><span><a href="javascript:mcTabs.displayTab('border_tab','border_panel');" onMouseDown="return false;">{#style_dlg.border_tab}</a></span></li>
22 <li id="list_tab"><span><a href="javascript:mcTabs.displayTab('list_tab','list_panel');" onMouseDown="return false;">{#style_dlg.list_tab}</a></span></li> 23 <li id="list_tab" aria-controls="list_panel"><span><a href="javascript:mcTabs.displayTab('list_tab','list_panel');" onMouseDown="return false;">{#style_dlg.list_tab}</a></span></li>
23 <li id="positioning_tab"><span><a href="javascript:mcTabs.displayTab('positioning_tab','positioning_panel');" onMouseDown="return false;">{#style_dlg.positioning_tab}</a></span></li> 24 <li id="positioning_tab" aria-controls="positioning_panel"><span><a href="javascript:mcTabs.displayTab('positioning_tab','positioning_panel');" onMouseDown="return false;">{#style_dlg.positioning_tab}</a></span></li>
24 </ul> 25 </ul>
25 </div> 26 </div>
26 27
27 <div class="panel_wrapper"> 28 <div class="panel_wrapper">
28 <div id="text_panel" class="panel current"> 29 <div id="text_panel" class="panel current">
29 <table border="0" width="100%"> 30 <fieldset>
31 <legend>{#style_dlg.text}</legend>
32 <table role="presentation" border="0" width="100%">
33 <tr>
34 <td><label for="text_font">{#style_dlg.text_font}</label></td>
35 <td colspan="3">
36 <select id="text_font" name="text_font" class="mceEditableSelect mceFocus"></select>
37 </td>
38 </tr>
39 <tr>
40 <td><label for="text_size">{#style_dlg.text_size}</label></td>
41 <td>
42 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
43 <tr>
44 <td><select id="text_size" name="text_size" class="mceEditableSelect"></select></td>
45 <td>&nbsp;</td>
46 <td>
47 <label id="text_size_measurement_label" for="text_size_measurement" style="display: none; visibility: hidden;">Text Size Measurement Unit</label>
48 <select id="text_size_measurement" name="text_size_measurement" aria-labelledby="text_size_measurement_label"></select>
49 </td>
50 </tr>
51 </table>
52 </td>
53 <td><label for="text_weight">{#style_dlg.text_weight}</label></td>
54 <td>
55 <select id="text_weight" name="text_weight"></select>
56 </td>
57 </tr>
58 <tr>
59 <td><label for="text_style">{#style_dlg.text_style}</label></td>
60 <td>
61 <select id="text_style" name="text_style" class="mceEditableSelect"></select>
62 </td>
63 <td><label for="text_variant">{#style_dlg.text_variant}</label></td>
64 <td>
65 <select id="text_variant" name="text_variant"></select>
66 </td>
67 </tr>
68 <tr>
69 <td><label for="text_lineheight">{#style_dlg.text_lineheight}</label></td>
70 <td>
71 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
72 <tr>
73 <td>
74 <select id="text_lineheight" name="text_lineheight" class="mceEditableSelect"></select>
75 </td>
76 <td>&nbsp;</td>
77 <td>
78 <label id="text_lineheight_measurement_label" for="text_lineheight_measurement" style="display: none; visibility: hidden;">Line Height Measurement Unit</label>
79 <select id="text_lineheight_measurement" name="text_lineheight_measurement" aria-labelledby="text_lineheight_measurement_label"></select>
80 </td>
81 </tr>
82 </table>
83 </td>
84 <td><label for="text_case">{#style_dlg.text_case}</label></td>
85 <td>
86 <select id="text_case" name="text_case"></select>
87 </td>
88 </tr>
89 <tr>
90 <td><label for="text_color">{#style_dlg.text_color}</label></td>
91 <td colspan="2">
92 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
93 <tr>
94 <td><input id="text_color" name="text_color" type="text" value="" size="9" onChange="updateColor('text_color_pick','text_color');" /></td>
95 <td id="text_color_pickcontainer">&nbsp;</td>
96 </tr>
97 </table>
98 </td>
99 </tr>
100 <tr>
101 <td valign="top" style="vertical-align: top; padding-top: 3px;">{#style_dlg.text_decoration}</td>
102 <td colspan="2">
103 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
104 <tr>
105 <td><input id="text_underline" name="text_underline" class="checkbox" type="checkbox" /></td>
106 <td><label for="text_underline">{#style_dlg.text_underline}</label></td>
107 </tr>
108 <tr>
109 <td><input id="text_overline" name="text_overline" class="checkbox" type="checkbox" /></td>
110 <td><label for="text_overline">{#style_dlg.text_overline}</label></td>
111 </tr>
112 <tr>
113 <td><input id="text_linethrough" name="text_linethrough" class="checkbox" type="checkbox" /></td>
114 <td><label for="text_linethrough">{#style_dlg.text_striketrough}</label></td>
115 </tr>
116 <tr>
117 <td><input id="text_blink" name="text_blink" class="checkbox" type="checkbox" /></td>
118 <td><label for="text_blink">{#style_dlg.text_blink}</label></td>
119 </tr>
120 <tr>
121 <td><input id="text_none" name="text_none" class="checkbox" type="checkbox" /></td>
122 <td><label for="text_none">{#style_dlg.text_none}</label></td>
123 </tr>
124 </table>
125 </td>
126 </tr>
127 </table>
128 </fieldset>
129 </div>
130
131 <div id="background_panel" class="panel">
132 <fieldset>
133 <legend>{#style_dlg.background}</legend>
134 <table role="presentation" border="0">
135 <tr>
136 <td><label for="background_color">{#style_dlg.background_color}</label></td>
137 <td>
138 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
139 <tr>
140 <td><input id="background_color" name="background_color" type="text" value="" size="9" onChange="updateColor('background_color_pick','background_color');" /></td>
141 <td id="background_color_pickcontainer">&nbsp;</td>
142 </tr>
143 </table>
144 </td>
145 </tr>
146
147 <tr>
148 <td><label for="background_image">{#style_dlg.background_image}</label></td>
149 <td><table role="presentation" border="0" cellspacing="0" cellpadding="0">
150 <tr>
151 <td><input id="background_image" name="background_image" type="text" /></td>
152 <td id="background_image_browser">&nbsp;</td>
153 </tr>
154 </table>
155 </td>
156 </tr>
157
158 <tr>
159 <td><label for="background_repeat">{#style_dlg.background_repeat}</label></td>
160 <td><select id="background_repeat" name="background_repeat" class="mceEditableSelect"></select></td>
161 </tr>
162
163 <tr>
164 <td><label for="background_attachment">{#style_dlg.background_attachment}</label></td>
165 <td><select id="background_attachment" name="background_attachment" class="mceEditableSelect"></select></td>
166 </tr>
167
168 <tr>
169 <td><label for="background_hpos">{#style_dlg.background_hpos}</label></td>
170 <td>
171 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
172 <tr>
173 <td><select id="background_hpos" name="background_hpos" class="mceEditableSelect"></select></td>
174 <td>&nbsp;</td>
175 <td>
176 <label id="background_hpos_measurement_label" for="background_hpos_measurement" style="display: none; visibility: hidden;">Horizontal position measurement unit</label>
177 <select id="background_hpos_measurement" name="background_hpos_measurement" aria-labelledby="background_hpos_measurement_label"></select>
178 </td>
179 </tr>
180 </table>
181 </td>
182 </tr>
183
184 <tr>
185 <td><label for="background_vpos">{#style_dlg.background_vpos}</label></td>
186 <td>
187 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
188 <tr>
189 <td><select id="background_vpos" name="background_vpos" class="mceEditableSelect"></select></td>
190 <td>&nbsp;</td>
191 <td>
192
193 <label id="background_vpos_measurement_label" for="background_vpos_measurement" style="display: none; visibility: hidden;">Vertical position measurement unit</label>
194 <select id="background_vpos_measurement" name="background_vpos_measurement" aria-labelledby="background_vpos_measurement_label">></select></td>
195 </tr>
196 </table>
197 </td>
198 </tr>
199 </table>
200 </fieldset>
201 </div>
202
203 <div id="block_panel" class="panel">
204 <fieldset>
205 <legend>{#style_dlg.block}</legend>
206 <table role="presentation" border="0">
207 <tr>
208 <td><label for="block_wordspacing">{#style_dlg.block_wordspacing}</label></td>
209 <td>
210 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
211 <tr>
212 <td><select id="block_wordspacing" name="block_wordspacing" class="mceEditableSelect"></select></td>
213 <td>&nbsp;</td>
214 <td>
215 <label id="block_wordspacing_measurement_label" for="block_wordspacing_measurement" style="display: none; visibility: hidden;">Word spacing measurement unit</label>
216 <select id="block_wordspacing_measurement" name="block_wordspacing_measurement" aria-labelledby="block_wordspacing_measurement_label"></select>
217 </td>
218 </tr>
219 </table>
220 </td>
221 </tr>
222
223 <tr>
224 <td><label for="block_letterspacing">{#style_dlg.block_letterspacing}</label></td>
225 <td>
226 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
227 <tr>
228 <td><select id="block_letterspacing" name="block_letterspacing" class="mceEditableSelect"></select></td>
229 <td>&nbsp;</td>
230 <td>
231 <label id="block_letterspacing_measurement_label" for="block_letterspacing_measurement" style="display: none; visibility: hidden;">Letter spacing measurement unit</label>
232 <select id="block_letterspacing_measurement" name="block_letterspacing_measurement" aria-labelledby="block_letterspacing_measurement_label"></select>
233 </td>
234 </tr>
235 </table>
236 </td>
237 </tr>
238
239 <tr>
240 <td><label for="block_vertical_alignment">{#style_dlg.block_vertical_alignment}</label></td>
241 <td><select id="block_vertical_alignment" name="block_vertical_alignment" class="mceEditableSelect"></select></td>
242 </tr>
243
244 <tr>
245 <td><label for="block_text_align">{#style_dlg.block_text_align}</label></td>
246 <td><select id="block_text_align" name="block_text_align" class="mceEditableSelect"></select></td>
247 </tr>
248
249 <tr>
250 <td><label for="block_text_indent">{#style_dlg.block_text_indent}</label></td>
251 <td>
252 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
253 <tr>
254 <td><input type="text" id="block_text_indent" name="block_text_indent" /></td>
255 <td>&nbsp;</td>
256 <td>
257 <label id="block_text_indent_measurement_label" for="block_text_indent_measurement" style="display: none; visibility: hidden;">Text Indent Measurement Unit</label>
258
259 <select id="block_text_indent_measurement" name="block_text_indent_measurement" aria-labelledby="block_text_indent_measurement_label"></select>
260 </td>
261 </tr>
262 </table>
263 </td>
264 </tr>
265
266 <tr>
267 <td><label for="block_whitespace">{#style_dlg.block_whitespace}</label></td>
268 <td><select id="block_whitespace" name="block_whitespace" class="mceEditableSelect"></select></td>
269 </tr>
270
271 <tr>
272 <td><label for="block_display">{#style_dlg.block_display}</label></td>
273 <td><select id="block_display" name="block_display" class="mceEditableSelect"></select></td>
274 </tr>
275 </table>
276 </fieldset>
277 </div>
278
279 <div id="box_panel" class="panel">
280 <fieldset>
281 <legend>{#style_dlg.box}</legend>
282 <table role="presentation" border="0">
283 <tr>
284 <td><label for="box_width">{#style_dlg.box_width}</label></td>
285 <td>
286 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
287 <tr>
288 <td><input type="text" id="box_width" name="box_width" class="mceEditableSelect" onChange="synch('box_width','positioning_width');" /></td>
289 <td>&nbsp;</td>
290 <td>
291 <label id="box_width_measurement_label" for="box_width_measurement" style="display: none; visibility: hidden;">Box Width Measurement Unit</label>
292 <select id="box_width_measurement" name="box_width_measurement" aria-labelledby="box_width_measurement_label"></select>
293 </td>
294 </tr>
295 </table>
296 </td>
297 <td>&nbsp;&nbsp;&nbsp;<label for="box_float">{#style_dlg.box_float}</label></td>
298 <td><select id="box_float" name="box_float" class="mceEditableSelect"></select></td>
299 </tr>
300
301 <tr>
302 <td><label for="box_height">{#style_dlg.box_height}</label></td>
303 <td>
304 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
305 <tr>
306 <td><input type="text" id="box_height" name="box_height" class="mceEditableSelect" onChange="synch('box_height','positioning_height');" /></td>
307 <td>&nbsp;</td>
308 <td>
309 <label id="box_height_measurement_label" for="box_height_measurement" style="display: none; visibility: hidden;">Box Height Measurement Unit</label>
310 <select id="box_height_measurement" name="box_height_measurement" aria-labelledby="box_height_measurement_label"></select>
311 </td>
312 </tr>
313 </table>
314 </td>
315 <td>&nbsp;&nbsp;&nbsp;<label for="box_clear">{#style_dlg.box_clear}</label></td>
316 <td><select id="box_clear" name="box_clear" class="mceEditableSelect"></select></td>
317 </tr>
318 </table>
319 <div style="float: left; width: 49%">
320 <fieldset>
321 <legend>{#style_dlg.padding}</legend>
322
323 <table role="presentation" border="0">
324 <tr>
325 <td>&nbsp;</td>
326 <td><input type="checkbox" id="box_padding_same" name="box_padding_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_padding');" /> <label for="box_padding_same">{#style_dlg.same}</label></td>
327 </tr>
328 <tr>
329 <td><label for="box_padding_top">{#style_dlg.top}</label></td>
330 <td>
331 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
332 <tr>
333 <td><input type="text" id="box_padding_top" name="box_padding_top" class="mceEditableSelect" /></td>
334 <td>&nbsp;</td>
335 <td>
336 <label id="box_padding_top_measurement_label" for="box_padding_top_measurement" style="display: none; visibility: hidden;">Padding Top Measurement Unit</label>
337 <select id="box_padding_top_measurement" name="box_padding_top_measurement" aria-labelledby="box_padding_top_measurement_label"></select>
338 </td>
339 </tr>
340 </table>
341 </td>
342 </tr>
343 <tr>
344 <td><label for="box_padding_right">{#style_dlg.right}</label></td>
345 <td>
346 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
347 <tr>
348 <td><input type="text" id="box_padding_right" name="box_padding_right" class="mceEditableSelect" disabled="disabled" /></td>
349 <td>&nbsp;</td>
350 <td>
351 <label id="box_padding_right_measurement_label" for="box_padding_right_measurement" style="display: none; visibility: hidden;">Padding Right Measurement Unit</label>
352 <select id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled" aria-labelledby="box_padding_right_measurement_label"></select>
353 </td>
354 </tr>
355 </table>
356 </td>
357 </tr>
358 <tr>
359 <td><label for="box_padding_bottom">{#style_dlg.bottom}</label></td>
360 <td>
361 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
362 <tr>
363 <td><input type="text" id="box_padding_bottom" name="box_padding_bottom" class="mceEditableSelect" disabled="disabled" /></td>
364 <td>&nbsp;</td>
365 <td>
366 <label id="box_padding_bottom_measurement_label" for="box_padding_bottom_measurement" style="display: none; visibility: hidden;">Padding Bottom Measurement Unit</label>
367 <select id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled" aria-labelledby="box_padding_bottom_measurement_label"></select>
368 </td>
369 </tr>
370 </table>
371 </td>
372 </tr>
373 <tr>
374 <td><label for="box_padding_left">{#style_dlg.left}</label></td>
375 <td>
376 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
377 <tr>
378 <td><input type="text" id="box_padding_left" name="box_padding_left" class="mceEditableSelect" disabled="disabled" /></td>
379 <td>&nbsp;</td>
380 <td>
381 <label id="box_padding_left_measurement_label" for="box_padding_left_measurement" style="display: none; visibility: hidden;">Padding Left Measurement Unit</label>
382 <select id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled" aria-labelledby="box_padding_left_measurement_label"></select>
383 </td>
384 </tr>
385 </table>
386 </td>
387 </tr>
388 </table>
389 </fieldset>
390 </div>
391
392 <div style="float: right; width: 49%">
393 <fieldset>
394 <legend>{#style_dlg.margin}</legend>
395
396 <table role="presentation" border="0">
397 <tr>
398 <td>&nbsp;</td>
399 <td><input type="checkbox" id="box_margin_same" name="box_margin_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_margin');" /> <label for="box_margin_same">{#style_dlg.same}</label></td>
400 </tr>
401 <tr>
402 <td><label for="box_margin_top">{#style_dlg.top}</label></td>
403 <td>
404 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
405 <tr>
406 <td><input type="text" id="box_margin_top" name="box_margin_top" class="mceEditableSelect" /></td>
407 <td>&nbsp;</td>
408 <td>
409 <label id="box_margin_top_measurement_label" for="box_margin_top_measurement" style="display: none; visibility: hidden;">Margin Top Measurement Unit</label>
410 <select id="box_margin_top_measurement" name="box_margin_top_measurement" aria-labelledby="box_margin_top_measurement_label"></select>
411 </td>
412 </tr>
413 </table>
414 </td>
415 </tr>
416 <tr>
417 <td><label for="box_margin_right">{#style_dlg.right}</label></td>
418 <td>
419 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
420 <tr>
421 <td><input type="text" id="box_margin_right" name="box_margin_right" class="mceEditableSelect" disabled="disabled" /></td>
422 <td>&nbsp;</td>
423 <td>
424 <label id="box_margin_right_measurement_label" for="box_margin_right_measurement" style="display: none; visibility: hidden;">Margin Right Measurement Unit</label>
425 <select id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled" aria-labelledby="box_margin_right_measurement_label"></select>
426 </td>
427 </tr>
428 </table>
429 </td>
430 </tr>
431 <tr>
432 <td><label for="box_margin_bottom">{#style_dlg.bottom}</label></td>
433 <td>
434 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
435 <tr>
436 <td><input type="text" id="box_margin_bottom" name="box_margin_bottom" class="mceEditableSelect" disabled="disabled" /></td>
437 <td>&nbsp;</td>
438 <td>
439 <label id="box_margin_bottom_measurement_label" for="box_margin_bottom_measurement" style="display: none; visibility: hidden;">Margin Bottom Measurement Unit</label>
440 <select id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled" aria-labelledby="box_margin_bottom_measurement_label"></select>
441 </td>
442 </tr>
443 </table>
444 </td>
445 </tr>
446 <tr>
447 <td><label for="box_margin_left">{#style_dlg.left}</label></td>
448 <td>
449 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
450 <tr>
451 <td><input type="text" id="box_margin_left" name="box_margin_left" class="mceEditableSelect" disabled="disabled" /></td>
452 <td>&nbsp;</td>
453 <td>
454 <label id="box_margin_left_measurement_label" for="box_margin_left_measurement" style="display: none; visibility: hidden;">Margin Left Measurement Unit</label>
455 <select id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled" aria-labelledby="box_margin_left_measurement_label"></select>
456 </td>
457 </tr>
458 </table>
459 </td>
460 </tr>
461 </table>
462 </fieldset>
463 </div>
464 <br style="clear: both" />
465 </div>
466
467 <div id="border_panel" class="panel">
468 <fieldset>
469 <legend>{#style_dlg.border}</legend>
470 <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="100%">
30 <tr> 471 <tr>
31 <td><label for="text_font">{#style_dlg.text_font}</label></td> 472 <td class="tdelim">&nbsp;</td>
32 <td colspan="3"> 473 <td class="tdelim delim">&nbsp;</td>
33 <select id="text_font" name="text_font" class="mceEditableSelect mceFocus"></select> 474 <td class="tdelim">{#style_dlg.style}</td>
34 </td> 475 <td class="tdelim delim">&nbsp;</td>
476 <td class="tdelim">{#style_dlg.width}</td>
477 <td class="tdelim delim">&nbsp;</td>
478 <td class="tdelim">{#style_dlg.color}</td>
35 </tr> 479 </tr>
480
36 <tr> 481 <tr>
37 <td><label for="text_size">{#style_dlg.text_size}</label></td> 482 <td>&nbsp;</td>
483 <td class="delim">&nbsp;</td>
484 <td><input type="checkbox" id="border_style_same" name="border_style_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_style');" /> <label for="border_style_same">{#style_dlg.same}</label></td>
485 <td class="delim">&nbsp;</td>
486 <td><input type="checkbox" id="border_width_same" name="border_width_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_width');" /> <label for="border_width_same">{#style_dlg.same}</label></td>
487 <td class="delim">&nbsp;</td>
488 <td><input type="checkbox" id="border_color_same" name="border_color_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_color');" /> <label for="border_color_same">{#style_dlg.same}</label></td>
489 </tr>
490
491 <tr>
492 <td>{#style_dlg.top}</td>
493 <td class="delim">&nbsp;</td>
494 <td><select id="border_style_top" name="border_style_top" class="mceEditableSelect"></select></td>
495 <td class="delim">&nbsp;</td>
38 <td> 496 <td>
39 <table border="0" cellspacing="0" cellpadding="0"> 497 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
40 <tr> 498 <tr>
41 <td><select id="text_size" name="text_size" class="mceEditableSelect"></select></td> 499 <td><select id="border_width_top" name="border_width_top" class="mceEditableSelect"></select></td>
42 <td>&nbsp;</td> 500 <td>&nbsp;</td>
43 <td><select id="text_size_measurement" name="text_size_measurement"></select></td> 501 <td>
502 <label id="border_width_top_measurement_label" for="border_width_top_measurement" style="display: none; visibility: hidden;">Width top Measurement Unit</label>
503 <select id="border_width_top_measurement" name="border_width_top_measurement" aria-labelledby="border_width_top_measurement_label"></select>
504 </td>
44 </tr> 505 </tr>
45 </table> 506 </table>
46 </td> 507 </td>
47 <td><label for="text_weight">{#style_dlg.text_weight}</label></td> 508 <td class="delim">&nbsp;</td>
48 <td> 509 <td>
49 <select id="text_weight" name="text_weight"></select> 510 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
50 </td>
51 </tr>
52 <tr>
53 <td><label for="text_style">{#style_dlg.text_style}</label></td>
54 <td>
55 <select id="text_style" name="text_style" class="mceEditableSelect"></select>
56 </td>
57 <td><label for="text_variant">{#style_dlg.text_variant}</label></td>
58 <td>
59 <select id="text_variant" name="text_variant"></select>
60 </td>
61 </tr>
62 <tr>
63 <td><label for="text_lineheight">{#style_dlg.text_lineheight}</label></td>
64 <td>
65 <table border="0" cellspacing="0" cellpadding="0">
66 <tr> 511 <tr>
67 <td> 512 <td><input id="border_color_top" name="border_color_top" type="text" value="" size="9" onChange="updateColor('border_color_top_pick','border_color_top');" /></td>
68 <select id="text_lineheight" name="text_lineheight" class="mceEditableSelect"></select> 513 <td id="border_color_top_pickcontainer">&nbsp;</td>
69 </td>
70 <td>&nbsp;</td>
71 <td><select id="text_lineheight_measurement" name="text_lineheight_measurement"></select></td>
72 </tr>
73 </table>
74 </td>
75 <td><label for="text_case">{#style_dlg.text_case}</label></td>
76 <td>
77 <select id="text_case" name="text_case"></select>
78 </td>
79 </tr>
80 <tr>
81 <td><label for="text_color">{#style_dlg.text_color}</label></td>
82 <td colspan="2">
83 <table border="0" cellpadding="0" cellspacing="0">
84 <tr>
85 <td><input id="text_color" name="text_color" type="text" value="" size="9" onChange="updateColor('text_color_pick','text_color');" /></td>
86 <td id="text_color_pickcontainer">&nbsp;</td>
87 </tr> 514 </tr>
88 </table> 515 </table>
89 </td> 516 </td>
90 </tr> 517 </tr>
518
91 <tr> 519 <tr>
92 <td valign="top" style="vertical-align: top; padding-top: 3px;">{#style_dlg.text_decoration}</td> 520 <td>{#style_dlg.right}</td>
93 <td colspan="2"> 521 <td class="delim">&nbsp;</td>
94 <table border="0" cellspacing="0" cellpadding="0"> 522 <td><select id="border_style_right" name="border_style_right" class="mceEditableSelect" disabled="disabled"></select></td>
523 <td class="delim">&nbsp;</td>
524 <td>
525 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
95 <tr> 526 <tr>
96 <td><input id="text_underline" name="text_underline" class="checkbox" type="checkbox" /></td> 527 <td><select id="border_width_right" name="border_width_right" class="mceEditableSelect" disabled="disabled"></select></td>
97 <td><label for="text_underline">{#style_dlg.text_underline}</label></td> 528 <td>&nbsp;</td>
529 <td>
530 <label id="border_width_right_measurement_label" for="border_width_right_measurement" style="display: none; visibility: hidden;">Width Right Measurement Unit</label>
531 <select id="border_width_right_measurement" name="border_width_right_measurement" disabled="disabled" aria-labelledby="border_width_right_measurement_label"></select>
532 </td>
98 </tr> 533 </tr>
534 </table>
535 </td>
536 <td class="delim">&nbsp;</td>
537 <td>
538 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
99 <tr> 539 <tr>
100 <td><input id="text_overline" name="text_overline" class="checkbox" type="checkbox" /></td> 540 <td><input id="border_color_right" name="border_color_right" type="text" value="" size="9" onChange="updateColor('border_color_right_pick','border_color_right');" disabled="disabled" /></td>
101 <td><label for="text_overline">{#style_dlg.text_overline}</label></td> 541 <td id="border_color_right_pickcontainer">&nbsp;</td>
102 </tr>
103 <tr>
104 <td><input id="text_linethrough" name="text_linethrough" class="checkbox" type="checkbox" /></td>
105 <td><label for="text_linethrough">{#style_dlg.text_striketrough}</label></td>
106 </tr>
107 <tr>
108 <td><input id="text_blink" name="text_blink" class="checkbox" type="checkbox" /></td>
109 <td><label for="text_blink">{#style_dlg.text_blink}</label></td>
110 </tr>
111 <tr>
112 <td><input id="text_none" name="text_none" class="checkbox" type="checkbox" /></td>
113 <td><label for="text_none">{#style_dlg.text_none}</label></td>
114 </tr> 542 </tr>
115 </table> 543 </table>
116 </td> 544 </td>
117 </tr> 545 </tr>
118 </table> 546
119 </div>
120
121 <div id="background_panel" class="panel">
122 <table border="0">
123 <tr> 547 <tr>
124 <td><label for="background_color">{#style_dlg.background_color}</label></td> 548 <td>{#style_dlg.bottom}</td>
549 <td class="delim">&nbsp;</td>
550 <td><select id="border_style_bottom" name="border_style_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
551 <td class="delim">&nbsp;</td>
125 <td> 552 <td>
126 <table border="0" cellpadding="0" cellspacing="0"> 553 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
127 <tr> 554 <tr>
128 <td><input id="background_color" name="background_color" type="text" value="" size="9" onChange="updateColor('background_color_pick','background_color');" /></td> 555 <td><select id="border_width_bottom" name="border_width_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
129 <td id="background_color_pickcontainer">&nbsp;</td> 556 <td>&nbsp;</td>
557 <td>
558 <label id="border_width_bottom_measurement_label" for="border_width_bottom_measurement" style="display: none; visibility: hidden;">Width Bottom Measurement Unit</label>
559 <select id="border_width_bottom_measurement" name="border_width_bottom_measurement" disabled="disabled" aria-labelledby="border_width_bottom_measurement_label"></select>
560 </td>
561 </tr>
562 </table>
563 </td>
564 <td class="delim">&nbsp;</td>
565 <td>
566 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
567 <tr>
568 <td><input id="border_color_bottom" name="border_color_bottom" type="text" value="" size="9" onChange="updateColor('border_color_bottom_pick','border_color_bottom');" disabled="disabled" /></td>
569 <td id="border_color_bottom_pickcontainer">&nbsp;</td>
130 </tr> 570 </tr>
131 </table> 571 </table>
132 </td> 572 </td>
133 </tr> 573 </tr>
134 574
135 <tr> 575 <tr>
136 <td><label for="background_image">{#style_dlg.background_image}</label></td> 576 <td>{#style_dlg.left}</td>
137 <td><table border="0" cellspacing="0" cellpadding="0"> 577 <td class="delim">&nbsp;</td>
138 <tr> 578 <td><select id="border_style_left" name="border_style_left" class="mceEditableSelect" disabled="disabled"></select></td>
139 <td><input id="background_image" name="background_image" type="text" /></td> 579 <td class="delim">&nbsp;</td>
140 <td id="background_image_browser">&nbsp;</td> 580 <td>
141 </tr> 581 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
582 <tr>
583 <td><select id="border_width_left" name="border_width_left" class="mceEditableSelect" disabled="disabled"></select></td>
584 <td>&nbsp;</td>
585 <td>
586 <label id="border_width_left_measurement_label" for="border_width_left_measurement" style="display: none; visibility: hidden;">Width Left Measurement Unit</label>
587 <select id="border_width_left_measurement" name="border_width_left_measurement" disabled="disabled" aria-labelledby="border_width_left_measurement_label"></select>
588 </td>
589 </tr>
142 </table> 590 </table>
143 </td> 591 </td>
144 </tr> 592 <td class="delim">&nbsp;</td>
145
146 <tr>
147 <td><label for="background_repeat">{#style_dlg.background_repeat}</label></td>
148 <td><select id="background_repeat" name="background_repeat" class="mceEditableSelect"></select></td>
149 </tr>
150
151 <tr>
152 <td><label for="background_attachment">{#style_dlg.background_attachment}</label></td>
153 <td><select id="background_attachment" name="background_attachment" class="mceEditableSelect"></select></td>
154 </tr>
155
156 <tr>
157 <td><label for="background_hpos">{#style_dlg.background_hpos}</label></td>
158 <td> 593 <td>
159 <table border="0" cellspacing="0" cellpadding="0"> 594 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
160 <tr> 595 <tr>
161 <td><select id="background_hpos" name="background_hpos" class="mceEditableSelect"></select></td> 596 <td><input id="border_color_left" name="border_color_left" type="text" value="" size="9" onChange="updateColor('border_color_left_pick','border_color_left');" disabled="disabled" /></td>
162 <td>&nbsp;</td> 597 <td id="border_color_left_pickcontainer">&nbsp;</td>
163 <td><select id="background_hpos_measurement" name="background_hpos_measurement"></select></td>
164 </tr> 598 </tr>
165 </table> 599 </table>
166 </td> 600 </td>
167 </tr> 601 </tr>
168
169 <tr>
170 <td><label for="background_vpos">{#style_dlg.background_vpos}</label></td>
171 <td>
172 <table border="0" cellspacing="0" cellpadding="0">
173 <tr>
174 <td><select id="background_vpos" name="background_vpos" class="mceEditableSelect"></select></td>
175 <td>&nbsp;</td>
176 <td><select id="background_vpos_measurement" name="background_vpos_measurement"></select></td>
177 </tr>
178 </table>
179 </td>
180 </tr>
181 </table>
182 </div>
183
184 <div id="block_panel" class="panel">
185 <table border="0">
186 <tr>
187 <td><label for="block_wordspacing">{#style_dlg.block_wordspacing}</label></td>
188 <td>
189 <table border="0" cellspacing="0" cellpadding="0">
190 <tr>
191 <td><select id="block_wordspacing" name="block_wordspacing" class="mceEditableSelect"></select></td>
192 <td>&nbsp;</td>
193 <td><select id="block_wordspacing_measurement" name="block_wordspacing_measurement"></select></td>
194 </tr>
195 </table>
196 </td>
197 </tr>
198
199 <tr>
200 <td><label for="block_letterspacing">{#style_dlg.block_letterspacing}</label></td>
201 <td>
202 <table border="0" cellspacing="0" cellpadding="0">
203 <tr>
204 <td><select id="block_letterspacing" name="block_letterspacing" class="mceEditableSelect"></select></td>
205 <td>&nbsp;</td>
206 <td><select id="block_letterspacing_measurement" name="block_letterspacing_measurement"></select></td>
207 </tr>
208 </table>
209 </td>
210 </tr>
211
212 <tr>
213 <td><label for="block_vertical_alignment">{#style_dlg.block_vertical_alignment}</label></td>
214 <td><select id="block_vertical_alignment" name="block_vertical_alignment" class="mceEditableSelect"></select></td>
215 </tr>
216
217 <tr>
218 <td><label for="block_text_align">{#style_dlg.block_text_align}</label></td>
219 <td><select id="block_text_align" name="block_text_align" class="mceEditableSelect"></select></td>
220 </tr>
221
222 <tr>
223 <td><label for="block_text_indent">{#style_dlg.block_text_indent}</label></td>
224 <td>
225 <table border="0" cellspacing="0" cellpadding="0">
226 <tr>
227 <td><input type="text" id="block_text_indent" name="block_text_indent" /></td>
228 <td>&nbsp;</td>
229 <td><select id="block_text_indent_measurement" name="block_text_indent_measurement"></select></td>
230 </tr>
231 </table>
232 </td>
233 </tr>
234
235 <tr>
236 <td><label for="block_whitespace">{#style_dlg.block_whitespace}</label></td>
237 <td><select id="block_whitespace" name="block_whitespace" class="mceEditableSelect"></select></td>
238 </tr>
239
240 <tr>
241 <td><label for="block_display">{#style_dlg.block_display}</label></td>
242 <td><select id="block_display" name="block_display" class="mceEditableSelect"></select></td>
243 </tr>
244 </table>
245 </div>
246
247 <div id="box_panel" class="panel">
248 <table border="0">
249 <tr>
250 <td><label for="box_width">{#style_dlg.box_width}</label></td>
251 <td>
252 <table border="0" cellspacing="0" cellpadding="0">
253 <tr>
254 <td><input type="text" id="box_width" name="box_width" class="mceEditableSelect" onChange="synch('box_width','positioning_width');" /></td>
255 <td>&nbsp;</td>
256 <td><select id="box_width_measurement" name="box_width_measurement"></select></td>
257 </tr>
258 </table>
259 </td>
260 <td>&nbsp;&nbsp;&nbsp;<label for="box_float">{#style_dlg.box_float}</label></td>
261 <td><select id="box_float" name="box_float" class="mceEditableSelect"></select></td>
262 </tr>
263
264 <tr>
265 <td><label for="box_height">{#style_dlg.box_height}</label></td>
266 <td>
267 <table border="0" cellspacing="0" cellpadding="0">
268 <tr>
269 <td><input type="text" id="box_height" name="box_height" class="mceEditableSelect" onChange="synch('box_height','positioning_height');" /></td>
270 <td>&nbsp;</td>
271 <td><select id="box_height_measurement" name="box_height_measurement"></select></td>
272 </tr>
273 </table>
274 </td>
275 <td>&nbsp;&nbsp;&nbsp;<label for="box_clear">{#style_dlg.box_clear}</label></td>
276 <td><select id="box_clear" name="box_clear" class="mceEditableSelect"></select></td>
277 </tr>
278 </table>
279 <div style="float: left; width: 49%">
280 <fieldset>
281 <legend>{#style_dlg.padding}</legend>
282
283 <table border="0">
284 <tr>
285 <td>&nbsp;</td>
286 <td><input type="checkbox" id="box_padding_same" name="box_padding_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_padding');" /> <label for="box_padding_same">{#style_dlg.same}</label></td>
287 </tr>
288 <tr>
289 <td><label for="box_padding_top">{#style_dlg.top}</label></td>
290 <td>
291 <table border="0" cellspacing="0" cellpadding="0">
292 <tr>
293 <td><input type="text" id="box_padding_top" name="box_padding_top" class="mceEditableSelect" /></td>
294 <td>&nbsp;</td>
295 <td><select id="box_padding_top_measurement" name="box_padding_top_measurement"></select></td>
296 </tr>
297 </table>
298 </td>
299 </tr>
300 <tr>
301 <td><label for="box_padding_right">{#style_dlg.right}</label></td>
302 <td>
303 <table border="0" cellspacing="0" cellpadding="0">
304 <tr>
305 <td><input type="text" id="box_padding_right" name="box_padding_right" class="mceEditableSelect" disabled="disabled" /></td>
306 <td>&nbsp;</td>
307 <td><select id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled"></select></td>
308 </tr>
309 </table>
310 </td>
311 </tr>
312 <tr>
313 <td><label for="box_padding_bottom">{#style_dlg.bottom}</label></td>
314 <td>
315 <table border="0" cellspacing="0" cellpadding="0">
316 <tr>
317 <td><input type="text" id="box_padding_bottom" name="box_padding_bottom" class="mceEditableSelect" disabled="disabled" /></td>
318 <td>&nbsp;</td>
319 <td><select id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled"></select></td>
320 </tr>
321 </table>
322 </td>
323 </tr>
324 <tr>
325 <td><label for="box_padding_left">{#style_dlg.left}</label></td>
326 <td>
327 <table border="0" cellspacing="0" cellpadding="0">
328 <tr>
329 <td><input type="text" id="box_padding_left" name="box_padding_left" class="mceEditableSelect" disabled="disabled" /></td>
330 <td>&nbsp;</td>
331 <td><select id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled"></select></td>
332 </tr>
333 </table>
334 </td>
335 </tr>
336 </table> 602 </table>
337 </fieldset> 603 </fieldset>
338 </div> 604 </div>
339 605
340 <div style="float: right; width: 49%">
341 <fieldset>
342 <legend>{#style_dlg.margin}</legend>
343
344 <table border="0">
345 <tr>
346 <td>&nbsp;</td>
347 <td><input type="checkbox" id="box_margin_same" name="box_margin_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_margin');" /> <label for="box_margin_same">{#style_dlg.same}</label></td>
348 </tr>
349 <tr>
350 <td><label for="box_margin_top">{#style_dlg.top}</label></td>
351 <td>
352 <table border="0" cellspacing="0" cellpadding="0">
353 <tr>
354 <td><input type="text" id="box_margin_top" name="box_margin_top" class="mceEditableSelect" /></td>
355 <td>&nbsp;</td>
356 <td><select id="box_margin_top_measurement" name="box_margin_top_measurement"></select></td>
357 </tr>
358 </table>
359 </td>
360 </tr>
361 <tr>
362 <td><label for="box_margin_right">{#style_dlg.right}</label></td>
363 <td>
364 <table border="0" cellspacing="0" cellpadding="0">
365 <tr>
366 <td><input type="text" id="box_margin_right" name="box_margin_right" class="mceEditableSelect" disabled="disabled" /></td>
367 <td>&nbsp;</td>
368 <td><select id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled"></select></td>
369 </tr>
370 </table>
371 </td>
372 </tr>
373 <tr>
374 <td><label for="box_margin_bottom">{#style_dlg.bottom}</label></td>
375 <td>
376 <table border="0" cellspacing="0" cellpadding="0">
377 <tr>
378 <td><input type="text" id="box_margin_bottom" name="box_margin_bottom" class="mceEditableSelect" disabled="disabled" /></td>
379 <td>&nbsp;</td>
380 <td><select id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled"></select></td>
381 </tr>
382 </table>
383 </td>
384 </tr>
385 <tr>
386 <td><label for="box_margin_left">{#style_dlg.left}</label></td>
387 <td>
388 <table border="0" cellspacing="0" cellpadding="0">
389 <tr>
390 <td><input type="text" id="box_margin_left" name="box_margin_left" class="mceEditableSelect" disabled="disabled" /></td>
391 <td>&nbsp;</td>
392 <td><select id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled"></select></td>
393 </tr>
394 </table>
395 </td>
396 </tr>
397 </table>
398 </fieldset>
399 </div>
400 <br style="clear: both" />
401 </div>
402
403 <div id="border_panel" class="panel">
404 <table border="0" cellspacing="0" cellpadding="0" width="100%">
405 <tr>
406 <td class="tdelim">&nbsp;</td>
407 <td class="tdelim delim">&nbsp;</td>
408 <td class="tdelim">{#style_dlg.style}</td>
409 <td class="tdelim delim">&nbsp;</td>
410 <td class="tdelim">{#style_dlg.width}</td>
411 <td class="tdelim delim">&nbsp;</td>
412 <td class="tdelim">{#style_dlg.color}</td>
413 </tr>
414
415 <tr>
416 <td>&nbsp;</td>
417 <td class="delim">&nbsp;</td>
418 <td><input type="checkbox" id="border_style_same" name="border_style_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_style');" /> <label for="border_style_same">{#style_dlg.same}</label></td>
419 <td class="delim">&nbsp;</td>
420 <td><input type="checkbox" id="border_width_same" name="border_width_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_width');" /> <label for="border_width_same">{#style_dlg.same}</label></td>
421 <td class="delim">&nbsp;</td>
422 <td><input type="checkbox" id="border_color_same" name="border_color_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_color');" /> <label for="border_color_same">{#style_dlg.same}</label></td>
423 </tr>
424
425 <tr>
426 <td>{#style_dlg.top}</td>
427 <td class="delim">&nbsp;</td>
428 <td><select id="border_style_top" name="border_style_top" class="mceEditableSelect"></select></td>
429 <td class="delim">&nbsp;</td>
430 <td>
431 <table border="0" cellspacing="0" cellpadding="0">
432 <tr>
433 <td><select id="border_width_top" name="border_width_top" class="mceEditableSelect"></select></td>
434 <td>&nbsp;</td>
435 <td><select id="border_width_top_measurement" name="border_width_top_measurement"></select></td>
436 </tr>
437 </table>
438 </td>
439 <td class="delim">&nbsp;</td>
440 <td>
441 <table border="0" cellpadding="0" cellspacing="0">
442 <tr>
443 <td><input id="border_color_top" name="border_color_top" type="text" value="" size="9" onChange="updateColor('border_color_top_pick','border_color_top');" /></td>
444 <td id="border_color_top_pickcontainer">&nbsp;</td>
445 </tr>
446 </table>
447 </td>
448 </tr>
449
450 <tr>
451 <td>{#style_dlg.right}</td>
452 <td class="delim">&nbsp;</td>
453 <td><select id="border_style_right" name="border_style_right" class="mceEditableSelect" disabled="disabled"></select></td>
454 <td class="delim">&nbsp;</td>
455 <td>
456 <table border="0" cellspacing="0" cellpadding="0">
457 <tr>
458 <td><select id="border_width_right" name="border_width_right" class="mceEditableSelect" disabled="disabled"></select></td>
459 <td>&nbsp;</td>
460 <td><select id="border_width_right_measurement" name="border_width_right_measurement" disabled="disabled"></select></td>
461 </tr>
462 </table>
463 </td>
464 <td class="delim">&nbsp;</td>
465 <td>
466 <table border="0" cellpadding="0" cellspacing="0">
467 <tr>
468 <td><input id="border_color_right" name="border_color_right" type="text" value="" size="9" onChange="updateColor('border_color_right_pick','border_color_right');" disabled="disabled" /></td>
469 <td id="border_color_right_pickcontainer">&nbsp;</td>
470 </tr>
471 </table>
472 </td>
473 </tr>
474
475 <tr>
476 <td>{#style_dlg.bottom}</td>
477 <td class="delim">&nbsp;</td>
478 <td><select id="border_style_bottom" name="border_style_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
479 <td class="delim">&nbsp;</td>
480 <td>
481 <table border="0" cellspacing="0" cellpadding="0">
482 <tr>
483 <td><select id="border_width_bottom" name="border_width_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
484 <td>&nbsp;</td>
485 <td><select id="border_width_bottom_measurement" name="border_width_bottom_measurement" disabled="disabled"></select></td>
486 </tr>
487 </table>
488 </td>
489 <td class="delim">&nbsp;</td>
490 <td>
491 <table border="0" cellpadding="0" cellspacing="0">
492 <tr>
493 <td><input id="border_color_bottom" name="border_color_bottom" type="text" value="" size="9" onChange="updateColor('border_color_bottom_pick','border_color_bottom');" disabled="disabled" /></td>
494 <td id="border_color_bottom_pickcontainer">&nbsp;</td>
495 </tr>
496 </table>
497 </td>
498 </tr>
499
500 <tr>
501 <td>{#style_dlg.left}</td>
502 <td class="delim">&nbsp;</td>
503 <td><select id="border_style_left" name="border_style_left" class="mceEditableSelect" disabled="disabled"></select></td>
504 <td class="delim">&nbsp;</td>
505 <td>
506 <table border="0" cellspacing="0" cellpadding="0">
507 <tr>
508 <td><select id="border_width_left" name="border_width_left" class="mceEditableSelect" disabled="disabled"></select></td>
509 <td>&nbsp;</td>
510 <td><select id="border_width_left_measurement" name="border_width_left_measurement" disabled="disabled"></select></td>
511 </tr>
512 </table>
513 </td>
514 <td class="delim">&nbsp;</td>
515 <td>
516 <table border="0" cellpadding="0" cellspacing="0">
517 <tr>
518 <td><input id="border_color_left" name="border_color_left" type="text" value="" size="9" onChange="updateColor('border_color_left_pick','border_color_left');" disabled="disabled" /></td>
519 <td id="border_color_left_pickcontainer">&nbsp;</td>
520 </tr>
521 </table>
522 </td>
523 </tr>
524 </table>
525 </div>
526
527 <div id="list_panel" class="panel"> 606 <div id="list_panel" class="panel">
528 <table border="0"> 607 <fieldset>
608 <legend>{#style_dlg.list}</legend>
609 <table role="presentation" border="0">
529 <tr> 610 <tr>
530 <td><label for="list_type">{#style_dlg.list_type}</label></td> 611 <td><label for="list_type">{#style_dlg.list_type}</label></td>
531 <td><select id="list_type" name="list_type" class="mceEditableSelect"></select></td> 612 <td><select id="list_type" name="list_type" class="mceEditableSelect"></select></td>
532 </tr> 613 </tr>
533 614
539 <tr> 620 <tr>
540 <td><label for="list_position">{#style_dlg.position}</label></td> 621 <td><label for="list_position">{#style_dlg.position}</label></td>
541 <td><select id="list_position" name="list_position" class="mceEditableSelect"></select></td> 622 <td><select id="list_position" name="list_position" class="mceEditableSelect"></select></td>
542 </tr> 623 </tr>
543 </table> 624 </table>
625 </fieldset>
544 </div> 626 </div>
545 627
546 <div id="positioning_panel" class="panel"> 628 <div id="positioning_panel" class="panel">
547 <table border="0"> 629 <fieldset>
630 <legend>{#style_dlg.position}</legend>
631 <table role="presentation" border="0">
548 <tr> 632 <tr>
549 <td><label for="positioning_type">{#style_dlg.positioning_type}</label></td> 633 <td><label for="positioning_type">{#style_dlg.positioning_type}</label></td>
550 <td><select id="positioning_type" name="positioning_type" class="mceEditableSelect"></select></td> 634 <td><select id="positioning_type" name="positioning_type" class="mceEditableSelect"></select></td>
551 <td>&nbsp;&nbsp;&nbsp;<label for="positioning_visibility">{#style_dlg.visibility}</label></td> 635 <td>&nbsp;&nbsp;&nbsp;<label for="positioning_visibility">{#style_dlg.visibility}</label></td>
552 <td><select id="positioning_visibility" name="positioning_visibility" class="mceEditableSelect"></select></td> 636 <td><select id="positioning_visibility" name="positioning_visibility" class="mceEditableSelect"></select></td>
553 </tr> 637 </tr>
554 638
555 <tr> 639 <tr>
556 <td><label for="positioning_width">{#style_dlg.width}</label></td> 640 <td><label for="positioning_width">{#style_dlg.width}</label></td>
557 <td> 641 <td>
558 <table border="0" cellspacing="0" cellpadding="0"> 642 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
559 <tr> 643 <tr>
560 <td><input type="text" id="positioning_width" name="positioning_width" onChange="synch('positioning_width','box_width');" /></td> 644 <td><input type="text" id="positioning_width" name="positioning_width" onChange="synch('positioning_width','box_width');" /></td>
561 <td>&nbsp;</td> 645 <td>&nbsp;</td>
562 <td><select id="positioning_width_measurement" name="positioning_width_measurement"></select></td> 646 <td>
647 <label id="positioning_width_measurement_label" for="positioning_width_measurement" style="display: none; visibility: hidden;">Positioning width Measurement Unit</label>
648 <select id="positioning_width_measurement" name="positioning_width_measurement" aria-labelledby="positioning_width_measurement_label"></select>
649 </td>
563 </tr> 650 </tr>
564 </table> 651 </table>
565 </td> 652 </td>
566 <td>&nbsp;&nbsp;&nbsp;<label for="positioning_zindex">{#style_dlg.zindex}</label></td> 653 <td>&nbsp;&nbsp;&nbsp;<label for="positioning_zindex">{#style_dlg.zindex}</label></td>
567 <td><input type="text" id="positioning_zindex" name="positioning_zindex" /></td> 654 <td><input type="text" id="positioning_zindex" name="positioning_zindex" /></td>
568 </tr> 655 </tr>
569 656
570 <tr> 657 <tr>
571 <td><label for="positioning_height">{#style_dlg.height}</label></td> 658 <td><label for="positioning_height">{#style_dlg.height}</label></td>
572 <td> 659 <td>
573 <table border="0" cellspacing="0" cellpadding="0"> 660 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
574 <tr> 661 <tr>
575 <td><input type="text" id="positioning_height" name="positioning_height" onChange="synch('positioning_height','box_height');" /></td> 662 <td><input type="text" id="positioning_height" name="positioning_height" onChange="synch('positioning_height','box_height');" /></td>
576 <td>&nbsp;</td> 663 <td>&nbsp;</td>
577 <td><select id="positioning_height_measurement" name="positioning_height_measurement"></select></td> 664 <td>
665 <label id="positioning_height_measurement_label" for="positioning_height_measurement" style="display: none; visibility: hidden;">Positioning Height Measurement Unit</label>
666 <select id="positioning_height_measurement" name="positioning_height_measurement" aria-labelledby="positioning_height_measurement_label"></select>
667 </td>
578 </tr> 668 </tr>
579 </table> 669 </table>
580 </td> 670 </td>
581 <td>&nbsp;&nbsp;&nbsp;<label for="positioning_overflow">{#style_dlg.overflow}</label></td> 671 <td>&nbsp;&nbsp;&nbsp;<label for="positioning_overflow">{#style_dlg.overflow}</label></td>
582 <td><select id="positioning_overflow" name="positioning_overflow" class="mceEditableSelect"></select></td> 672 <td><select id="positioning_overflow" name="positioning_overflow" class="mceEditableSelect"></select></td>
585 675
586 <div style="float: left; width: 49%"> 676 <div style="float: left; width: 49%">
587 <fieldset> 677 <fieldset>
588 <legend>{#style_dlg.placement}</legend> 678 <legend>{#style_dlg.placement}</legend>
589 679
590 <table border="0"> 680 <table role="presentation" border="0">
591 <tr> 681 <tr>
592 <td>&nbsp;</td> 682 <td>&nbsp;</td>
593 <td><input type="checkbox" id="positioning_placement_same" name="positioning_placement_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_placement');" /> <label for="positioning_placement_same">{#style_dlg.same}</label></td> 683 <td><input type="checkbox" id="positioning_placement_same" name="positioning_placement_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_placement');" /> <label for="positioning_placement_same">{#style_dlg.same}</label></td>
594 </tr> 684 </tr>
595 <tr> 685 <tr>
596 <td>{#style_dlg.top}</td> 686 <td>{#style_dlg.top}</td>
597 <td> 687 <td>
598 <table border="0" cellspacing="0" cellpadding="0"> 688 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
599 <tr> 689 <tr>
600 <td><input type="text" id="positioning_placement_top" name="positioning_placement_top" /></td> 690 <td><input type="text" id="positioning_placement_top" name="positioning_placement_top" /></td>
601 <td>&nbsp;</td> 691 <td>&nbsp;</td>
602 <td><select id="positioning_placement_top_measurement" name="positioning_placement_top_measurement"></select></td> 692 <td>
693 <label id="positioning_placement_top_measurement_label" for="positioning_placement_top_measurement" style="display: none; visibility: hidden;">Placement Top Measurement Unit</label>
694 <select id="positioning_placement_top_measurement" name="positioning_placement_top_measurement" aria-labelledby="positioning_placement_top_measurement_label"></select>
695 </td>
603 </tr> 696 </tr>
604 </table> 697 </table>
605 </td> 698 </td>
606 </tr> 699 </tr>
607 <tr> 700 <tr>
608 <td>{#style_dlg.right}</td> 701 <td>{#style_dlg.right}</td>
609 <td> 702 <td>
610 <table border="0" cellspacing="0" cellpadding="0"> 703 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
611 <tr> 704 <tr>
612 <td><input type="text" id="positioning_placement_right" name="positioning_placement_right" disabled="disabled" /></td> 705 <td><input type="text" id="positioning_placement_right" name="positioning_placement_right" disabled="disabled" /></td>
613 <td>&nbsp;</td> 706 <td>&nbsp;</td>
614 <td><select id="positioning_placement_right_measurement" name="positioning_placement_right_measurement" disabled="disabled"></select></td> 707 <td>
708 <label id="positioning_placement_right_measurement_label" for="positioning_placement_right_measurement" style="display: none; visibility: hidden;">Placement Right Measurement Unit</label>
709 <select id="positioning_placement_right_measurement" name="positioning_placement_right_measurement" disabled="disabled" aria-labelledby="positioning_placement_right_measurement_label"></select>
710 </td>
615 </tr> 711 </tr>
616 </table> 712 </table>
617 </td> 713 </td>
618 </tr> 714 </tr>
619 <tr> 715 <tr>
620 <td>{#style_dlg.bottom}</td> 716 <td>{#style_dlg.bottom}</td>
621 <td> 717 <td>
622 <table border="0" cellspacing="0" cellpadding="0"> 718 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
623 <tr> 719 <tr>
624 <td><input type="text" id="positioning_placement_bottom" name="positioning_placement_bottom" disabled="disabled" /></td> 720 <td><input type="text" id="positioning_placement_bottom" name="positioning_placement_bottom" disabled="disabled" /></td>
625 <td>&nbsp;</td> 721 <td>&nbsp;</td>
626 <td><select id="positioning_placement_bottom_measurement" name="positioning_placement_bottom_measurement" disabled="disabled"></select></td> 722 <td>
723 <label id="positioning_placement_bottom_measurement_label" for="positioning_placement_bottom_measurement" style="display: none; visibility: hidden;">Placement Bottom Measurement Unit</label>
724 <select id="positioning_placement_bottom_measurement" name="positioning_placement_bottom_measurement" disabled="disabled" aria-labelledby="positioning_placement_bottom_measurement_label"></select>
725 </td>
627 </tr> 726 </tr>
628 </table> 727 </table>
629 </td> 728 </td>
630 </tr> 729 </tr>
631 <tr> 730 <tr>
632 <td>{#style_dlg.left}</td> 731 <td>{#style_dlg.left}</td>
633 <td> 732 <td>
634 <table border="0" cellspacing="0" cellpadding="0"> 733 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
635 <tr> 734 <tr>
636 <td><input type="text" id="positioning_placement_left" name="positioning_placement_left" disabled="disabled" /></td> 735 <td><input type="text" id="positioning_placement_left" name="positioning_placement_left" disabled="disabled" /></td>
637 <td>&nbsp;</td> 736 <td>&nbsp;</td>
638 <td><select id="positioning_placement_left_measurement" name="positioning_placement_left_measurement" disabled="disabled"></select></td> 737 <td>
738 <label id="positioning_placement_left_measurement_label" for="positioning_placement_left_measurement" style="display: none; visibility: hidden;">Placement Left Measurement Unit</label>
739 <select id="positioning_placement_left_measurement" name="positioning_placement_left_measurement" disabled="disabled" aria-labelledby="positioning_placement_left_measurement_label"></select>
740 </td>
639 </tr> 741 </tr>
640 </table> 742 </table>
641 </td> 743 </td>
642 </tr> 744 </tr>
643 </table> 745 </table>
646 748
647 <div style="float: right; width: 49%"> 749 <div style="float: right; width: 49%">
648 <fieldset> 750 <fieldset>
649 <legend>{#style_dlg.clip}</legend> 751 <legend>{#style_dlg.clip}</legend>
650 752
651 <table border="0"> 753 <table role="presentation" border="0">
652 <tr> 754 <tr>
653 <td>&nbsp;</td> 755 <td>&nbsp;</td>
654 <td><input type="checkbox" id="positioning_clip_same" name="positioning_clip_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_clip');" /> <label for="positioning_clip_same">{#style_dlg.same}</label></td> 756 <td><input type="checkbox" id="positioning_clip_same" name="positioning_clip_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_clip');" /> <label for="positioning_clip_same">{#style_dlg.same}</label></td>
655 </tr> 757 </tr>
656 <tr> 758 <tr>
657 <td>{#style_dlg.top}</td> 759 <td>{#style_dlg.top}</td>
658 <td> 760 <td>
659 <table border="0" cellspacing="0" cellpadding="0"> 761 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
660 <tr> 762 <tr>
661 <td><input type="text" id="positioning_clip_top" name="positioning_clip_top" /></td> 763 <td><input type="text" id="positioning_clip_top" name="positioning_clip_top" /></td>
662 <td>&nbsp;</td> 764 <td>&nbsp;</td>
663 <td><select id="positioning_clip_top_measurement" name="positioning_clip_top_measurement"></select></td> 765 <td>
766 <label id="positioning_clip_top_measurement_label" for="positioning_clip_top_measurement" style="display: none; visibility: hidden;">Clip Top Measurement Unit</label>
767 <select id="positioning_clip_top_measurement" name="positioning_clip_top_measurement" aria-labelledby="positioning_clip_top_measurement_label"></select>
768 </td>
664 </tr> 769 </tr>
665 </table> 770 </table>
666 </td> 771 </td>
667 </tr> 772 </tr>
668 <tr> 773 <tr>
669 <td>{#style_dlg.right}</td> 774 <td>{#style_dlg.right}</td>
670 <td> 775 <td>
671 <table border="0" cellspacing="0" cellpadding="0"> 776 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
672 <tr> 777 <tr>
673 <td><input type="text" id="positioning_clip_right" name="positioning_clip_right" disabled="disabled" /></td> 778 <td><input type="text" id="positioning_clip_right" name="positioning_clip_right" disabled="disabled" /></td>
674 <td>&nbsp;</td> 779 <td>&nbsp;</td>
675 <td><select id="positioning_clip_right_measurement" name="positioning_clip_right_measurement" disabled="disabled"></select></td> 780 <td>
781 <label id="positioning_clip_right_measurement_label" for="positioning_clip_right_measurement" style="display: none; visibility: hidden;">Clip Right Measurement Unit</label>
782 <select id="positioning_clip_right_measurement" name="positioning_clip_right_measurement" disabled="disabled" aria-labelledby="positioning_clip_right_measurement_label"></select>
783 </td>
676 </tr> 784 </tr>
677 </table> 785 </table>
678 </td> 786 </td>
679 </tr> 787 </tr>
680 <tr> 788 <tr>
681 <td>{#style_dlg.bottom}</td> 789 <td>{#style_dlg.bottom}</td>
682 <td> 790 <td>
683 <table border="0" cellspacing="0" cellpadding="0"> 791 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
684 <tr> 792 <tr>
685 <td><input type="text" id="positioning_clip_bottom" name="positioning_clip_bottom" disabled="disabled" /></td> 793 <td><input type="text" id="positioning_clip_bottom" name="positioning_clip_bottom" disabled="disabled" /></td>
686 <td>&nbsp;</td> 794 <td>&nbsp;</td>
687 <td><select id="positioning_clip_bottom_measurement" name="positioning_clip_bottom_measurement" disabled="disabled"></select></td> 795 <td>
796 <label id="positioning_clip_bottom_measurement_label" for="positioning_clip_bottom_measurement" style="display: none; visibility: hidden;">Clip Bottom Measurement Unit</label>
797 <select id="positioning_clip_bottom_measurement" name="positioning_clip_bottom_measurement" disabled="disabled" aria-labelledby="positioning_clip_bottom_measurement_label"></select>
798 </td>
688 </tr> 799 </tr>
689 </table> 800 </table>
690 </td> 801 </td>
691 </tr> 802 </tr>
692 <tr> 803 <tr>
693 <td>{#style_dlg.left}</td> 804 <td>{#style_dlg.left}</td>
694 <td> 805 <td>
695 <table border="0" cellspacing="0" cellpadding="0"> 806 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
696 <tr> 807 <tr>
697 <td><input type="text" id="positioning_clip_left" name="positioning_clip_left" disabled="disabled" /></td> 808 <td><input type="text" id="positioning_clip_left" name="positioning_clip_left" disabled="disabled" /></td>
698 <td>&nbsp;</td> 809 <td>&nbsp;</td>
699 <td><select id="positioning_clip_left_measurement" name="positioning_clip_left_measurement" disabled="disabled"></select></td> 810 <td>
811 <label id="positioning_clip_left_measurement_label" for="positioning_clip_left_measurement" style="display: none; visibility: hidden;">Clip Left Measurement Unit</label>
812 <select id="positioning_clip_left_measurement" name="positioning_clip_left_measurement" disabled="disabled" aria-labelledby="positioning_clip_left_measurement_label"></select>
813 </td>
700 </tr> 814 </tr>
701 </table> 815 </table>
702 </td> 816 </td>
703 </tr> 817 </tr>
704 </table> 818 </table>
705 </fieldset> 819 </fieldset>
706 </div> 820 </div>
707 <br style="clear: both" /> 821 <br style="clear: both" />
708 </div> 822 </div>
823 </fieldset>
709 </div> 824 </div>
710 825
711 <div class="mceActionPanel"> 826 <div class="mceActionPanel">
712 <input type="submit" id="insert" name="insert" value="{#update}" /> 827 <input type="submit" id="insert" name="insert" value="{#update}" />
713 <input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" /> 828 <input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" />