Blame view

framework/thirdparty/tinymce_ssmacron/macron.htm 1.02 KB
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  	<title>Insert a Macron</title>
     <script type="text/javascript" src="../tinymce/tiny_mce_popup.js"></script>
  	<script type="text/javascript" src="js/macron.js"></script>
  </head>
  <body id="charmap" style="display:none">
  <table align="center" border="0" cellspacing="0" cellpadding="2">
      <tr>
          <td colspan="2" class="title">Insert a Macron</td>
      </tr>
      <tr>
          <td id="charmapView" align="left" valign="top">
  			<!-- Chars will be rendered here -->
          </td>
          <td width="100" align="center" valign="top">
              <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px">
                  <tr>
                      <td id="codeV">&nbsp;</td>
                  </tr>
                  <tr>
                      <td id="codeN">&nbsp;</td>
                  </tr>
              </table>
          </td>
      </tr>
  </table>
  
  </body>
  </html>