Lines 57-63
Link Here
|
57 |
|
57 |
|
58 |
<div id="bookcover"> |
58 |
<div id="bookcover"> |
59 |
[% IF ( OPACLocalCoverImages ) %] |
59 |
[% IF ( OPACLocalCoverImages ) %] |
60 |
<div title="[% biblionumber |url %]" class="[% biblionumber | html %]" id="local-thumbnail-preview"></div> |
60 |
<div title="[% biblionumber |url %]" class="[% biblio.biblionumber %]" id="local-thumbnail-preview"></div> |
61 |
[% END %] |
61 |
[% END %] |
62 |
[% IF ( OPACAmazonCoverImages ) %] |
62 |
[% IF ( OPACAmazonCoverImages ) %] |
63 |
[% IF ( OPACURLOpenInNewWindow ) %] |
63 |
[% IF ( OPACURLOpenInNewWindow ) %] |
Lines 105-119
Link Here
|
105 |
[% END %] |
105 |
[% END %] |
106 |
</div><!-- / #bookcover --> |
106 |
</div><!-- / #bookcover --> |
107 |
|
107 |
|
108 |
<abbr class="unapi-id" title="koha:biblionumber:[% biblionumber | html %]"><!-- unAPI --></abbr> |
108 |
<abbr class="unapi-id" title="koha:biblionumber:[% biblio.biblionumber %]"><!-- unAPI --></abbr> |
109 |
[% IF ( ocoins ) # COinS / Openurl %] |
109 |
[% IF ( ocoins ) # COinS / Openurl %] |
110 |
<span class="Z3988" title="[% ocoins %]"></span> |
110 |
<span class="Z3988" title="[% ocoins %]"></span> |
111 |
[% END %] |
111 |
[% END %] |
112 |
|
112 |
|
113 |
<div id="views"> |
113 |
<div id="views"> |
114 |
<span class="view current-view"><span id="Normalview">Normal view</span></span> |
114 |
<span class="view current-view"><span id="Normalview">Normal view</span></span> |
115 |
<span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblionumber | html %]">MARC view</a></span> |
115 |
<span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblio.biblionumber %]">MARC view</a></span> |
116 |
[% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber | html %]">ISBD view</a></span>[% END %] |
116 |
[% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblio.biblionumber %]">ISBD view</a></span>[% END %] |
117 |
</div> |
117 |
</div> |
118 |
[% IF ( OPACXSLTDetailsDisplay ) %] |
118 |
[% IF ( OPACXSLTDetailsDisplay ) %] |
119 |
[% XSLTBloc %] |
119 |
[% XSLTBloc %] |
Lines 409-424
Link Here
|
409 |
[% END %] |
409 |
[% END %] |
410 |
[% IF ( TagsInputEnabled ) %] |
410 |
[% IF ( TagsInputEnabled ) %] |
411 |
[% IF ( loggedinusername ) %] |
411 |
[% IF ( loggedinusername ) %] |
412 |
<form id="tagform[% biblionumber | html %]" method="post" action="/cgi-bin/koha/opac-tags.pl" style="display:none;"> |
412 |
<form id="tagform[% biblio.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl" style="display:none;"> |
413 |
<label for="newtag[% biblionumber | html %]">New tag(s), separated by a comma:</label> |
413 |
<label for="newtag[% biblio.biblionumber %]">New tag(s), separated by a comma:</label> |
414 |
<input name="newtag[% biblionumber | html %]" id="newtag[% biblionumber | html %]" maxlength="100" type="text"/> |
414 |
<input name="newtag[% biblio.biblionumber %]" id="newtag[% biblio.biblionumber %]" maxlength="100" type="text"/> |
415 |
<input name="tagbutton" class="btn btn-small tagbutton" title="[% biblionumber | html %]" type="submit" value="Add" /> |
415 |
<input name="tagbutton" class="btn btn-small tagbutton" title="[% biblio.biblionumber %]" type="submit" value="Add" /> |
416 |
<a class="cancel_tag_add" id="cancel[% biblionumber | html %]" href="#">(done)</a> |
416 |
<a class="cancel_tag_add" id="cancel[% biblio.biblionumber %]" href="#">(done)</a> |
417 |
</form> |
417 |
</form> |
418 |
<span id="newtag[% biblionumber | html %]_status" class="tagstatus" style="display:none;"> |
418 |
<span id="newtag[% biblio.biblionumber %]_status" class="tagstatus" style="display:none;"> |
419 |
Tag status here. |
419 |
Tag status here. |
420 |
</span> |
420 |
</span> |
421 |
<a class="tag_add" id="tag_add[% biblionumber | html %]" href="#">Add tag(s)</a> |
421 |
<a class="tag_add" id="tag_add[% biblio.biblionumber %]" href="#">Add tag(s)</a> |
422 |
[% ELSE %] |
422 |
[% ELSE %] |
423 |
<span id="login4tags"> |
423 |
<span id="login4tags"> |
424 |
[% IF Koha.Preference('casAuthentication') %] |
424 |
[% IF Koha.Preference('casAuthentication') %] |
Lines 498-504
Link Here
|
498 |
|
498 |
|
499 |
<!-- define some hidden vars for ratings --> |
499 |
<!-- define some hidden vars for ratings --> |
500 |
|
500 |
|
501 |
<input type="hidden" name='biblionumber' value="[% biblionumber | html %]" /> |
501 |
<input type="hidden" name='biblionumber' value="[% biblio.biblionumber %]" /> |
502 |
<input type="hidden" name='rating_value' id='rating_value' value="[% my_rating.rating_value %]" /> |
502 |
<input type="hidden" name='rating_value' id='rating_value' value="[% my_rating.rating_value %]" /> |
503 |
|
503 |
|
504 |
[% UNLESS ( rating_readonly ) %] <input name="rate_button" type="submit" value="Rate me" />[% END %] |
504 |
[% UNLESS ( rating_readonly ) %] <input name="rate_button" type="submit" value="Rate me" />[% END %] |
Lines 652-658
Link Here
|
652 |
|
652 |
|
653 |
<div id="holdings"> |
653 |
<div id="holdings"> |
654 |
[% IF too_many_items %] |
654 |
[% IF too_many_items %] |
655 |
<p>This record has many physical items ([% items_count %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]&viewallitems=1">Click here to view them all.</a></p> |
655 |
<p>This record has many physical items ([% items_count %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber %]&viewallitems=1">Click here to view them all.</a></p> |
656 |
[% ELSIF ( itemloop.size ) %] |
656 |
[% ELSIF ( itemloop.size ) %] |
657 |
[% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %] |
657 |
[% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %] |
658 |
[% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %] |
658 |
[% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %] |
Lines 875-881
Link Here
|
875 |
</table> |
875 |
</table> |
876 |
[% END # / IF subscription.latestserials %] |
876 |
[% END # / IF subscription.latestserials %] |
877 |
[% END # / FOREACH subscriptions %] |
877 |
[% END # / FOREACH subscriptions %] |
878 |
<p class="subscription_moredetails"><a href="opac-serial-issues.pl?biblionumber=[% biblionumber | html %]">More details</a></p> |
878 |
<p class="subscription_moredetails"><a href="opac-serial-issues.pl?biblionumber=[% biblio.biblionumber %]">More details</a></p> |
879 |
</div> <!-- / #subscriptions --> |
879 |
</div> <!-- / #subscriptions --> |
880 |
[% END # IF subscriptionsnumber %] |
880 |
[% END # IF subscriptionsnumber %] |
881 |
|
881 |
|
Lines 959-965
Link Here
|
959 |
|
959 |
|
960 |
[% IF ( loggedinusername ) %] |
960 |
[% IF ( loggedinusername ) %] |
961 |
[% UNLESS ( loggedincommenter ) %] |
961 |
[% UNLESS ( loggedincommenter ) %] |
962 |
<div id="addcomment"> <a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% biblionumber | html %]'); return false;"> |
962 |
<div id="addcomment"> <a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% biblio.biblionumber %]'); return false;"> |
963 |
Post your comments on this item. |
963 |
Post your comments on this item. |
964 |
</a></div> |
964 |
</a></div> |
965 |
[% END %] |
965 |
[% END %] |
Lines 1032-1038
Link Here
|
1032 |
<p>Click on an image to view it in the image viewer</p> |
1032 |
<p>Click on an image to view it in the image viewer</p> |
1033 |
[% FOREACH image IN localimages %] |
1033 |
[% FOREACH image IN localimages %] |
1034 |
[% IF image %] |
1034 |
[% IF image %] |
1035 |
<a class="localimage" href="/cgi-bin/koha/opac-imageviewer.pl?biblionumber=[% biblionumber | html %]&imagenumber=[% image %]"><img alt="" src="/cgi-bin/koha/opac-image.pl?thumbnail=1&imagenumber=[% image %]" /></a> |
1035 |
<a class="localimage" href="/cgi-bin/koha/opac-imageviewer.pl?biblionumber=[% biblio.biblionumber %]&imagenumber=[% image %]"><img alt="" src="/cgi-bin/koha/opac-image.pl?thumbnail=1&imagenumber=[% image %]" /></a> |
1036 |
[% END %] |
1036 |
[% END %] |
1037 |
[% END %] |
1037 |
[% END %] |
1038 |
</div><!-- / #images --> |
1038 |
</div><!-- / #images --> |
Lines 1648-1654
Link Here
|
1648 |
$.post("/cgi-bin/koha/opac-ratings-ajax.pl", { |
1648 |
$.post("/cgi-bin/koha/opac-ratings-ajax.pl", { |
1649 |
rating_old_value: $("#rating_value").attr("value"), |
1649 |
rating_old_value: $("#rating_value").attr("value"), |
1650 |
borrowernumber: "[% borrowernumber %]", |
1650 |
borrowernumber: "[% borrowernumber %]", |
1651 |
biblionumber: "[% biblionumber | html %]", |
1651 |
biblionumber: "[% biblio.biblionumber %]", |
1652 |
rating_value: value, |
1652 |
rating_value: value, |
1653 |
auth_error: value |
1653 |
auth_error: value |
1654 |
}, function (data) { |
1654 |
}, function (data) { |