Lines 1004-1011
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1004 |
|
1004 |
|
1005 |
<div id="holdings"> |
1005 |
<div id="holdings"> |
1006 |
[% IF ( itemloop.size ) %] |
1006 |
[% IF ( itemloop.size ) %] |
1007 |
[% IF ( lotsofitems ) %] |
1007 |
[% IF ( lotsofholdingsitems ) %] |
1008 |
<p>This record has many physical items. <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]&viewallitems=1#holdings">Click here to view them all.</a></p> |
1008 |
<p>This record has many physical items. <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]&viewallitems=1#holdings">Click here to view them all.</a></p> |
1009 |
[% ELSE %] |
1009 |
[% ELSE %] |
1010 |
[% INCLUDE items_table items=itemloop tab="holdings" %] |
1010 |
[% INCLUDE items_table items=itemloop tab="holdings" %] |
1011 |
[% END %] |
1011 |
[% END %] |
Lines 1040-1046
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1040 |
[% IF (SeparateHoldings) %] |
1040 |
[% IF (SeparateHoldings) %] |
1041 |
<div id="otherholdings"> |
1041 |
<div id="otherholdings"> |
1042 |
[% IF (otheritemloop.size) %] |
1042 |
[% IF (otheritemloop.size) %] |
1043 |
[% INCLUDE items_table items=otheritemloop tab="otherholdings" %] |
1043 |
[% IF lotsofothersholdingsitems %] |
|
|
1044 |
<p>This record has many physical items. <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]&viewallitems=1#otherholdings">Click here to view them all.</a></p> |
1045 |
[% ELSE %] |
1046 |
[% INCLUDE items_table items=otheritemloop tab="otherholdings" %] |
1047 |
[% END %] |
1044 |
[% ELSE %] |
1048 |
[% ELSE %] |
1045 |
No other items. |
1049 |
No other items. |
1046 |
[% END %] |
1050 |
[% END %] |