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