-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 2.81 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
<?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 data-template="app:app-title">Generated page</h1>
</div>
<div class="row i18n:translate?lang=fr&catalogues=data/i18n">
<div class="col-md-12">
<form data-template="templates:include" data-template-path="templates/advancedSearch.html"/><!--
<form class="form form-horizontal" action="" method="GET">
<div class="form-group">
<label for="pname" class="col-sm-4 control-label"><i18n:text key="nameAccentedOrNot">Name (accented or not):</i18n:text></label>
<div class="col-sm-8">
<input type="text" class="form-control" id="pname" name="pname" placeholder="Name" data-template="templates:form-control"/>
</div>
</div>
<div class="form-group">
<div class="col-sm-8 col-sm-offset-4">
<button type="submit" class="btn btn-primary">
<i class="glyphicon glyphicon-search"/> <i18n:text key="search">Search</i18n:text></button>
</div>
</div>
</form>
-->
</div>
</div>
<br/>
<div class="row">
<div class="col-md-12" data-template="app:search">
<table id="datatable" class="display table table-striped" cellspacing="0" width="100%">
<thead>
<tr>
<th>Id</th>
<th>Vol</th>
<th>PubId</th>
<th>
<i18n:text key="name">Name</i18n:text>
</th>
<th>
<i18n:text key="sex">Sex</i18n:text>
</th>
<th>
<i18n:text key="place">Place</i18n:text>
</th>
<th>
<i18n:text key="floruit">Floruit</i18n:text>
</th>
<th>
<i18n:text key="references">References</i18n:text>
</th>
<th>
<i18n:text key="relationships">Relationships</i18n:text>
</th>
</tr>
</thead>
<tbody data-template="app:show-results"/>
</table>
<br/>
<div data-template="app:show-query"/><!-- <div data-template="app:kml"/> -->
</div>
</div>
</div>