Lines 1499-1505
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1499 |
<table class="holdingst"> |
1499 |
<table class="holdingst"> |
1500 |
<thead><tr> |
1500 |
<thead><tr> |
1501 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1501 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1502 |
<th id="item_location" class="location">Location</th> |
1502 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %] |
|
|
1503 |
<th>Current Location</th> |
1504 |
[% END %] |
1505 |
[% UNLESS ( singleBranchMode ) %] |
1506 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1507 |
<th>Home Library</th> |
1508 |
[% END %] |
1509 |
[% END %] |
1503 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1510 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1504 |
<th id="item_callnumber" class="call_no">Call number</th> |
1511 |
<th id="item_callnumber" class="call_no">Call number</th> |
1505 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] |
1512 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] |
Lines 1523-1543
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1523 |
<tr vocab="http://schema.org/" typeof="Offer"> |
1530 |
<tr vocab="http://schema.org/" typeof="Offer"> |
1524 |
[% END %] |
1531 |
[% END %] |
1525 |
[% IF ( item_level_itypes ) %]<td class="itype">[% UNLESS ( noItemTypeImages ) %][% IF ( ITEM_RESULT.imageurl ) %]<img src="[% ITEM_RESULT.imageurl %]" title="[% ITEM_RESULT.description %]" alt="[% ITEM_RESULT.description %]" />[% END %][% END %] [% ITEM_RESULT.description %]</td>[% END %] |
1532 |
[% IF ( item_level_itypes ) %]<td class="itype">[% UNLESS ( noItemTypeImages ) %][% IF ( ITEM_RESULT.imageurl ) %]<img src="[% ITEM_RESULT.imageurl %]" title="[% ITEM_RESULT.description %]" alt="[% ITEM_RESULT.description %]" />[% END %][% END %] [% ITEM_RESULT.description %]</td>[% END %] |
1526 |
<td class="location" property="seller"> |
1533 |
[% UNLESS ( singleBranchMode ) %] |
1527 |
<link property="itemOffered" href="#record" /> |
1534 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %] |
1528 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1535 |
<td class="location_holding" property="seller"> |
1529 |
[% UNLESS ( singleBranchMode ) %] |
1536 |
<link property="itemOffered" href="#record" /> |
1530 |
<div class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1537 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1531 |
[% IF ( ITEM_RESULT.branchurl ) %] |
1538 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1532 |
<a href="[% ITEM_RESULT.branchurl %]" title="">[% ITEM_RESULT.branchname %]</a> |
1539 |
[% IF ( ITEM_RESULT.branchurl ) %] |
|
|
1540 |
<a href="[% ITEM_RESULT.branchurl %]">[% ITEM_RESULT.branchname %]</a> |
1541 |
[% ELSE %] |
1542 |
[% ITEM_RESULT.branchname %] |
1543 |
[% END %] |
1544 |
</span> |
1545 |
|
1546 |
[% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1547 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1548 |
[% END %] |
1549 |
|
1550 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
1551 |
</td> |
1552 |
[% END %] |
1553 |
|
1554 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1555 |
<td class="location_home" property="seller"> |
1556 |
<link property="itemOffered" href="#record" /> |
1557 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1558 |
|
1559 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1560 |
[% IF ( ITEM_RESULT.homebranchurl ) %] |
1561 |
<a href="[% ITEM_RESULT.homebranchurl %]">[% ITEM_RESULT.homebranchname %]</a> |
1562 |
[% ELSE %] |
1563 |
[% ITEM_RESULT.homebranchname %] |
1564 |
[% END %] |
1565 |
</span> |
1566 |
|
1567 |
[% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1568 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1569 |
[% END %] |
1570 |
</td> |
1571 |
[% END %] |
1533 |
[% ELSE %] |
1572 |
[% ELSE %] |
1534 |
<span title="">[% ITEM_RESULT.branchname %]</span> |
1573 |
<td class="location"><span class="shelvingloc">[% ITEM_RESULT.location_description %]</span></td> |
1535 |
[% END %] |
1574 |
[% END %] |
1536 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
|
|
1537 |
</div> |
1538 |
[% END %] |
1539 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1540 |
</td> |
1541 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1575 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1542 |
<td class="call_no" property="sku">[% IF ( ITEM_RESULT.itemcallnumber ) %] [% ITEM_RESULT.itemcallnumber %][% IF ( OPACShelfBrowser ) %] (<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber %]#[% tab %]">Browse shelf</a>)[% END %][% END %]</td> |
1576 |
<td class="call_no" property="sku">[% IF ( ITEM_RESULT.itemcallnumber ) %] [% ITEM_RESULT.itemcallnumber %][% IF ( OPACShelfBrowser ) %] (<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber %]#[% tab %]">Browse shelf</a>)[% END %][% END %]</td> |
1543 |
[% IF ( itemdata_enumchron ) %]<td class="vol_info">[% ITEM_RESULT.enumchron %]</td>[% END %] |
1577 |
[% IF ( itemdata_enumchron ) %]<td class="vol_info">[% ITEM_RESULT.enumchron %]</td>[% END %] |