-
Notifications
You must be signed in to change notification settings - Fork 1
/
testConvert.html
54 lines (36 loc) · 1.29 KB
/
testConvert.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML>
<html>
<head>
<title>Osage Unicode Conversion testing
</title>
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
<link rel="stylesheet" href="/css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]>
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<script type="text/javascript" src="/js/osage_utils.js"></script>
<script type="text/javascript" src="/js/osageConverter.js"></script>
<script type="text/javascript" src="/js/utils.js"></script>
<script>
function onload() {
}
</script>
</head>
<body onload="onload()">
<div class="container">
<div class="span-1">
</div>
<div class="span-18 last">
<h2>Testing conversion to Unicode Osage script.</h2>
<h3>TBD: add tests here.</h3>
Old:
<textarea class="oldOsageText" id=testIn1>
</textarea>
</div>
<a href="/">Osage converter</a>
</div>
</body>
</html>