-
Notifications
You must be signed in to change notification settings - Fork 0
/
manuscripts-greek.html
74 lines (74 loc) · 4.02 KB
/
manuscripts-greek.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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/browse.html" data-template-at="content">
<div class="row">
<div class="col-md-12">
<h1 class="page-header">Greek Manuscripts</h1>
<!--<div class="input-group-btn pull-left">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Sort <span class="caret"/>
</button>
<ul class="dropdown-menu">
<li>
<a href="?sort=date">Date</a>
</li>
<li>
<a href="?sort=shelfmark">Shelfmark</a>
</li>
<li>
<a href="?sort=summary">Summary</a>
</li>
<li>
<a href="?sort=support">Support</a>
</li>
</ul>
</div>-->
<div class="row">
<div class="col-md-12">
<table id="manuscripts" class="tablesorter">
<thead>
<tr>
<th class="filter-select" width="15%">Repository</th>
<th width="10%">Shelfmark</th>
<th width="10%">Date</th>
<th class="filter-select" width="10%">Support</th>
<th class="filter-select" width="10%">Language</th>
<th width="40%">Summary</th>
<th class="filter-select" width="5%">Digitized</th>
</tr>
</thead>
<tbody data-template="browse:list-greek-manuscripts"/>
<tfoot>
<tr>
<th colspan="7" class="ts-pager form-inline">
<div class="btn-group btn-group-sm" role="group">
<button type="button" class="btn btn-default first">
<span class="glyphicon glyphicon-step-backward"/>
</button>
<button type="button" class="btn btn-default prev">
<span class="glyphicon glyphicon-backward"/>
</button>
</div>
<span class="pagedisplay"/>
<div class="btn-group btn-group-sm" role="group">
<button type="button" class="btn btn-default next">
<span class="glyphicon glyphicon-forward"/>
</button>
<button type="button" class="btn btn-default last">
<span class="glyphicon glyphicon-step-forward"/>
</button>
</div>
<select class="form-control input-sm pagesize" title="Select page size">
<option selected="selected" value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="all">All Rows</option>
</select>
<select class="form-control input-sm pagenum" title="Select page number"/>
</th>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
</div>