annotate WebContent/jscripts/tiny_mce/plugins/style/props.htm @ 5:0be9d53a6967

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