Bug 23173: (follow-up) Fix QA script errors
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / includes / ill-availability-table.inc
1 <div>
2     <div>[% service.name | html %]</div>
3     <table class="ill-availability table table-bordered table-striped" id="[% service.id | html %]">
4         <thead id="[% service.id | html %]-header">
5             <tr>
6                 <th>Source</th>
7                 <th>Title</th>
8                 <th>Author</th>
9                 <th>ISBN</th>
10                 <th>ISSN</th>
11                 <th>Date</th>
12             </tr>
13         </thead>
14         <tbody id="[% service.id | html %]-body">
15         </tbody>
16     </table>
17 </div>