Lines 1261-1267
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1261 |
<table class="holdingst"> |
1261 |
<table class="holdingst"> |
1262 |
<thead><tr> |
1262 |
<thead><tr> |
1263 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype">Item type</th>[% END %] |
1263 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype">Item type</th>[% END %] |
1264 |
<th id="item_location">Location</th> |
1264 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %] |
|
|
1265 |
<th>Current Location</th> |
1266 |
[% END %] |
1267 |
[% UNLESS ( singleBranchMode ) %] |
1268 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1269 |
<th>Home Library</th> |
1270 |
[% END %] |
1271 |
[% END %] |
1265 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode">Collection</th>[% END %] |
1272 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode">Collection</th>[% END %] |
1266 |
<th id="item_callnumber">Call number</th> |
1273 |
<th id="item_callnumber">Call number</th> |
1267 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron">Vol info</th>[% END %] |
1274 |
[% IF ( itemdata_enumchron ) %]<th id="item_enumchron">Vol info</th>[% END %] |
Lines 1279-1297
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1279 |
</tr></thead> |
1286 |
</tr></thead> |
1280 |
<tbody>[% FOREACH ITEM_RESULT IN items %] |
1287 |
<tbody>[% FOREACH ITEM_RESULT IN items %] |
1281 |
<tr>[% 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 %] |
1288 |
<tr>[% 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 %] |
1282 |
<td class="location"> |
1289 |
[% UNLESS ( singleBranchMode ) %] |
1283 |
[% UNLESS ( singleBranchMode ) %] |
1290 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %] |
1284 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1291 |
<td class="location_holding"> |
1285 |
[% IF ( ITEM_RESULT.branchurl ) %] |
1292 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1286 |
<a href="[% ITEM_RESULT.branchurl %]">[% ITEM_RESULT.branchname %]</a> |
1293 |
[% IF ( ITEM_RESULT.branchurl ) %] |
|
|
1294 |
<a href="[% ITEM_RESULT.branchurl %]">[% ITEM_RESULT.branchname %]</a> |
1295 |
[% ELSE %] |
1296 |
[% ITEM_RESULT.branchname %] |
1297 |
[% END %] |
1298 |
</span> |
1299 |
|
1300 |
[% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1301 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1302 |
[% END %] |
1303 |
|
1304 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
1305 |
</td> |
1306 |
[% END %] |
1307 |
|
1308 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1309 |
<td class="location_home"> |
1310 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1311 |
[% IF ( ITEM_RESULT.homebranchurl ) %] |
1312 |
<a href="[% ITEM_RESULT.homebranchurl %]">[% ITEM_RESULT.homebranchname %]</a> |
1313 |
[% ELSE %] |
1314 |
[% ITEM_RESULT.homebranchname %] |
1315 |
[% END %] |
1316 |
</span> |
1317 |
|
1318 |
[% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %] |
1319 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1320 |
[% END %] |
1321 |
</td> |
1322 |
[% END %] |
1287 |
[% ELSE %] |
1323 |
[% ELSE %] |
1288 |
[% ITEM_RESULT.branchname %] |
1324 |
<td class="location"><span class="shelvingloc">[% ITEM_RESULT.location_description %]</span></td> |
1289 |
[% END %] |
1325 |
[% END %] |
1290 |
</span> |
|
|
1291 |
<div class="branch-info-tooltip">[% ITEM_RESULT.branch_opac_info %]</div> |
1292 |
[% END %] |
1293 |
<span class="shelvingloc">[% ITEM_RESULT.location_description %]</span> |
1294 |
</td> |
1295 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1326 |
[% IF ( itemdata_ccode ) %]<td class="collection">[% ITEM_RESULT.ccode %]</td>[% END %] |
1296 |
<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> |
1327 |
<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> |
1297 |
[% IF ( itemdata_enumchron ) %]<td class="vol_info">[% ITEM_RESULT.enumchron %]</td>[% END %] |
1328 |
[% IF ( itemdata_enumchron ) %]<td class="vol_info">[% ITEM_RESULT.enumchron %]</td>[% END %] |