Lines 193-199
Link Here
|
193 |
<tr> |
193 |
<tr> |
194 |
[% UNLESS uploadedbarcodesflag %]<th>Seen</th>[% END %] |
194 |
[% UNLESS uploadedbarcodesflag %]<th>Seen</th>[% END %] |
195 |
<th>Barcode</th> |
195 |
<th>Barcode</th> |
196 |
<th>Call number</th> |
196 |
<th class="title-string">Call number</th> |
197 |
<th>Library</th> |
197 |
<th>Library</th> |
198 |
<th class="anti-the">Title</th> |
198 |
<th class="anti-the">Title</th> |
199 |
<th>Not for loan</th> |
199 |
<th>Not for loan</th> |
Lines 215-221
Link Here
|
215 |
<td> |
215 |
<td> |
216 |
[% result.barcode | html %] |
216 |
[% result.barcode | html %] |
217 |
</td> |
217 |
</td> |
218 |
<td>[% result.itemcallnumber | html %]</td> |
218 |
<td> |
|
|
219 |
<span title="[% result.cn_sort %]">[% result.itemcallnumber | html %]</span> |
220 |
</td> |
219 |
<td> |
221 |
<td> |
220 |
[% Branches.GetName( result.homebranch ) | html %] |
222 |
[% Branches.GetName( result.homebranch ) | html %] |
221 |
<span class="shelvingloc">[% result.location | html %]</span> |
223 |
<span class="shelvingloc">[% result.location | html %]</span> |
222 |
- |
|
|