source: trunk/plugins/LocalFilesEditor/editarea/plugins/charmap/popup.html @ 5160

Last change on this file since 5160 was 5160, checked in by patdenice, 14 years ago

Editor
Update editarea to 0.8.2.
Remove CSS tab.
Fix jQuery path.

File size: 782 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
4<head>
5<title>{$charmap_title}</title>
6<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7<link rel="stylesheet" type="text/css" href="css/charmap.css" />
8<script language="Javascript" type="text/javascript" src="jscripts/map.js">
9</script>
10</head>
11<body onload='map_load()'>
12<div id='preview_code' class='preview'></div>
13<div id='preview_char' class='preview'></div>
14<h1>{$charmap_title}:</h1>
15<select id='select_range' onchange='renderCharMapHTML()' title='{$charmap_choose_block}'>
16</select>
17<div id='char_list'>
18
19</div>
20
21
22
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.