Lines 237-243
Link Here
|
237 |
</div> [%# .page-section %] |
237 |
</div> [%# .page-section %] |
238 |
|
238 |
|
239 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
239 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
240 |
</div> |
240 |
</div> <!-- #catalogue_detail_biblio.col-xs-... --> |
241 |
<div class="col-xs-3 bookcoverimg"> |
241 |
<div class="col-xs-3 bookcoverimg"> |
242 |
<div id="biblio-cover-slider" class="cover-slider" data-isbn="[% normalized_isbn | html %]"> |
242 |
<div id="biblio-cover-slider" class="cover-slider" data-isbn="[% normalized_isbn | html %]"> |
243 |
[% IF ( LocalCoverImages ) %] |
243 |
[% IF ( LocalCoverImages ) %] |
Lines 397-403
Link Here
|
397 |
<a href="#[% plugins_intranet_catalog_biblio_tab.id | uri %]" aria-controls="[% plugins_intranet_catalog_biblio_tab.id | uri %]" role="tab" data-toggle="tab">[% plugins_intranet_catalog_biblio_tab.title | html %]</a> |
397 |
<a href="#[% plugins_intranet_catalog_biblio_tab.id | uri %]" aria-controls="[% plugins_intranet_catalog_biblio_tab.id | uri %]" role="tab" data-toggle="tab">[% plugins_intranet_catalog_biblio_tab.title | html %]</a> |
398 |
</li> |
398 |
</li> |
399 |
[% END %] |
399 |
[% END %] |
400 |
</ul> |
400 |
</ul> <!-- /.nav-tabs --> |
401 |
|
401 |
|
402 |
<div class="tab-content"> |
402 |
<div class="tab-content"> |
403 |
[% IF Koha.Preference('EnableItemGroups') %] |
403 |
[% IF Koha.Preference('EnableItemGroups') %] |
Lines 417-423
Link Here
|
417 |
</thead> |
417 |
</thead> |
418 |
</table> |
418 |
</table> |
419 |
</div> |
419 |
</div> |
420 |
[% END %] |
420 |
[% END # /IF EnableItemGroups %] |
421 |
|
421 |
|
422 |
<div role="tabpanel" class="tab-pane" id="holdings"> |
422 |
<div role="tabpanel" class="tab-pane" id="holdings"> |
423 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'above' ) %] |
423 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'above' ) %] |
Lines 443-449
Link Here
|
443 |
[% ELSE %] |
443 |
[% ELSE %] |
444 |
<div id="noitems">No physical items for this record</div> |
444 |
<div id="noitems">No physical items for this record</div> |
445 |
[% END %] |
445 |
[% END %] |
446 |
[% END %] |
446 |
[% END # /IF all_items_count %] |
447 |
|
447 |
|
448 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'below' ) %] |
448 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'below' ) %] |
449 |
<span class="results_summary NovelistSelect" style="display:none;"> |
449 |
<span class="results_summary NovelistSelect" style="display:none;"> |
Lines 451-457
Link Here
|
451 |
<div data-novelist-novelistselect=[% normalized_isbn | html %]></div> |
451 |
<div data-novelist-novelistselect=[% normalized_isbn | html %]></div> |
452 |
</span> |
452 |
</span> |
453 |
[% END %] |
453 |
[% END %] |
454 |
</div> |
454 |
</div> <!-- #holdings.tabpanel --> |
455 |
|
455 |
|
456 |
[% IF Koha.Preference('SeparateHoldings') %] |
456 |
[% IF Koha.Preference('SeparateHoldings') %] |
457 |
<div role="tabpanel" class="tab-pane" id="otherholdings"> |
457 |
<div role="tabpanel" class="tab-pane" id="otherholdings"> |
Lines 545-560
Link Here
|
545 |
</tr> |
545 |
</tr> |
546 |
[% END %] |
546 |
[% END %] |
547 |
</table> |
547 |
</table> |
548 |
[% END %] |
548 |
[% END # /IF subscription.latestserials %] |
549 |
[% IF ( CAN_user_serials ) %] |
549 |
[% IF ( CAN_user_serials ) %] |
550 |
<p> |
550 |
<p> |
551 |
<a class="btn btn-link" href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]"><i class="fa fa-list" aria-hidden="true"></i> Subscription details</a> |
551 |
<a class="btn btn-link" href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]"><i class="fa fa-list" aria-hidden="true"></i> Subscription details</a> |
552 |
</p> |
552 |
</p> |
553 |
[% END %] |
553 |
[% END %] |
554 |
[% END %] |
554 |
[% END # /FOREACH subscription %] |
555 |
</div> |
555 |
</div> <!-- /#catalogue_detail_subscriptions --> |
556 |
</div> |
556 |
</div> <!-- #subscriptions.tab-pane --> |
557 |
[% END %] |
557 |
[% END # IF subscriptionsnumber %] |
558 |
|
558 |
|
559 |
[% IF Koha.Preference('AcquisitionDetails') %] |
559 |
[% IF Koha.Preference('AcquisitionDetails') %] |
560 |
<div role="tabpanel" class="tab-pane" id="acq_details"> |
560 |
<div role="tabpanel" class="tab-pane" id="acq_details"> |
Lines 652-663
Link Here
|
652 |
</tr> |
652 |
</tr> |
653 |
[% END %] |
653 |
[% END %] |
654 |
</tbody> |
654 |
</tbody> |
655 |
</table> |
655 |
</table> <!-- /#orders --> |
656 |
[% ELSE %] |
656 |
[% ELSE %] |
657 |
<span class="noorder">There is no order for this bibliographic record.</span> |
657 |
<span class="noorder">There is no order for this bibliographic record.</span> |
658 |
[% END %] |
658 |
[% END # /IF orders.count %] |
659 |
</div> |
659 |
</div> <!-- /#acq_details.tab-pane --> |
660 |
[% END %] |
660 |
[% END # /IF AcquisitionDetails %] |
661 |
|
661 |
|
662 |
[% IF suggestions.count %] |
662 |
[% IF suggestions.count %] |
663 |
<div role="tabpanel" class="tab-pane" id="suggestion_details"> |
663 |
<div role="tabpanel" class="tab-pane" id="suggestion_details"> |
Lines 729-739
Link Here
|
729 |
[% END %] |
729 |
[% END %] |
730 |
</td> |
730 |
</td> |
731 |
</tr> |
731 |
</tr> |
732 |
[% END %] |
732 |
[% END # /FOREACH suggestion %] |
733 |
</tbody> |
733 |
</tbody> |
734 |
</table> |
734 |
</table> <!-- /#suggestions --> |
735 |
</div> |
735 |
</div> <!-- /#suggestion_details.tab-pane --> |
736 |
[% END %] |
736 |
[% END # /IF suggestions.count %] |
737 |
|
737 |
|
738 |
[% IF ( FRBRizeEditions ) %] |
738 |
[% IF ( FRBRizeEditions ) %] |
739 |
[% IF ( XISBNS ) %] |
739 |
[% IF ( XISBNS ) %] |
Lines 770-780
Link Here
|
770 |
[% IF ( XISBN.size ) %], [% END %][% XISBN.size | html %] |
770 |
[% IF ( XISBN.size ) %], [% END %][% XISBN.size | html %] |
771 |
</td> |
771 |
</td> |
772 |
|
772 |
|
773 |
[% END %] |
773 |
[% END # /FOREACH XISBN %] |
774 |
</table> |
774 |
</table> |
775 |
</div> |
775 |
</div> <!-- /#editions.tab-pane --> |
776 |
[% END %] |
776 |
[% END # /IF XISBNS %] |
777 |
[% END %] |
777 |
[% END # /IF FRBRizeEditions %] |
778 |
|
778 |
|
779 |
[% IF ( ( Koha.Preference('CatalogConcerns') || Koha.Preference('OpacCatalogConcerns') ) && CAN_user_editcatalogue_edit_catalogue ) %] |
779 |
[% IF ( ( Koha.Preference('CatalogConcerns') || Koha.Preference('OpacCatalogConcerns') ) && CAN_user_editcatalogue_edit_catalogue ) %] |
780 |
<div role="tabpanel" class="tab-pane" id="concerns"> |
780 |
<div role="tabpanel" class="tab-pane" id="concerns"> |
Lines 794-801
Link Here
|
794 |
</tr> |
794 |
</tr> |
795 |
</thead> |
795 |
</thead> |
796 |
</table> |
796 |
</table> |
797 |
</div> |
797 |
</div> <!-- /#concerns.tab-pane --> |
798 |
[% END %] |
798 |
[% END # /IF CatalogConcerns %] |
799 |
|
799 |
|
800 |
[% IF ( LocalCoverImages ) %] |
800 |
[% IF ( LocalCoverImages ) %] |
801 |
<div role="tabpanel" class="tab-pane" id="images"> |
801 |
<div role="tabpanel" class="tab-pane" id="images"> |
Lines 812-820
Link Here
|
812 |
<a href="#" class="remove"><i class="fa fa-trash-can"></i> Delete image</a> |
812 |
<a href="#" class="remove"><i class="fa fa-trash-can"></i> Delete image</a> |
813 |
[% END %] |
813 |
[% END %] |
814 |
</li> |
814 |
</li> |
815 |
[% END %] |
815 |
[% END # /IF image %] |
816 |
[% END %] |
816 |
[% END # /FOREACH image %] |
817 |
</ul> |
817 |
</ul> <!-- /.thumbnails --> |
818 |
[% ELSE # - No image passed JavaScript takes care %] |
818 |
[% ELSE # - No image passed JavaScript takes care %] |
819 |
<span class="noimagesuploaded">No images have been uploaded for this bibliographic record yet.</span> |
819 |
<span class="noimagesuploaded">No images have been uploaded for this bibliographic record yet.</span> |
820 |
[% END %] |
820 |
[% END %] |
Lines 822-829
Link Here
|
822 |
<p>Upload an image file: <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber | uri %]&filetype=image"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a> |
822 |
<p>Upload an image file: <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber | uri %]&filetype=image"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a> |
823 |
</p> |
823 |
</p> |
824 |
[% END %] |
824 |
[% END %] |
825 |
</div> |
825 |
</div> <!-- /#images.tab-pane --> |
826 |
[% END %] |
826 |
[% END # /IF LocalCoverImages %] |
827 |
|
827 |
|
828 |
[% IF ( HTML5MediaEnabled ) %] |
828 |
[% IF ( HTML5MediaEnabled ) %] |
829 |
<div role="tabpanel" class="tab-pane" id="html5media"> |
829 |
<div role="tabpanel" class="tab-pane" id="html5media"> |
Lines 839-846
Link Here
|
839 |
[% END %] |
839 |
[% END %] |
840 |
</p> |
840 |
</p> |
841 |
[% END %] |
841 |
[% END %] |
842 |
</div> |
842 |
</div> <!-- /#html5media.tab-pane --> |
843 |
[% END %] |
843 |
[% END # /IF HTML5MediaEnabled %] |
844 |
|
844 |
|
845 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'tab' ) %] |
845 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'tab' ) %] |
846 |
<div role="tabpanel" class="tab-pane novelistSelect" id="NovelistSelect"> |
846 |
<div role="tabpanel" class="tab-pane novelistSelect" id="NovelistSelect"> |
Lines 882-888
Link Here
|
882 |
</tr> |
882 |
</tr> |
883 |
</table> |
883 |
</table> |
884 |
</form> |
884 |
</form> |
885 |
</div> |
885 |
</div> <!-- /#export --> |
886 |
|
886 |
|
887 |
<div id="marcPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true"> |
887 |
<div id="marcPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true"> |
888 |
<div class="modal-dialog modal-lg"> |
888 |
<div class="modal-dialog modal-lg"> |
Lines 899-905
Link Here
|
899 |
</div> |
899 |
</div> |
900 |
</div> |
900 |
</div> |
901 |
</div> |
901 |
</div> |
902 |
</div> |
902 |
</div> <!-- /#marcPreview.modal --> |
903 |
|
903 |
|
904 |
<div id="elasticPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="elasticPreviewLabel" aria-hidden="true"> |
904 |
<div id="elasticPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="elasticPreviewLabel" aria-hidden="true"> |
905 |
<div class="modal-dialog modal-lg"> |
905 |
<div class="modal-dialog modal-lg"> |
Lines 916-922
Link Here
|
916 |
</div> |
916 |
</div> |
917 |
</div> |
917 |
</div> |
918 |
</div> |
918 |
</div> |
919 |
</div> |
919 |
</div> <!-- /#elasticPreview.modal --> |
920 |
</main> |
920 |
</main> |
921 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
921 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
922 |
|
922 |
|
Lines 956-965
Link Here
|
956 |
<button id="modal-item-group-create-submit" class="btn btn-default"><i class="fa fa-plus"></i> Submit</button> |
956 |
<button id="modal-item-group-create-submit" class="btn btn-default"><i class="fa fa-plus"></i> Submit</button> |
957 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
957 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
958 |
</div> |
958 |
</div> |
959 |
</form> |
959 |
</form> <!-- /#modal-item-group-create-form --> |
960 |
</div> |
960 |
</div> <!-- /.modal-content --> |
961 |
</div> |
961 |
</div> <!-- /.modal-dialog --> |
962 |
</div> |
962 |
</div> <!-- /#modal-item-group-create.modal --> |
963 |
|
963 |
|
964 |
<div class="modal fade" id="modal-item-group-edit" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-edit-label"> |
964 |
<div class="modal fade" id="modal-item-group-edit" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-edit-label"> |
965 |
<div class="modal-dialog"> |
965 |
<div class="modal-dialog"> |
Lines 988-996
Link Here
|
988 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
988 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
989 |
</div> |
989 |
</div> |
990 |
</form> |
990 |
</form> |
991 |
</div> |
991 |
</div> <!-- /.modal-content --> |
992 |
</div> |
992 |
</div> <!-- /.modal-dialog --> |
993 |
</div> |
993 |
</div> <!-- /#modal-item-group-edit.modal --> |
994 |
|
994 |
|
995 |
<div class="modal fade" id="modal-item-group-delete" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-delete-label"> |
995 |
<div class="modal fade" id="modal-item-group-delete" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-delete-label"> |
996 |
<div class="modal-dialog"> |
996 |
<div class="modal-dialog"> |
Lines 1006-1014
Link Here
|
1006 |
<button id="modal-item-group-delete-submit" class="btn btn-danger"><i class='fa fa-trash-can'></i> Delete</button> |
1006 |
<button id="modal-item-group-delete-submit" class="btn btn-danger"><i class='fa fa-trash-can'></i> Delete</button> |
1007 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
1007 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
1008 |
</div> |
1008 |
</div> |
1009 |
</div> |
1009 |
</div> <!-- /.modal-content --> |
1010 |
</div> |
1010 |
</div> <!-- /.modal-dialog --> |
1011 |
</div> |
1011 |
</div> <!-- /#modal-item-group-delete.modal --> |
1012 |
|
1012 |
|
1013 |
<div class="modal fade" id="modal-item-group-set" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-set-label"> |
1013 |
<div class="modal fade" id="modal-item-group-set" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-set-label"> |
1014 |
<div class="modal-dialog"> |
1014 |
<div class="modal-dialog"> |
Lines 1036-1044
Link Here
|
1036 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
1036 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
1037 |
</div> |
1037 |
</div> |
1038 |
</form> |
1038 |
</form> |
1039 |
</div> |
1039 |
</div> <!-- /.modal-content --> |
1040 |
</div> |
1040 |
</div> <!-- /.modal-dialog --> |
1041 |
</div> |
1041 |
</div> <!-- /#modal-item-group-set.modal --> |
1042 |
|
1042 |
|
1043 |
<div class="modal fade" id="modal-item-group-unset" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-unset-label"> |
1043 |
<div class="modal fade" id="modal-item-group-unset" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-unset-label"> |
1044 |
<div class="modal-dialog"> |
1044 |
<div class="modal-dialog"> |
Lines 1054-1068
Link Here
|
1054 |
<button id="modal-item-group-unset-submit" class="btn btn-danger"><i class='fa fa-unlink'></i> Remove</button> |
1054 |
<button id="modal-item-group-unset-submit" class="btn btn-danger"><i class='fa fa-unlink'></i> Remove</button> |
1055 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
1055 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
1056 |
</div> |
1056 |
</div> |
1057 |
</div> |
1057 |
</div> <!-- /.modal-content --> |
1058 |
</div> |
1058 |
</div> <!-- /.modal-dialog --> |
1059 |
</div> |
1059 |
</div> <!-- /#.modal --> |
1060 |
|
1060 |
|
1061 |
[% IF bundlesEnabled %] |
1061 |
[% IF bundlesEnabled %] |
1062 |
<div class="modal" id="addToBundleModal" tabindex="-1" role="dialog" aria-labelledby="addToBundleLabel"> |
1062 |
<div class="modal" id="addToBundleModal" tabindex="-1" role="dialog" aria-labelledby="addToBundleLabel"> |
1063 |
<form method="get" id="addToBundleForm" action=""> |
1063 |
<div class="modal-dialog" role="document"> |
1064 |
<div class="modal-dialog" role="document"> |
1064 |
<div class="modal-content"> |
1065 |
<div class="modal-content"> |
1065 |
<form method="get" id="addToBundleForm" action=""> |
1066 |
<div class="modal-header"> |
1066 |
<div class="modal-header"> |
1067 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1067 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1068 |
<h3 id="addToBundleLabel">Add to bundle</h3> |
1068 |
<h3 id="addToBundleLabel">Add to bundle</h3> |
Lines 1083-1097
Link Here
|
1083 |
<button type="submit" class="btn btn-default">Submit</button> |
1083 |
<button type="submit" class="btn btn-default">Submit</button> |
1084 |
<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> |
1084 |
<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> |
1085 |
</div> |
1085 |
</div> |
1086 |
</div> |
1086 |
</form> |
1087 |
</div> |
1087 |
</div> <!-- /.modal-content --> |
1088 |
</form> |
1088 |
</div> <!-- /.modal-dialog --> |
1089 |
</div> |
1089 |
</div> <!-- /#addToBundleModal.modal --> |
1090 |
|
1090 |
|
1091 |
<div class="modal" id="removeFromBundleModal" tabindex="-1" role="dialog" aria-labelledby="removeFromBundleLabel"> |
1091 |
<div class="modal" id="removeFromBundleModal" tabindex="-1" role="dialog" aria-labelledby="removeFromBundleLabel"> |
1092 |
<form method="get" id="removeFromBundleForm" action=""> |
1092 |
<div class="modal-dialog" role="document"> |
1093 |
<div class="modal-dialog" role="document"> |
1093 |
<div class="modal-content"> |
1094 |
<div class="modal-content"> |
1094 |
<form method="get" id="removeFromBundleForm" action=""> |
1095 |
<div class="modal-header"> |
1095 |
<div class="modal-header"> |
1096 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1096 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1097 |
<h3 id="removeFromBundleLabel">Remove from bundle</h3> |
1097 |
<h3 id="removeFromBundleLabel">Remove from bundle</h3> |
Lines 1112-1121
Link Here
|
1112 |
<button type="submit" class="btn btn-default">Submit</button> |
1112 |
<button type="submit" class="btn btn-default">Submit</button> |
1113 |
<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> |
1113 |
<button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> |
1114 |
</div> |
1114 |
</div> |
1115 |
</div> |
1115 |
</form> |
1116 |
</div> |
1116 |
</div> <!-- /.modal-content --> |
1117 |
</form> |
1117 |
</div> <!-- /.modal-dialog --> |
1118 |
</div> |
1118 |
</div> <!-- /#removeFromBundleModal.modal --> |
1119 |
[% END %] |
1119 |
[% END %] |
1120 |
|
1120 |
|
1121 |
[% IF ( Koha.Preference('CatalogConcerns') ) %] |
1121 |
[% IF ( Koha.Preference('CatalogConcerns') ) %] |
Lines 1282-1288
Link Here
|
1282 |
}); |
1282 |
}); |
1283 |
</script> |
1283 |
</script> |
1284 |
[% Asset.js("js/modals/display_ticket.js") | $raw %] |
1284 |
[% Asset.js("js/modals/display_ticket.js") | $raw %] |
1285 |
[% END %] |
1285 |
[% END # /IF CatalogConcerns %] |
1286 |
<script> |
1286 |
<script> |
1287 |
var interface = "[% interface | html %]"; |
1287 |
var interface = "[% interface | html %]"; |
1288 |
var theme = "[% theme | html %]"; |
1288 |
var theme = "[% theme | html %]"; |
Lines 1547-1553
Link Here
|
1547 |
$(window).load(function() { |
1547 |
$(window).load(function() { |
1548 |
verify_cover_images(); |
1548 |
verify_cover_images(); |
1549 |
}); |
1549 |
}); |
1550 |
[% END %] |
1550 |
[% END # /IF IntranetCoce %] |
1551 |
</script> |
1551 |
</script> |
1552 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |
1552 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |
1553 |
<script src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
1553 |
<script src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
Lines 1875-1881
Link Here
|
1875 |
bundle_changed = 0; |
1875 |
bundle_changed = 0; |
1876 |
}); |
1876 |
}); |
1877 |
// End bundle handling |
1877 |
// End bundle handling |
1878 |
[% END %] |
1878 |
[% END # /IF bundlesEnabled %] |
1879 |
|
1879 |
|
1880 |
let items_tab_ids = [ 'holdings', 'otherholdings' ]; |
1880 |
let items_tab_ids = [ 'holdings', 'otherholdings' ]; |
1881 |
items_tab_ids.forEach( function( tab_id, index ) { |
1881 |
items_tab_ids.forEach( function( tab_id, index ) { |
Lines 1905-1911
Link Here
|
1905 |
button.addClass('active'); |
1905 |
button.addClass('active'); |
1906 |
} |
1906 |
} |
1907 |
}); |
1907 |
}); |
1908 |
[% END %] |
1908 |
[% END # /IF bundlesEnabled %] |
1909 |
}); |
1909 |
}); |
1910 |
|
1910 |
|
1911 |
[% IF Koha.Preference('AcquisitionDetails') %] |
1911 |
[% IF Koha.Preference('AcquisitionDetails') %] |
Lines 2177-2183
Link Here
|
2177 |
|
2177 |
|
2178 |
$('#modal-item-group-unset').modal('hide'); |
2178 |
$('#modal-item-group-unset').modal('hide'); |
2179 |
}); |
2179 |
}); |
2180 |
[% END %] |
2180 |
[% END # /IF EnableItemGroups %] |
2181 |
|
2181 |
|
2182 |
</script> |
2182 |
</script> |
2183 |
|
2183 |
|
Lines 2186-2190
Link Here
|
2186 |
[% PROCESS build_items_table_js biblio => biblio %] |
2186 |
[% PROCESS build_items_table_js biblio => biblio %] |
2187 |
|
2187 |
|
2188 |
[% CoverImagePlugins | $raw %] |
2188 |
[% CoverImagePlugins | $raw %] |
2189 |
[% END %] |
2189 |
[% END # /jsinclude %] |
2190 |
[% INCLUDE 'intranet-bottom.inc' %] |
2190 |
[% INCLUDE 'intranet-bottom.inc' %] |
2191 |
- |
|
|