annotate WebContent/jscripts/tiny_mce/plugins/advhr/rule.htm @ 14:0f64de5fff5a

try to use javax.xml.bind.DatatypeConverter
author casties
date Wed, 21 Mar 2012 16:38:50 +0100
parents 0be9d53a6967
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 <head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 <title>{#advhr.advhr_desc}</title>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6 <script type="text/javascript" src="js/rule.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 <script type="text/javascript" src="../../utils/mctabs.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 <script type="text/javascript" src="../../utils/form_utils.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 <link href="css/advhr.css" rel="stylesheet" type="text/css" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 </head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 <body role="application">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 <form onsubmit="AdvHRDialog.update();return false;" action="#">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 <div class="tabs">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 <ul>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 <li id="general_tab" class="current" aria-controls="general_panel"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advhr.advhr_desc}</a></span></li>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 </ul>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 <div class="panel_wrapper">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 <div id="general_panel" class="panel current">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21 <table role="presentation" border="0" cellpadding="4" cellspacing="0">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22 <tr role="group" aria-labelledby="width_label">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 <td><label id="width_label" for="width">{#advhr_dlg.width}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
24 <td class="nowrap">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
25 <input id="width" name="width" type="text" value="" class="mceFocus" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
26 <span style="display:none;" id="width_unit_label">{#advhr_dlg.widthunits}</span>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
27 <select name="width2" id="width2" aria-labelledby="width_unit_label">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
28 <option value="">px</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
29 <option value="%">%</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
30 </select>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
31 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
32 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
33 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
34 <td><label for="size">{#advhr_dlg.size}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
35 <td><select id="size" name="size">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
36 <option value="">{#advhr_dlg.normal}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
37 <option value="1">1</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
38 <option value="2">2</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
39 <option value="3">3</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
40 <option value="4">4</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
41 <option value="5">5</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
42 </select></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
43 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
44 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
45 <td><label for="noshade">{#advhr_dlg.noshade}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
46 <td><input type="checkbox" name="noshade" id="noshade" class="radio" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
47 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
48 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
49 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
50 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
51
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
52 <div class="mceActionPanel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
53 <input type="submit" id="insert" name="insert" value="{#insert}" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
54 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
55 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
56 </form>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
57 </body>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
58 </html>