|
Lines 312-317
Link Here
|
| 312 |
<th id="barcode" data-colname="barcode">Barcode</th> |
312 |
<th id="barcode" data-colname="barcode">Barcode</th> |
| 313 |
<th id="call_number" data-colname="call_number">Call number</th> |
313 |
<th id="call_number" data-colname="call_number">Call number</th> |
| 314 |
<th id="library" data-colname="library">Library</th> |
314 |
<th id="library" data-colname="library">Library</th> |
|
|
315 |
<th id="location" data-colname="location">Location</th> |
| 315 |
<th id="collection" data-colname="collection">Collection</th> |
316 |
<th id="collection" data-colname="collection">Collection</th> |
| 316 |
<th id="title" data-colname="title" class="anti-the">Title</th> |
317 |
<th id="title" data-colname="title" class="anti-the">Title</th> |
| 317 |
<th id="notforloan" data-colname="notforloan">Not for loan</th> |
318 |
<th id="notforloan" data-colname="notforloan">Not for loan</th> |
|
Lines 335-342
Link Here
|
| 335 |
|
336 |
|
| 336 |
<td data-order="[% result.cn_sort | html %]"> [% result.itemcallnumber | html %] </td> |
337 |
<td data-order="[% result.cn_sort | html %]"> [% result.itemcallnumber | html %] </td> |
| 337 |
|
338 |
|
|
|
339 |
<td> [% Branches.GetName( result.homebranch ) | html %] </td> |
| 340 |
|
| 338 |
<td> |
341 |
<td> |
| 339 |
[% Branches.GetName( result.homebranch ) | html %] |
|
|
| 340 |
<span class="shelvingloc">[% result.location | html %]</span> |
342 |
<span class="shelvingloc">[% result.location | html %]</span> |
| 341 |
</td> |
343 |
</td> |
| 342 |
|
344 |
|
| 343 |
- |
|
|