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">
4 <title>{#style_dlg.title}
</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/editable_selects.js"></script>
8 <script type=
"text/javascript" src=
"../../utils/form_utils.js"></script>
9 <script type=
"text/javascript" src=
"js/props.js"></script>
10 <link href=
"css/props.css" rel=
"stylesheet" type=
"text/css" />
11 <base target=
"_self" />
14 <body id=
"styleprops" style=
"display: none">
15 <form onsubmit=
"updateAction();return false;" action=
"#">
18 <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>
19 <li id=
"background_tab"><span><a href=
"javascript:mcTabs.displayTab('background_tab','background_panel');" onMouseDown=
"return false;">{#style_dlg.background_tab}
</a></span></li>
20 <li id=
"block_tab"><span><a href=
"javascript:mcTabs.displayTab('block_tab','block_panel');" onMouseDown=
"return false;">{#style_dlg.block_tab}
</a></span></li>
21 <li id=
"box_tab"><span><a href=
"javascript:mcTabs.displayTab('box_tab','box_panel');" onMouseDown=
"return false;">{#style_dlg.box_tab}
</a></span></li>
22 <li id=
"border_tab"><span><a href=
"javascript:mcTabs.displayTab('border_tab','border_panel');" onMouseDown=
"return false;">{#style_dlg.border_tab}
</a></span></li>
23 <li id=
"list_tab"><span><a href=
"javascript:mcTabs.displayTab('list_tab','list_panel');" onMouseDown=
"return false;">{#style_dlg.list_tab}
</a></span></li>
24 <li id=
"positioning_tab"><span><a href=
"javascript:mcTabs.displayTab('positioning_tab','positioning_panel');" onMouseDown=
"return false;">{#style_dlg.positioning_tab}
</a></span></li>
28 <div class=
"panel_wrapper">
29 <div id=
"text_panel" class=
"panel current">
30 <table border=
"0" width=
"100%">
32 <td><label for=
"text_font">{#style_dlg.text_font}
</label></td>
34 <select id=
"text_font" name=
"text_font" class=
"mceEditableSelect mceFocus"></select>
38 <td><label for=
"text_size">{#style_dlg.text_size}
</label></td>
40 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
42 <td><select id=
"text_size" name=
"text_size" class=
"mceEditableSelect"></select></td>
44 <td><select id=
"text_size_measurement" name=
"text_size_measurement"></select></td>
48 <td><label for=
"text_weight">{#style_dlg.text_weight}
</label></td>
50 <select id=
"text_weight" name=
"text_weight"></select>
54 <td><label for=
"text_style">{#style_dlg.text_style}
</label></td>
56 <select id=
"text_style" name=
"text_style" class=
"mceEditableSelect"></select>
58 <td><label for=
"text_variant">{#style_dlg.text_variant}
</label></td>
60 <select id=
"text_variant" name=
"text_variant"></select>
64 <td><label for=
"text_lineheight">{#style_dlg.text_lineheight}
</label></td>
66 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
69 <select id=
"text_lineheight" name=
"text_lineheight" class=
"mceEditableSelect"></select>
72 <td><select id=
"text_lineheight_measurement" name=
"text_lineheight_measurement"></select></td>
76 <td><label for=
"text_case">{#style_dlg.text_case}
</label></td>
78 <select id=
"text_case" name=
"text_case"></select>
82 <td><label for=
"text_color">{#style_dlg.text_color}
</label></td>
84 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
86 <td><input id=
"text_color" name=
"text_color" type=
"text" value=
"" size=
"9" onChange=
"updateColor('text_color_pick','text_color');" /></td>
87 <td id=
"text_color_pickcontainer"> </td>
93 <td valign=
"top" style=
"vertical-align: top; padding-top: 3px;">{#style_dlg.text_decoration}
</td>
95 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
97 <td><input id=
"text_underline" name=
"text_underline" class=
"checkbox" type=
"checkbox" /></td>
98 <td><label for=
"text_underline">{#style_dlg.text_underline}
</label></td>
101 <td><input id=
"text_overline" name=
"text_overline" class=
"checkbox" type=
"checkbox" /></td>
102 <td><label for=
"text_overline">{#style_dlg.text_overline}
</label></td>
105 <td><input id=
"text_linethrough" name=
"text_linethrough" class=
"checkbox" type=
"checkbox" /></td>
106 <td><label for=
"text_linethrough">{#style_dlg.text_striketrough}
</label></td>
109 <td><input id=
"text_blink" name=
"text_blink" class=
"checkbox" type=
"checkbox" /></td>
110 <td><label for=
"text_blink">{#style_dlg.text_blink}
</label></td>
113 <td><input id=
"text_none" name=
"text_none" class=
"checkbox" type=
"checkbox" /></td>
114 <td><label for=
"text_none">{#style_dlg.text_none}
</label></td>
122 <div id=
"background_panel" class=
"panel">
125 <td><label for=
"background_color">{#style_dlg.background_color}
</label></td>
127 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
129 <td><input id=
"background_color" name=
"background_color" type=
"text" value=
"" size=
"9" onChange=
"updateColor('background_color_pick','background_color');" /></td>
130 <td id=
"background_color_pickcontainer"> </td>
137 <td><label for=
"background_image">{#style_dlg.background_image}
</label></td>
138 <td><table border=
"0" cellspacing=
"0" cellpadding=
"0">
140 <td><input id=
"background_image" name=
"background_image" type=
"text" /></td>
141 <td id=
"background_image_browser"> </td>
148 <td><label for=
"background_repeat">{#style_dlg.background_repeat}
</label></td>
149 <td><select id=
"background_repeat" name=
"background_repeat" class=
"mceEditableSelect"></select></td>
153 <td><label for=
"background_attachment">{#style_dlg.background_attachment}
</label></td>
154 <td><select id=
"background_attachment" name=
"background_attachment" class=
"mceEditableSelect"></select></td>
158 <td><label for=
"background_hpos">{#style_dlg.background_hpos}
</label></td>
160 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
162 <td><select id=
"background_hpos" name=
"background_hpos" class=
"mceEditableSelect"></select></td>
164 <td><select id=
"background_hpos_measurement" name=
"background_hpos_measurement"></select></td>
171 <td><label for=
"background_vpos">{#style_dlg.background_vpos}
</label></td>
173 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
175 <td><select id=
"background_vpos" name=
"background_vpos" class=
"mceEditableSelect"></select></td>
177 <td><select id=
"background_vpos_measurement" name=
"background_vpos_measurement"></select></td>
185 <div id=
"block_panel" class=
"panel">
188 <td><label for=
"block_wordspacing">{#style_dlg.block_wordspacing}
</label></td>
190 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
192 <td><select id=
"block_wordspacing" name=
"block_wordspacing" class=
"mceEditableSelect"></select></td>
194 <td><select id=
"block_wordspacing_measurement" name=
"block_wordspacing_measurement"></select></td>
201 <td><label for=
"block_letterspacing">{#style_dlg.block_letterspacing}
</label></td>
203 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
205 <td><select id=
"block_letterspacing" name=
"block_letterspacing" class=
"mceEditableSelect"></select></td>
207 <td><select id=
"block_letterspacing_measurement" name=
"block_letterspacing_measurement"></select></td>
214 <td><label for=
"block_vertical_alignment">{#style_dlg.block_vertical_alignment}
</label></td>
215 <td><select id=
"block_vertical_alignment" name=
"block_vertical_alignment" class=
"mceEditableSelect"></select></td>
219 <td><label for=
"block_text_align">{#style_dlg.block_text_align}
</label></td>
220 <td><select id=
"block_text_align" name=
"block_text_align" class=
"mceEditableSelect"></select></td>
224 <td><label for=
"block_text_indent">{#style_dlg.block_text_indent}
</label></td>
226 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
228 <td><input type=
"text" id=
"block_text_indent" name=
"block_text_indent" /></td>
230 <td><select id=
"block_text_indent_measurement" name=
"block_text_indent_measurement"></select></td>
237 <td><label for=
"block_whitespace">{#style_dlg.block_whitespace}
</label></td>
238 <td><select id=
"block_whitespace" name=
"block_whitespace" class=
"mceEditableSelect"></select></td>
242 <td><label for=
"block_display">{#style_dlg.block_display}
</label></td>
243 <td><select id=
"block_display" name=
"block_display" class=
"mceEditableSelect"></select></td>
248 <div id=
"box_panel" class=
"panel">
251 <td><label for=
"box_width">{#style_dlg.box_width}
</label></td>
253 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
255 <td><input type=
"text" id=
"box_width" name=
"box_width" class=
"mceEditableSelect" onChange=
"synch('box_width','positioning_width');" /></td>
257 <td><select id=
"box_width_measurement" name=
"box_width_measurement"></select></td>
261 <td> <label for=
"box_float">{#style_dlg.box_float}
</label></td>
262 <td><select id=
"box_float" name=
"box_float" class=
"mceEditableSelect"></select></td>
266 <td><label for=
"box_height">{#style_dlg.box_height}
</label></td>
268 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
270 <td><input type=
"text" id=
"box_height" name=
"box_height" class=
"mceEditableSelect" onChange=
"synch('box_height','positioning_height');" /></td>
272 <td><select id=
"box_height_measurement" name=
"box_height_measurement"></select></td>
276 <td> <label for=
"box_clear">{#style_dlg.box_clear}
</label></td>
277 <td><select id=
"box_clear" name=
"box_clear" class=
"mceEditableSelect"></select></td>
280 <div style=
"float: left; width: 49%">
282 <legend>{#style_dlg.padding}
</legend>
287 <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>
290 <td><label for=
"box_padding_top">{#style_dlg.top}
</label></td>
292 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
294 <td><input type=
"text" id=
"box_padding_top" name=
"box_padding_top" class=
"mceEditableSelect" /></td>
296 <td><select id=
"box_padding_top_measurement" name=
"box_padding_top_measurement"></select></td>
302 <td><label for=
"box_padding_right">{#style_dlg.right}
</label></td>
304 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
306 <td><input type=
"text" id=
"box_padding_right" name=
"box_padding_right" class=
"mceEditableSelect" disabled=
"disabled" /></td>
308 <td><select id=
"box_padding_right_measurement" name=
"box_padding_right_measurement" disabled=
"disabled"></select></td>
314 <td><label for=
"box_padding_bottom">{#style_dlg.bottom}
</label></td>
316 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
318 <td><input type=
"text" id=
"box_padding_bottom" name=
"box_padding_bottom" class=
"mceEditableSelect" disabled=
"disabled" /></td>
320 <td><select id=
"box_padding_bottom_measurement" name=
"box_padding_bottom_measurement" disabled=
"disabled"></select></td>
326 <td><label for=
"box_padding_left">{#style_dlg.left}
</label></td>
328 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
330 <td><input type=
"text" id=
"box_padding_left" name=
"box_padding_left" class=
"mceEditableSelect" disabled=
"disabled" /></td>
332 <td><select id=
"box_padding_left_measurement" name=
"box_padding_left_measurement" disabled=
"disabled"></select></td>
341 <div style=
"float: right; width: 49%">
343 <legend>{#style_dlg.margin}
</legend>
348 <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>
351 <td><label for=
"box_margin_top">{#style_dlg.top}
</label></td>
353 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
355 <td><input type=
"text" id=
"box_margin_top" name=
"box_margin_top" class=
"mceEditableSelect" /></td>
357 <td><select id=
"box_margin_top_measurement" name=
"box_margin_top_measurement"></select></td>
363 <td><label for=
"box_margin_right">{#style_dlg.right}
</label></td>
365 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
367 <td><input type=
"text" id=
"box_margin_right" name=
"box_margin_right" class=
"mceEditableSelect" disabled=
"disabled" /></td>
369 <td><select id=
"box_margin_right_measurement" name=
"box_margin_right_measurement" disabled=
"disabled"></select></td>
375 <td><label for=
"box_margin_bottom">{#style_dlg.bottom}
</label></td>
377 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
379 <td><input type=
"text" id=
"box_margin_bottom" name=
"box_margin_bottom" class=
"mceEditableSelect" disabled=
"disabled" /></td>
381 <td><select id=
"box_margin_bottom_measurement" name=
"box_margin_bottom_measurement" disabled=
"disabled"></select></td>
387 <td><label for=
"box_margin_left">{#style_dlg.left}
</label></td>
389 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
391 <td><input type=
"text" id=
"box_margin_left" name=
"box_margin_left" class=
"mceEditableSelect" disabled=
"disabled" /></td>
393 <td><select id=
"box_margin_left_measurement" name=
"box_margin_left_measurement" disabled=
"disabled"></select></td>
401 <br style=
"clear: both" />
404 <div id=
"border_panel" class=
"panel">
405 <table border=
"0" cellspacing=
"0" cellpadding=
"0" width=
"100%">
407 <td class=
"tdelim"> </td>
408 <td class=
"tdelim delim"> </td>
409 <td class=
"tdelim">{#style_dlg.style}
</td>
410 <td class=
"tdelim delim"> </td>
411 <td class=
"tdelim">{#style_dlg.width}
</td>
412 <td class=
"tdelim delim"> </td>
413 <td class=
"tdelim">{#style_dlg.color}
</td>
418 <td class=
"delim"> </td>
419 <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>
420 <td class=
"delim"> </td>
421 <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>
422 <td class=
"delim"> </td>
423 <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>
427 <td>{#style_dlg.top}
</td>
428 <td class=
"delim"> </td>
429 <td><select id=
"border_style_top" name=
"border_style_top" class=
"mceEditableSelect"></select></td>
430 <td class=
"delim"> </td>
432 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
434 <td><select id=
"border_width_top" name=
"border_width_top" class=
"mceEditableSelect"></select></td>
436 <td><select id=
"border_width_top_measurement" name=
"border_width_top_measurement"></select></td>
440 <td class=
"delim"> </td>
442 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
444 <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>
445 <td id=
"border_color_top_pickcontainer"> </td>
452 <td>{#style_dlg.right}
</td>
453 <td class=
"delim"> </td>
454 <td><select id=
"border_style_right" name=
"border_style_right" class=
"mceEditableSelect" disabled=
"disabled"></select></td>
455 <td class=
"delim"> </td>
457 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
459 <td><select id=
"border_width_right" name=
"border_width_right" class=
"mceEditableSelect" disabled=
"disabled"></select></td>
461 <td><select id=
"border_width_right_measurement" name=
"border_width_right_measurement" disabled=
"disabled"></select></td>
465 <td class=
"delim"> </td>
467 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
469 <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>
470 <td id=
"border_color_right_pickcontainer"> </td>
477 <td>{#style_dlg.bottom}
</td>
478 <td class=
"delim"> </td>
479 <td><select id=
"border_style_bottom" name=
"border_style_bottom" class=
"mceEditableSelect" disabled=
"disabled"></select></td>
480 <td class=
"delim"> </td>
482 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
484 <td><select id=
"border_width_bottom" name=
"border_width_bottom" class=
"mceEditableSelect" disabled=
"disabled"></select></td>
486 <td><select id=
"border_width_bottom_measurement" name=
"border_width_bottom_measurement" disabled=
"disabled"></select></td>
490 <td class=
"delim"> </td>
492 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
494 <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>
495 <td id=
"border_color_bottom_pickcontainer"> </td>
502 <td>{#style_dlg.left}
</td>
503 <td class=
"delim"> </td>
504 <td><select id=
"border_style_left" name=
"border_style_left" class=
"mceEditableSelect" disabled=
"disabled"></select></td>
505 <td class=
"delim"> </td>
507 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
509 <td><select id=
"border_width_left" name=
"border_width_left" class=
"mceEditableSelect" disabled=
"disabled"></select></td>
511 <td><select id=
"border_width_left_measurement" name=
"border_width_left_measurement" disabled=
"disabled"></select></td>
515 <td class=
"delim"> </td>
517 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
519 <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>
520 <td id=
"border_color_left_pickcontainer"> </td>
528 <div id=
"list_panel" class=
"panel">
531 <td><label for=
"list_type">{#style_dlg.list_type}
</label></td>
532 <td><select id=
"list_type" name=
"list_type" class=
"mceEditableSelect"></select></td>
536 <td><label for=
"list_bullet_image">{#style_dlg.bullet_image}
</label></td>
537 <td><input id=
"list_bullet_image" name=
"list_bullet_image" type=
"text" /></td>
541 <td><label for=
"list_position">{#style_dlg.position}
</label></td>
542 <td><select id=
"list_position" name=
"list_position" class=
"mceEditableSelect"></select></td>
547 <div id=
"positioning_panel" class=
"panel">
550 <td><label for=
"positioning_type">{#style_dlg.positioning_type}
</label></td>
551 <td><select id=
"positioning_type" name=
"positioning_type" class=
"mceEditableSelect"></select></td>
552 <td> <label for=
"positioning_visibility">{#style_dlg.visibility}
</label></td>
553 <td><select id=
"positioning_visibility" name=
"positioning_visibility" class=
"mceEditableSelect"></select></td>
557 <td><label for=
"positioning_width">{#style_dlg.width}
</label></td>
559 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
561 <td><input type=
"text" id=
"positioning_width" name=
"positioning_width" onChange=
"synch('positioning_width','box_width');" /></td>
563 <td><select id=
"positioning_width_measurement" name=
"positioning_width_measurement"></select></td>
567 <td> <label for=
"positioning_zindex">{#style_dlg.zindex}
</label></td>
568 <td><input type=
"text" id=
"positioning_zindex" name=
"positioning_zindex" /></td>
572 <td><label for=
"positioning_height">{#style_dlg.height}
</label></td>
574 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
576 <td><input type=
"text" id=
"positioning_height" name=
"positioning_height" onChange=
"synch('positioning_height','box_height');" /></td>
578 <td><select id=
"positioning_height_measurement" name=
"positioning_height_measurement"></select></td>
582 <td> <label for=
"positioning_overflow">{#style_dlg.overflow}
</label></td>
583 <td><select id=
"positioning_overflow" name=
"positioning_overflow" class=
"mceEditableSelect"></select></td>
587 <div style=
"float: left; width: 49%">
589 <legend>{#style_dlg.placement}
</legend>
594 <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>
597 <td>{#style_dlg.top}
</td>
599 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
601 <td><input type=
"text" id=
"positioning_placement_top" name=
"positioning_placement_top" /></td>
603 <td><select id=
"positioning_placement_top_measurement" name=
"positioning_placement_top_measurement"></select></td>
609 <td>{#style_dlg.right}
</td>
611 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
613 <td><input type=
"text" id=
"positioning_placement_right" name=
"positioning_placement_right" disabled=
"disabled" /></td>
615 <td><select id=
"positioning_placement_right_measurement" name=
"positioning_placement_right_measurement" disabled=
"disabled"></select></td>
621 <td>{#style_dlg.bottom}
</td>
623 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
625 <td><input type=
"text" id=
"positioning_placement_bottom" name=
"positioning_placement_bottom" disabled=
"disabled" /></td>
627 <td><select id=
"positioning_placement_bottom_measurement" name=
"positioning_placement_bottom_measurement" disabled=
"disabled"></select></td>
633 <td>{#style_dlg.left}
</td>
635 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
637 <td><input type=
"text" id=
"positioning_placement_left" name=
"positioning_placement_left" disabled=
"disabled" /></td>
639 <td><select id=
"positioning_placement_left_measurement" name=
"positioning_placement_left_measurement" disabled=
"disabled"></select></td>
648 <div style=
"float: right; width: 49%">
650 <legend>{#style_dlg.clip}
</legend>
655 <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>
658 <td>{#style_dlg.top}
</td>
660 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
662 <td><input type=
"text" id=
"positioning_clip_top" name=
"positioning_clip_top" /></td>
664 <td><select id=
"positioning_clip_top_measurement" name=
"positioning_clip_top_measurement"></select></td>
670 <td>{#style_dlg.right}
</td>
672 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
674 <td><input type=
"text" id=
"positioning_clip_right" name=
"positioning_clip_right" disabled=
"disabled" /></td>
676 <td><select id=
"positioning_clip_right_measurement" name=
"positioning_clip_right_measurement" disabled=
"disabled"></select></td>
682 <td>{#style_dlg.bottom}
</td>
684 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
686 <td><input type=
"text" id=
"positioning_clip_bottom" name=
"positioning_clip_bottom" disabled=
"disabled" /></td>
688 <td><select id=
"positioning_clip_bottom_measurement" name=
"positioning_clip_bottom_measurement" disabled=
"disabled"></select></td>
694 <td>{#style_dlg.left}
</td>
696 <table border=
"0" cellspacing=
"0" cellpadding=
"0">
698 <td><input type=
"text" id=
"positioning_clip_left" name=
"positioning_clip_left" disabled=
"disabled" /></td>
700 <td><select id=
"positioning_clip_left_measurement" name=
"positioning_clip_left_measurement" disabled=
"disabled"></select></td>
708 <br style=
"clear: both" />
712 <div class=
"mceActionPanel">
713 <div style=
"float: left">
714 <div style=
"float: left"><input type=
"submit" id=
"insert" name=
"insert" value=
"{#update}" /></div>
716 <div style=
"float: left"> <input type=
"button" class=
"button" id=
"apply" name=
"apply" value=
"{#style_dlg.apply}" onClick=
"applyAction();" /></div>
717 <br style=
"clear: both" />
720 <div style=
"float: right">
721 <input type=
"button" id=
"cancel" name=
"cancel" value=
"{#cancel}" onClick=
"tinyMCEPopup.close();" />
726 <div style=
"display: none">
727 <div id=
"container"></div>