annotate static/js/tiny_mce/plugins/style/props.htm @ 312:88b2b9cb8c1f

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