Lines 1473-1489
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1473 |
[% BLOCK items_table %] |
1473 |
[% BLOCK items_table %] |
1474 |
<table class="holdingst"> |
1474 |
<table class="holdingst"> |
1475 |
<thead><tr> |
1475 |
<thead><tr> |
1476 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype">Item type</th>[% END %] |
1476 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1477 |
<th id="item_location">Location</th> |
1477 |
<th id="item_location" class="location">Location</th> |
1478 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode">Collection</th>[% END %] |
1478 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1479 |
<th id="item_callnumber">Call number</th> |
1479 |
<th id="item_callnumber" class="call_no">Call number</th> |
1480 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron">Vol info</th>[% END %] |
1480 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] |
1481 |
[% IF ( itemdata_uri ) %]<th id="item_url">url</th>[% END %] |
1481 |
[% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %] |
1482 |
[% IF ( itemdata_copynumber ) %]<th id="item_copy">Copy</th>[% END %] |
1482 |
[% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy</th>[% END %] |
1483 |
<th id="item_status">Status</th> |
1483 |
<th id="item_status" class="status">Status</th> |
1484 |
[% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %] |
1484 |
[% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %] |
1485 |
<th id="item_datedue">Date due</th> |
1485 |
<th id="item_datedue" class="date_due">Date due</th> |
1486 |
[% IF ( OPACShowBarcode ) %]<th>Barcode</th>[% END %] |
1486 |
[% IF ( OPACShowBarcode ) %]<th id="item_barcode" class="barcode">Barcode</th>[% END %] |
1487 |
[% IF holds_count.defined %] |
1487 |
[% IF holds_count.defined %] |
1488 |
<th>Item holds</th> |
1488 |
<th>Item holds</th> |
1489 |
[% ELSIF show_priority %] |
1489 |
[% ELSIF show_priority %] |
1490 |
- |
|
|