-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (40 loc) · 1.19 KB
/
index.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
<html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="index.css" rel="stylesheet">
<script src="bundle.js"></script>
<body onLoad="init()">
<div id="logger">
<button id="clearlogger">╳</button>
<div id="logmessage"></div>
</div>
<div id="searchpanel">
<span id="rowidbox">
<input id="rowid" title="Segment ID" value=""/>
<span id="bookrange"></span>
</span>
<span id="searchbutton">🔍</span>
<span id="fulltextbox">
<input id="tofind" title="search keywords" value="material heir"/>
<span id="clearsearch">╳</span>
</span>
<span id=selectionbox>
<div id="similarsentencebox">
<button id="btnsentencesearch">Find Similar paragraph</button>
<label id="lblomit"><input id="btnomit" type="checkbox" checked/>Omitting same book</label>
</div>
<div id="singletermbox">
<button id="btnconcordance">Concordance</button>
</div>
</span>
</div>
<div class="spacer"> </div>
<div id=suggestionpopup></div>
<div id=textpopup>
<span id="closetextpopup">╳</span>
<div id=textpopupbody></div>
</div>
<div id="dictres"></div>‘
<div id="res">Loading Dataset.....</div>
</body>
</html>