Changeset 6959 for trunk/wp-includes/js/tinymce/themes/advanced/charmap.htm
- Timestamp:
- 02/21/2008 09:40:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/themes/advanced/charmap.htm
r6694 r6959 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 3 <head> … … 7 8 <base target="_self" /> 8 9 </head> 9 <body style="display:none">10 <table style="background:#fff;"align="center" border="0" cellspacing="0" cellpadding="2">10 <body id="charmap" style="display:none"> 11 <table align="center" border="0" cellspacing="0" cellpadding="2"> 11 12 <tr> 12 13 <td colspan="2" class="title">{#advanced_dlg.charmap_title}</td> 13 14 </tr> 14 15 <tr> 15 <td id="charmap " rowspan="2" align="left" valign="top">16 <td id="charmapView" rowspan="2" align="left" valign="top"> 16 17 <!-- Chars will be rendered here --> 17 18 </td> 18 19 <td width="100" align="center" valign="top"> 19 <table border="0" cellpadding="0" cellspacing="0" width="100" style="height: 20 <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px"> 20 21 <tr> 21 <td class="charmapOver" style="font-size: 40px; height:80px;"id="codeV"> </td>22 <td id="codeV"> </td> 22 23 </tr> 23 24 <tr> 24 <td style="font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-align:center;"id="codeN"> </td>25 <td id="codeN"> </td> 25 26 </tr> 26 27 </table>
Note: See TracChangeset
for help on using the changeset viewer.