Lines 1474-1480
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1474 |
<table class="holdingst"> |
1474 |
<table class="holdingst"> |
1475 |
<thead><tr> |
1475 |
<thead><tr> |
1476 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1476 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1477 |
<th id="item_location" class="location">Location</th> |
1477 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %] |
|
|
1478 |
<th>Current Location</th> |
1479 |
[% END %] |
1480 |
[% UNLESS ( singleBranchMode ) %] |
1481 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1482 |
<th>Home Library</th> |
1483 |
[% END %] |
1484 |
[% END %] |
1478 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1485 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1479 |
<th id="item_callnumber" class="call_no">Call number</th> |
1486 |
<th id="item_callnumber" class="call_no">Call number</th> |
1480 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] |
1487 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] |
Lines 1494-1512
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1494 |
<tbody>[% FOREACH ITEM_RESULT IN items %] |
1501 |
<tbody>[% FOREACH ITEM_RESULT IN items %] |
1495 |
[% IF ITEM_RESULT.this_branch %]<tr class="highlight-row-detail">[% ELSE %]<tr>[% END %] |
1502 |
[% IF ITEM_RESULT.this_branch %]<tr class="highlight-row-detail">[% ELSE %]<tr>[% END %] |
1496 |
[% 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 %] |
1503 |
[% 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 %] |
1497 |
<td class="location"> |
1504 |
[% UNLESS ( singleBranchMode ) %] |
1498 |
[% UNLESS ( singleBranchMode ) %] |
1505 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %] |
1499 |
<div class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1506 |
<td class="location_holding"> |
1500 |
[% IF ( ITEM_RESULT.branchurl ) %] |
1507 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1501 |
<a href="[% ITEM_RESULT.branchurl %]" title="">[% ITEM_RESULT.branchname %]</a> |
1508 |
[% IF ( ITEM_RESULT.branchurl ) %] |
|
|
1509 |
<a href="[% ITEM_RESULT.branchurl %]">[% ITEM_RESULT.branchname %]</a> |
1510 |
[% ELSE %] |
1511 |
[% ITEM_RESULT.branchname %] |
1512 |
[% END %] |
1513 |
</span> |
1514 |
|
1515 |
[% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1516 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1517 |
[% END %] |
1518 |
|
1519 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
1520 |
</td> |
1521 |
[% END %] |
1522 |
|
1523 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1524 |
<td class="location_home"> |
1525 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1526 |
[% IF ( ITEM_RESULT.homebranchurl ) %] |
1527 |
<a href="[% ITEM_RESULT.homebranchurl %]">[% ITEM_RESULT.homebranchname %]</a> |
1528 |
[% ELSE %] |
1529 |
[% ITEM_RESULT.homebranchname %] |
1530 |
[% END %] |
1531 |
</span> |
1532 |
|
1533 |
[% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1534 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1535 |
[% END %] |
1536 |
</td> |
1537 |
[% END %] |
1502 |
[% ELSE %] |
1538 |
[% ELSE %] |
1503 |
<span title="">[% ITEM_RESULT.branchname %]</span> |
1539 |
<td class="location"><span class="shelvingloc">[% ITEM_RESULT.location_description %]</span></td> |
1504 |
[% END %] |
1540 |
[% END %] |
1505 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
|
|
1506 |
</div> |
1507 |
[% END %] |
1508 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1509 |
</td> |
1510 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1541 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1511 |
<td class="call_no">[% 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> |
1542 |
<td class="call_no">[% 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> |
1512 |
[% IF ( itemdata_enumchron ) %]<td class="vol_info">[% ITEM_RESULT.enumchron %]</td>[% END %] |
1543 |
[% IF ( itemdata_enumchron ) %]<td class="vol_info">[% ITEM_RESULT.enumchron %]</td>[% END %] |