Lines 351-360
Link Here
|
351 |
<th>Home library</th> |
351 |
<th>Home library</th> |
352 |
[% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %] |
352 |
[% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %] |
353 |
<th>Call number</th> |
353 |
<th>Call number</th> |
|
|
354 |
[% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] |
354 |
<th>Status</th> |
355 |
<th>Status</th> |
355 |
<th>Last seen</th> |
356 |
<th>Last seen</th> |
356 |
<th>Barcode</th> |
357 |
<th>Barcode</th> |
357 |
[% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] |
|
|
358 |
[% IF ( itemdata_uri ) %]<th>URL</th>[% END %] |
358 |
[% IF ( itemdata_uri ) %]<th>URL</th>[% END %] |
359 |
[% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %] |
359 |
[% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %] |
360 |
[% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %] |
360 |
[% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %] |
Lines 388-393
Link Here
|
388 |
<td class="homebranch">[% Branches.GetName(item.homebranch) %]<span class="shelvingloc">[% item.location %]</span> </td> |
388 |
<td class="homebranch">[% Branches.GetName(item.homebranch) %]<span class="shelvingloc">[% item.location %]</span> </td> |
389 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode %]</td>[% END %] |
389 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode %]</td>[% END %] |
390 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber %][% END %]</td> |
390 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber %][% END %]</td> |
|
|
391 |
[% IF ( volinfo ) %] |
392 |
<td class="enumchron"> |
393 |
[% IF ( itemdata_enumchron ) %] |
394 |
[% IF item.enumchron && item.serialseq %] |
395 |
<span class="enum">[% item.enumchron %]</span> |
396 |
[% IF ( item.serialseq && item.enumchron!=item.serialseq ) %] |
397 |
<span class="sep"> -- </span> |
398 |
<span class="serialseq">[% item.serialseq | html %]</span> |
399 |
[% END %] |
400 |
[% ELSIF item.enumchron %] |
401 |
<span class="enum">[% item.enumchron | html %]</span> |
402 |
[% ELSIF item.serialseq %] |
403 |
<span class="serialseq">[% item.serialseq | html %]</span> |
404 |
[% END %] |
405 |
[% IF ( item.publisheddate ) %] |
406 |
<span class="pubdate">([% item.publisheddate | $KohaDates %])</span> |
407 |
[% END %] |
408 |
[% END %] |
409 |
</td> |
410 |
[% END %] |
391 |
<td class="status"> |
411 |
<td class="status"> |
392 |
|
412 |
|
393 |
[% IF item.CheckedOutFor %] |
413 |
[% IF item.CheckedOutFor %] |
Lines 475-500
Link Here
|
475 |
</td> |
495 |
</td> |
476 |
<td class="datelastseen">[% item.datelastseen | $KohaDates %]</td> |
496 |
<td class="datelastseen">[% item.datelastseen | $KohaDates %]</td> |
477 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type %]&itemnumber=[% item.itemnumber %]&biblionumber=[% item.biblionumber %]&bi=[% item.biblioitemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a></td> |
497 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type %]&itemnumber=[% item.itemnumber %]&biblionumber=[% item.biblionumber %]&bi=[% item.biblioitemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a></td> |
478 |
[% IF ( volinfo ) %] |
|
|
479 |
<td class="enumchron"> |
480 |
[% IF ( itemdata_enumchron ) %] |
481 |
[% IF item.enumchron && item.serialseq %] |
482 |
<span class="enum">[% item.enumchron %]</span> |
483 |
[% IF ( item.serialseq && item.enumchron!=item.serialseq ) %] |
484 |
<span class="sep"> -- </span> |
485 |
<span class="serialseq">[% item.serialseq | html %]</span> |
486 |
[% END %] |
487 |
[% ELSIF item.enumchron %] |
488 |
<span class="enum">[% item.enumchron | html %]</span> |
489 |
[% ELSIF item.serialseq %] |
490 |
<span class="serialseq">[% item.serialseq | html %]</span> |
491 |
[% END %] |
492 |
[% IF ( item.publisheddate ) %] |
493 |
<span class="pubdate">([% item.publisheddate | $KohaDates %])</span> |
494 |
[% END %] |
495 |
[% END %] |
496 |
</td> |
497 |
[% END %] |
498 |
[% IF ( itemdata_uri ) %] |
498 |
[% IF ( itemdata_uri ) %] |
499 |
<td class="uri"><a href="[% item.uri %]">[% item.uri %]</a></td> |
499 |
<td class="uri"><a href="[% item.uri %]">[% item.uri %]</a></td> |
500 |
[% END %] |
500 |
[% END %] |
501 |
- |
|
|