PageRenderTime 851ms CodeModel.GetById 68ms RepoModel.GetById 3ms app.codeStats 0ms

/fa/jquery/jquery-ui/tiny_mce/plugins/style/props.htm

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