thomascube
2011-04-20 a9251be2f09fb5f18a85d201c67668c70980efe3
commit | author | age
29da64 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
a0109c 2 <html xmlns="http://www.w3.org/1999/xhtml">
S 3 <head>
d9344f 4     <title>{#advanced_dlg.charmap_title}</title>
S 5     <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6     <script type="text/javascript" src="js/charmap.js"></script>
a0109c 7 </head>
d9344f 8 <body id="charmap" style="display:none">
a9251b 9 <table align="center" border="0" cellspacing="0" cellpadding="2" role="presentation">
T 10     <tr>
11         <td colspan="2" class="title" ><label for="charmapView" id="charmap_label">{#advanced_dlg.charmap_title}</label></td>
12     </tr>
13     <tr>
14         <td id="charmapView" rowspan="2" align="left" valign="top">
d9344f 15             <!-- Chars will be rendered here -->
a9251b 16         </td>
T 17         <td width="100" align="center" valign="top">
18             <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px" role="presentation">
19                 <tr>
20                     <td id="codeV">&nbsp;</td>
21                 </tr>
22                 <tr>
23                     <td id="codeN">&nbsp;</td>
24                 </tr>
25             </table>
26         </td>
27     </tr>
28     <tr>
29         <td valign="bottom" style="padding-bottom: 3px;">
30             <table width="100" align="center" border="0" cellpadding="2" cellspacing="0" role="presentation">
31                 <tr>
32                     <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeA">HTML-Code</label></td>
33                 </tr>
34                 <tr>
35                     <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
36                 </tr>
37                 <tr>
38                     <td style="font-size: 1px;">&nbsp;</td>
39                 </tr>
40                 <tr>
41                     <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeB">NUM-Code</label></td>
42                 </tr>
43                 <tr>
44                     <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
45                 </tr>
46             </table>
47         </td>
48     </tr>
a0109c 49 </table>
S 50 </body>
51 </html>