-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
92 lines (88 loc) · 4.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="row">
<div class="col-md-12"><!--
<div class="page-header">
<h3 data-template="app:title">Generated page</h3>
</div>
-->
<div class="row" data-template="app:login-status"/>
<div class="row" data-template="app:delete-name"/>
<div class="row">
<table id="servertable" class="display table table-striped ui-corner-tl" cellspacing="0" width="100%">
<thead class="table">
<tr>
<th rowspan="2" data-template="app:entries-header" data-template-type="edit"/>
<th rowspan="2" class="primary">
<i18n:text key="latin">Latin</i18n:text>
</th>
<th class="primary">
<i18n:text key="name">Name</i18n:text>
</th>
<th rowspan="2" class="primary">
<i18n:text key="attestations">#att.</i18n:text>
</th>
<th rowspan="2" class="primary">
<i18n:text key="gender">Gender</i18n:text>
</th>
<th rowspan="2" class="primary">
<i18n:text key="geo-dialects">Geo-dialect.,</i18n:text>
</th>
<th rowspan="2" class="primary">
<i18n:text key="period">Period</i18n:text>
</th>
<th colspan="3" class="primary">
<i18n:text key="lex-onom">Lexicon/Onomastics</i18n:text>
</th>
<th colspan="4" class="primary">
<i18n:text key="anthr-suff">Anthroponymic suffixes</i18n:text>
</th>
<th rowspan="2" class="primary">
<i18n:text key="structure">Morphosyntactic Structure</i18n:text>
</th>
<th rowspan="2" class="primary">
<i18n:text key="semantics">Semantics</i18n:text>
</th>
<th class="primary">
<i18n:text key="sources">Lexis</i18n:text>
</th>
<th class="primary">
<i18n:text key="bibliography">References</i18n:text>
</th>
<th rowspan="2" class="primary">
<i18n:text key="update">Update</i18n:text>
</th>
<th rowspan="2" data-template="app:entries-header" data-template-type="delete"/>
</tr>
<tr class="secondary">
<th>
<i18n:text key="infl-type">Inflect. type</i18n:text>
</th>
<th>
<i18n:text key="prefix">Prefix</i18n:text>
</th>
<th>
<i18n:text key="root">Root</i18n:text>1</th>
<th>
<i18n:text key="root">Root</i18n:text>2</th>
<th>
<i18n:text key="suff">S.</i18n:text>4</th>
<th>
<i18n:text key="suff">S.</i18n:text>3</th>
<th>
<i18n:text key="suff">S.</i18n:text>2</th>
<th>
<i18n:text key="suff">S.</i18n:text>1</th>
<th>
<i18n:text key="lexis-ref">Sources and Ref.</i18n:text>
</th>
<th>
<i18n:text key="onomastics-ref">Linked Sources and Ref</i18n:text>
</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>