Kyle M Hall
5523fb0273
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
16 lines
448 B
HTML
16 lines
448 B
HTML
<div>
|
|
<table class="ill-availability" id="[% service.id | html %]">
|
|
<thead id="[% service.id | html %]-header">
|
|
<tr>
|
|
<th>Source</th>
|
|
<th>Title</th>
|
|
<th>Author</th>
|
|
<th>ISBN</th>
|
|
<th>ISSN</th>
|
|
<th>Date</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="[% service.id | html %]-body">
|
|
</tbody>
|
|
</table>
|
|
</div>
|