-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnames.html
29 lines (29 loc) · 1.08 KB
/
names.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
<?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="page-header">
<h1>
<i18n:text key="nameCatalogue">Name catalogue</i18n:text>
</h1>
</div>
<div class="row i18n:translate?lang=en&catalogues=data/i18n">
<div class="col-md-12"/>
</div>
<br/>
<div class="row">
<div class="col-md-10">
<table id="datatable" class="display table table-striped" cellspacing="0" width="100%">
<thead>
<tr>
<th>
<i18n:text key="name">Name</i18n:text>
</th>
<th>
<i18n:text key="hits">Hits</i18n:text>
</th>
</tr>
</thead>
<tbody data-template="app:name-catalogue"/>
</table>
</div>
</div>
</div>