mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
34c1943a26
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@94986 467b73ca-7a2a-4603-9d3b-597d59a354a9
32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!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="../../../sapphire/thirdparty/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"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td id="codeN"> </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|