Lines 230-236
Link Here
|
230 |
[% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %] |
230 |
[% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %] |
231 |
<th>Call number</th> |
231 |
<th>Call number</th> |
232 |
[% IF volinfo %] |
232 |
[% IF volinfo %] |
233 |
[% IF itemdate_publisheddate #If there is at least one published date, use it for sorting%] |
233 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting%] |
234 |
<th class="title-string">Serial enumeration / chronology</th> |
234 |
<th class="title-string">Serial enumeration / chronology</th> |
235 |
[% ELSE %] |
235 |
[% ELSE %] |
236 |
<th>Serial enumeration / chronology</th> |
236 |
<th>Serial enumeration / chronology</th> |
Lines 292-298
Note that permanent location is a code, and location may be an authval.
Link Here
|
292 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
292 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
293 |
[% IF ( volinfo ) %] |
293 |
[% IF ( volinfo ) %] |
294 |
<td class="enumchron"> |
294 |
<td class="enumchron"> |
295 |
[% IF itemdate_publisheddate %]<span title="[% item.publisheddate | html %]">[% END %] |
295 |
[% IF itemdata_publisheddate %]<span title="[% item.publisheddate | html %]">[% END %] |
296 |
[% IF ( itemdata_enumchron ) %] |
296 |
[% IF ( itemdata_enumchron ) %] |
297 |
[% IF item.enumchron && item.serialseq %] |
297 |
[% IF item.enumchron && item.serialseq %] |
298 |
<span class="enum">[% item.enumchron | html %]</span> |
298 |
<span class="enum">[% item.enumchron | html %]</span> |
299 |
- |
|
|