Lines 1504-1510
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1504 |
<table class="holdingst"> |
1504 |
<table class="holdingst"> |
1505 |
<thead><tr> |
1505 |
<thead><tr> |
1506 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1506 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1507 |
<th id="item_location" class="location">Location</th> |
1507 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %] |
|
|
1508 |
<th>Current Location</th> |
1509 |
[% END %] |
1510 |
[% UNLESS ( singleBranchMode ) %] |
1511 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1512 |
<th>Home Library</th> |
1513 |
[% END %] |
1514 |
[% END %] |
1508 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1515 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1509 |
<th id="item_callnumber" class="call_no">Call number</th> |
1516 |
<th id="item_callnumber" class="call_no">Call number</th> |
1510 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] |
1517 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] |
Lines 1528-1548
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1528 |
<tr vocab="http://schema.org/" typeof="Offer"> |
1535 |
<tr vocab="http://schema.org/" typeof="Offer"> |
1529 |
[% END %] |
1536 |
[% END %] |
1530 |
[% 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 %] |
1537 |
[% 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 %] |
1531 |
<td class="location" property="seller"> |
1538 |
[% UNLESS ( singleBranchMode ) %] |
1532 |
<link property="itemOffered" href="#record" /> |
1539 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %] |
1533 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1540 |
<td class="location_holding" property="seller"> |
1534 |
[% UNLESS ( singleBranchMode ) %] |
1541 |
<link property="itemOffered" href="#record" /> |
1535 |
<div class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1542 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1536 |
[% IF ( ITEM_RESULT.branchurl ) %] |
1543 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1537 |
<a href="[% ITEM_RESULT.branchurl %]" title="">[% ITEM_RESULT.branchname %]</a> |
1544 |
[% IF ( ITEM_RESULT.branchurl ) %] |
|
|
1545 |
<a href="[% ITEM_RESULT.branchurl %]">[% ITEM_RESULT.branchname %]</a> |
1546 |
[% ELSE %] |
1547 |
[% ITEM_RESULT.branchname %] |
1548 |
[% END %] |
1549 |
</span> |
1550 |
|
1551 |
[% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1552 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1553 |
[% END %] |
1554 |
|
1555 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
1556 |
</td> |
1557 |
[% END %] |
1558 |
|
1559 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1560 |
<td class="location_home" property="seller"> |
1561 |
<link property="itemOffered" href="#record" /> |
1562 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1563 |
|
1564 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1565 |
[% IF ( ITEM_RESULT.homebranchurl ) %] |
1566 |
<a href="[% ITEM_RESULT.homebranchurl %]">[% ITEM_RESULT.homebranchname %]</a> |
1567 |
[% ELSE %] |
1568 |
[% ITEM_RESULT.homebranchname %] |
1569 |
[% END %] |
1570 |
</span> |
1571 |
|
1572 |
[% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1573 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1574 |
[% END %] |
1575 |
</td> |
1576 |
[% END %] |
1538 |
[% ELSE %] |
1577 |
[% ELSE %] |
1539 |
<span title="">[% ITEM_RESULT.branchname %]</span> |
1578 |
<td class="location"><span class="shelvingloc">[% ITEM_RESULT.location_description %]</span></td> |
1540 |
[% END %] |
1579 |
[% END %] |
1541 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
|
|
1542 |
</div> |
1543 |
[% END %] |
1544 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1545 |
</td> |
1546 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1580 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1547 |
<td class="call_no" property="sku"> |
1581 |
<td class="call_no" property="sku"> |
1548 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
1582 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |