-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex_adv.html
More file actions
36 lines (35 loc) · 1.02 KB
/
Copy pathindex_adv.html
File metadata and controls
36 lines (35 loc) · 1.02 KB
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
32
33
34
35
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/cssc/css.css" />
</head>
<body>
<div id="hte-panels-container">
<div id="hte-panel"></div>
<div id="hte-slider"></div>
</div>
<div id="hte-workbench-container">
<div id="hte-workbench" style="width:900px;padding: 10px 50px 10px 50px;"></div>
<div id="hte-measurer"></div>
</div>
<div id="hte-clipboard"></div>
<script type="text/javascript">
var hte2 = {};
hte2.dataStorage = {
"docText" : "\n",
"paragraphs" : [
{"width" : 900, "pl" : 0, "pr" : 900, "start" : 0, "end" : 1}
],
"styling" : [
{
"style" : {"fs" : 12, "ff" : "Arial", "fw" : "normal", "fst" : "normal"},
"start" : 0,
"end" : 1
}
]
};
</script>
<script src="jsc/hte_adv.js" type="text/javascript"></script>
</body>
</html>