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>{#advhr.advhr_desc}</title> |
|
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
6 <script type="text/javascript" src="js/rule.js"></script> |
|
7 <script type="text/javascript" src="../../utils/mctabs.js"></script> |
|
8 <script type="text/javascript" src="../../utils/form_utils.js"></script> |
|
9 <link href="css/advhr.css" rel="stylesheet" type="text/css" /> |
|
10 </head> |
|
11 <body> |
|
12 <form onsubmit="AdvHRDialog.update();return false;" action="#"> |
|
13 <div class="tabs"> |
|
14 <ul> |
|
15 <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advhr.advhr_desc}</a></span></li> |
|
16 </ul> |
|
17 </div> |
|
18 |
|
19 <div class="panel_wrapper"> |
|
20 <div id="general_panel" class="panel current"> |
|
21 <table border="0" cellpadding="4" cellspacing="0"> |
|
22 <tr> |
|
23 <td><label for="width">{#advhr_dlg.width}</label></td> |
|
24 <td class="nowrap"> |
|
25 <input id="width" name="width" type="text" value="" class="mceFocus" /> |
|
26 <select name="width2" id="width2"> |
|
27 <option value="">px</option> |
|
28 <option value="%">%</option> |
|
29 </select> |
|
30 </td> |
|
31 </tr> |
|
32 <tr> |
|
33 <td><label for="size">{#advhr_dlg.size}</label></td> |
|
34 <td><select id="size" name="size"> |
|
35 <option value="">Normal</option> |
|
36 <option value="1">1</option> |
|
37 <option value="2">2</option> |
|
38 <option value="3">3</option> |
|
39 <option value="4">4</option> |
|
40 <option value="5">5</option> |
|
41 </select></td> |
|
42 </tr> |
|
43 <tr> |
|
44 <td><label for="noshade">{#advhr_dlg.noshade}</label></td> |
|
45 <td><input type="checkbox" name="noshade" id="noshade" class="radio" /></td> |
|
46 </tr> |
|
47 </table> |
|
48 </div> |
|
49 </div> |
|
50 |
|
51 <div class="mceActionPanel"> |
|
52 <div style="float: left"> |
|
53 <input type="submit" id="insert" name="insert" value="{#insert}" /> |
|
54 </div> |
|
55 |
|
56 <div style="float: right"> |
|
57 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
|
58 </div> |
|
59 </div> |
|
60 </form> |
|
61 </body> |
|
62 </html> |
|