|
Lines 313-318
Link Here
|
| 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="enumchron" data-colname="enumchron">Serial enumeration / chronology</th> |
314 |
<th id="enumchron" data-colname="enumchron">Serial enumeration / chronology</th> |
| 315 |
<th id="library" data-colname="library">Library</th> |
315 |
<th id="library" data-colname="library">Library</th> |
|
|
316 |
<th id="location" data-colname="location">Location</th> |
| 316 |
<th id="collection" data-colname="collection">Collection</th> |
317 |
<th id="collection" data-colname="collection">Collection</th> |
| 317 |
<th id="title" data-colname="title" class="anti-the">Title</th> |
318 |
<th id="title" data-colname="title" class="anti-the">Title</th> |
| 318 |
<th id="notforloan" data-colname="notforloan">Not for loan</th> |
319 |
<th id="notforloan" data-colname="notforloan">Not for loan</th> |
|
Lines 340-347
Link Here
|
| 340 |
<span class="enumchron">[% result.enumchron | html %]</span> |
341 |
<span class="enumchron">[% result.enumchron | html %]</span> |
| 341 |
</td> |
342 |
</td> |
| 342 |
|
343 |
|
|
|
344 |
<td> [% Branches.GetName( result.homebranch ) | html %] </td> |
| 345 |
|
| 343 |
<td> |
346 |
<td> |
| 344 |
[% Branches.GetName( result.homebranch ) | html %] |
|
|
| 345 |
<span class="shelvingloc">[% result.location | html %]</span> |
347 |
<span class="shelvingloc">[% result.location | html %]</span> |
| 346 |
</td> |
348 |
</td> |
| 347 |
|
349 |
|
| 348 |
- |
|
|