-
Notifications
You must be signed in to change notification settings - Fork 0
/
incipits.html
55 lines (55 loc) · 3.15 KB
/
incipits.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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="row">
<div class="col-md-12">
<h3 class="page-header">Incipits of Unedited or Lesser-known Texts</h3>
<div class="row">
<div class="col-md-12">
<table id="manuscripts" class="tablesorter">
<thead>
<tr>
<th width="40%">Incipit</th>
<th width="20%">Author</th>
<th width="20%">Work</th>
<th width="20%">Shelfmark</th>
</tr>
</thead>
<tbody>
<tr data-template="browse:incipits"/>
</tbody>
<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>