Lines 1-42
Link Here
|
1 |
<div> |
1 |
<div> |
2 |
[% IF prefilters.length > 0 %] |
2 |
[% IF prefilters.length > 0 %] |
3 |
<table id="ill-requests" data-prefilters="[% prefilters | html %]"> |
3 |
<table id="ill-requests" data-prefilters="[% prefilters | html %]"> |
4 |
[% ELSE %] |
4 |
[% ELSE %] |
5 |
<table id="ill-requests"> |
5 |
<table id="ill-requests"> |
6 |
[% END %] |
6 |
[% END %] |
7 |
<thead> |
7 |
<thead> |
8 |
<tr id="illview-header"> |
8 |
<tr id="illview-header"> |
9 |
<th scope="col">Request ID</th> |
9 |
<th scope="col">Request ID</th> |
10 |
<th scope="col">Author</th> |
10 |
<th scope="col">Author</th> |
11 |
<th scope="col">Title</th> |
11 |
<th scope="col">Title</th> |
12 |
<th scope="col">Article title</th> |
12 |
<th scope="col">Article title</th> |
13 |
<th scope="col">Issue</th> |
13 |
<th scope="col">Issue</th> |
14 |
<th scope="col">Volume</th> |
14 |
<th scope="col">Volume</th> |
15 |
<th scope="col">Year</th> |
15 |
<th scope="col">Year</th> |
16 |
<th scope="col">Pages</th> |
16 |
<th scope="col">Pages</th> |
17 |
<th scope="col">Type</th> |
17 |
<th scope="col">Type</th> |
18 |
<th scope="col">Order ID</th> |
18 |
<th scope="col">Order ID</th> |
19 |
<th scope="col">Patron</th> |
19 |
<th scope="col">Patron</th> |
20 |
<th scope="col">Bibliographic record</th> |
20 |
<th scope="col">Bibliographic record</th> |
21 |
<th scope="col">Branch</th> |
21 |
<th scope="col">Branch</th> |
22 |
<th scope="col">Status</th> |
22 |
<th scope="col">Status</th> |
23 |
<th scope="col" class="placed"> </th> |
23 |
<th scope="col" class="placed"> </th> |
24 |
<th scope="col" class="placed_formatted">Placed on</th> |
24 |
<th scope="col" class="placed_formatted">Placed on</th> |
25 |
<th scope="col" class="updated"> </th> |
25 |
<th scope="col" class="updated"> </th> |
26 |
<th scope="col" class="updated_formatted">Updated on</th> |
26 |
<th scope="col" class="updated_formatted">Updated on</th> |
27 |
<th scope="col">Replied</th> |
27 |
<th scope="col">Replied</th> |
28 |
<th scope="col" class="completed"> </th> |
28 |
<th scope="col" class="completed"> </th> |
29 |
<th scope="col" class="completed_formatted">Completed on</th> |
29 |
<th scope="col" class="completed_formatted">Completed on</th> |
30 |
<th scope="col">Access URL</th> |
30 |
<th scope="col">Access URL</th> |
31 |
<th scope="col">Cost</th> |
31 |
<th scope="col">Cost</th> |
32 |
<th scope="col">Comments</th> |
32 |
<th scope="col">Comments</th> |
33 |
<th scope="col">OPAC notes</th> |
33 |
<th scope="col">OPAC notes</th> |
34 |
<th scope="col">Staff notes</th> |
34 |
<th scope="col">Staff notes</th> |
35 |
<th scope="col">Backend</th> |
35 |
<th scope="col">Backend</th> |
36 |
<th scope="col" class="actions"></th> |
36 |
<th scope="col" class="actions"></th> |
37 |
</tr> |
37 |
</tr> |
38 |
</thead> |
38 |
</thead> |
39 |
<tbody id="illview-body"> |
39 |
<tbody id="illview-body"> |
40 |
</tbody> |
40 |
</tbody> |
41 |
</table> |
41 |
</table> |
42 |
</div> |
42 |
</div> |