A QCodo powered CMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

731 lines
27 KiB

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