author | Dan Fuhry <dan@enanocms.org> |
Fri, 19 Nov 2010 03:30:35 -0500 | |
changeset 1329 | 61d87ee12e80 |
parent 1193 | e3b94bd055dc |
permissions | -rw-r--r-- |
1193 | 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
1 | 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
3 |
<head> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
4 |
<title>{#advanced_dlg.charmap_title}</title> |
1 | 5 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
6 |
<script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
7 |
<script type="text/javascript" src="js/charmap.js"></script> |
1 | 8 |
</head> |
459
31c23016ab62
Upgraded tinyMCE to 3.0.1 in hopes of fixing IE race conditions. Fixed a couple minor syntax errors in Javascript objects declared in various places.
Dan
parents:
335
diff
changeset
|
9 |
<body id="charmap" style="display:none"> |
1 | 10 |
<table align="center" border="0" cellspacing="0" cellpadding="2"> |
11 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
12 |
<td colspan="2" class="title">{#advanced_dlg.charmap_title}</td> |
1 | 13 |
</tr> |
14 |
<tr> |
|
459
31c23016ab62
Upgraded tinyMCE to 3.0.1 in hopes of fixing IE race conditions. Fixed a couple minor syntax errors in Javascript objects declared in various places.
Dan
parents:
335
diff
changeset
|
15 |
<td id="charmapView" rowspan="2" align="left" valign="top"> |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
16 |
<!-- Chars will be rendered here --> |
1 | 17 |
</td> |
18 |
<td width="100" align="center" valign="top"> |
|
459
31c23016ab62
Upgraded tinyMCE to 3.0.1 in hopes of fixing IE race conditions. Fixed a couple minor syntax errors in Javascript objects declared in various places.
Dan
parents:
335
diff
changeset
|
19 |
<table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px"> |
1 | 20 |
<tr> |
459
31c23016ab62
Upgraded tinyMCE to 3.0.1 in hopes of fixing IE race conditions. Fixed a couple minor syntax errors in Javascript objects declared in various places.
Dan
parents:
335
diff
changeset
|
21 |
<td id="codeV"> </td> |
1 | 22 |
</tr> |
23 |
<tr> |
|
459
31c23016ab62
Upgraded tinyMCE to 3.0.1 in hopes of fixing IE race conditions. Fixed a couple minor syntax errors in Javascript objects declared in various places.
Dan
parents:
335
diff
changeset
|
24 |
<td id="codeN"> </td> |
1 | 25 |
</tr> |
26 |
</table> |
|
27 |
</td> |
|
28 |
</tr> |
|
29 |
<tr> |
|
30 |
<td valign="bottom" style="padding-bottom: 3px;"> |
|
31 |
<table width="100" align="center" border="0" cellpadding="2" cellspacing="0"> |
|
32 |
<tr> |
|
33 |
<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">HTML-Code</td> |
|
34 |
</tr> |
|
35 |
<tr> |
|
36 |
<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"> </td> |
|
37 |
</tr> |
|
38 |
<tr> |
|
39 |
<td style="font-size: 1px;"> </td> |
|
40 |
</tr> |
|
41 |
<tr> |
|
42 |
<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">NUM-Code</td> |
|
43 |
</tr> |
|
44 |
<tr> |
|
45 |
<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"> </td> |
|
46 |
</tr> |
|
47 |
</table> |
|
48 |
</td> |
|
49 |
</tr> |
|
50 |
</table> |
|
51 |
||
52 |
</body> |
|
53 |
</html> |