Bug 16522: (follow-up) MARC display templates and get_marc_host fixes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / ill-availability-table.inc
1 <div>
2     <table class="ill-availability" id="[% service.id | html %]">
3         <thead id="[% service.id | html %]-header">
4             <tr>
5                 <th>Source</th>
6                 <th>Title</th>
7                 <th>Author</th>
8                 <th>ISBN</th>
9                 <th>ISSN</th>
10                 <th>Date</th>
11             </tr>
12         </thead>
13         <tbody id="[% service.id | html %]-body">
14         </tbody>
15     </table>
16 </div>