Upgrade TinyMCE
[citadel.git] / webcit / tiny_mce / themes / advanced / charmap.htm
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml">\r
3 <head>\r
4         <title>{#advanced_dlg.charmap_title}</title>\r
5         <script type="text/javascript" src="../../tiny_mce_popup.js"></script>\r
6         <script type="text/javascript" src="js/charmap.js"></script>\r
7 </head>\r
8 <body id="charmap" style="display:none">\r
9 <table align="center" border="0" cellspacing="0" cellpadding="2">\r
10     <tr>\r
11         <td colspan="2" class="title">{#advanced_dlg.charmap_title}</td>\r
12     </tr>\r
13     <tr>\r
14         <td id="charmapView" rowspan="2" align="left" valign="top">\r
15                         <!-- Chars will be rendered here -->\r
16         </td>\r
17         <td width="100" align="center" valign="top">\r
18             <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px">\r
19                 <tr>\r
20                     <td id="codeV">&nbsp;</td>\r
21                 </tr>\r
22                 <tr>\r
23                     <td id="codeN">&nbsp;</td>\r
24                 </tr>\r
25             </table>\r
26         </td>\r
27     </tr>\r
28     <tr>\r
29         <td valign="bottom" style="padding-bottom: 3px;">\r
30             <table width="100" align="center" border="0" cellpadding="2" cellspacing="0">\r
31                 <tr>\r
32                     <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">HTML-Code</td>\r
33                 </tr>\r
34                 <tr>\r
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>\r
36                 </tr>\r
37                 <tr>\r
38                     <td style="font-size: 1px;">&nbsp;</td>\r
39                 </tr>\r
40                 <tr>\r
41                     <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">NUM-Code</td>\r
42                 </tr>\r
43                 <tr>\r
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>\r
45                 </tr>\r
46             </table>\r
47         </td>\r
48     </tr>\r
49 </table>\r
50 \r
51 </body>\r
52 </html>\r