|
Lines 57-62
Link Here
|
| 57 |
<div class="row"> |
57 |
<div class="row"> |
| 58 |
<div class="col-sm-10 col-sm-push-2"> |
58 |
<div class="col-sm-10 col-sm-push-2"> |
| 59 |
<main> |
59 |
<main> |
|
|
60 |
<div class="row"> |
| 60 |
|
61 |
|
| 61 |
[% IF ( unknownbiblionumber ) %] |
62 |
[% IF ( unknownbiblionumber ) %] |
| 62 |
<div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> |
63 |
<div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> |
|
Lines 69-79
Link Here
|
| 69 |
[% END %] |
70 |
[% END %] |
| 70 |
|
71 |
|
| 71 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled ) %] |
72 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled ) %] |
| 72 |
<div class="yui-gc"> |
73 |
<div id="catalogue_detail_biblio" class="col-xs-9"> |
| 73 |
<div id="catalogue_detail_biblio" class="yui-u first"> |
|
|
| 74 |
[% ELSE %] |
74 |
[% ELSE %] |
| 75 |
<div class="yui-g"> |
75 |
<div id="catalogue_detail_biblio" class="col-xs-12"> |
| 76 |
<div id="catalogue_detail_biblio"> |
|
|
| 77 |
[% END %] |
76 |
[% END %] |
| 78 |
|
77 |
|
| 79 |
[% XSLTBloc | $raw %] |
78 |
[% XSLTBloc | $raw %] |
|
Lines 123-129
Link Here
|
| 123 |
[% END %] |
122 |
[% END %] |
| 124 |
|
123 |
|
| 125 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled ) %] |
124 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled ) %] |
| 126 |
</div><div class="yui-u" id="bookcoverimg"> |
125 |
</div><div class="col-xs-3" id="bookcoverimg"> |
| 127 |
[% IF ( LocalCoverImages ) %] |
126 |
[% IF ( LocalCoverImages ) %] |
| 128 |
<div title="[% biblionumber |url %]" class="[% biblionumber | html %]" id="local-thumbnail-preview"></div> |
127 |
<div title="[% biblionumber |url %]" class="[% biblionumber | html %]" id="local-thumbnail-preview"></div> |
| 129 |
[% END %] |
128 |
[% END %] |
|
Lines 493-499
Link Here
|
| 493 |
|
492 |
|
| 494 |
[% IF ( subscriptionsnumber ) %] |
493 |
[% IF ( subscriptionsnumber ) %] |
| 495 |
<div id="subscriptions"> |
494 |
<div id="subscriptions"> |
| 496 |
<div class="yui-g"> |
|
|
| 497 |
<div id="catalogue_detail_subscriptions"> |
495 |
<div id="catalogue_detail_subscriptions"> |
| 498 |
<h2>This is a serial subscription</h2> |
496 |
<h2>This is a serial subscription</h2> |
| 499 |
<p> (There are [% subscriptionsnumber | html %] subscriptions associated with this title).</p> |
497 |
<p> (There are [% subscriptionsnumber | html %] subscriptions associated with this title).</p> |
|
Lines 545-551
Link Here
|
| 545 |
[% END %] |
543 |
[% END %] |
| 546 |
</div> |
544 |
</div> |
| 547 |
</div> |
545 |
</div> |
| 548 |
</div> |
|
|
| 549 |
[% END %] |
546 |
[% END %] |
| 550 |
|
547 |
|
| 551 |
[% IF Koha.Preference('AcquisitionDetails') %] |
548 |
[% IF Koha.Preference('AcquisitionDetails') %] |
|
Lines 703-719
Link Here
|
| 703 |
|
700 |
|
| 704 |
</div><!-- /bibliodetails --> |
701 |
</div><!-- /bibliodetails --> |
| 705 |
|
702 |
|
| 706 |
<div class="yui-g" id="export" style="margin-top: 1em;"> |
703 |
<div id="export" style="margin-top: 1em;"> |
| 707 |
<form method="get" action="/cgi-bin/koha/catalogue/export.pl"> |
704 |
<form method="get" action="/cgi-bin/koha/catalogue/export.pl"> |
| 708 |
<table> <tr> |
705 |
<table> <tr> |
| 709 |
<th>Save Record</th> </tr> |
706 |
<th>Save record</th> </tr> |
| 710 |
<tr><td> Select download format: <select name="format"> |
707 |
<tr><td> Select download format: <select name="format"> |
| 711 |
<option value="mods">MODS (XML)</option> |
708 |
<option value="mods">MODS (XML)</option> |
| 712 |
<option data-toggle="modal" data-target="#exportModal_">Dublin Core</option> |
709 |
<option data-toggle="modal" data-target="#exportModal_">Dublin Core</option> |
| 713 |
<option value="marcxml">MARCXML</option> |
710 |
<option value="marcxml">MARCXML</option> |
| 714 |
<option value="marc8">MARC (non-Unicode/MARC-8)</option> |
711 |
<option value="marc8">MARC (non-Unicode/MARC-8)</option> |
| 715 |
<option value="utf8">MARC (Unicode/UTF-8)</option> </select> |
712 |
<option value="utf8">MARC (Unicode/UTF-8)</option> </select> |
| 716 |
<input type="submit" name="save" value="Download Record" /></td> |
713 |
<input type="submit" name="save" value="Download record" /></td> |
| 717 |
</tr> |
714 |
</tr> |
| 718 |
<tr><td> |
715 |
<tr><td> |
| 719 |
<input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber | html %]" /> |
716 |
<input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber | html %]" /> |
|
Lines 767-776
Link Here
|
| 767 |
h = this.height; |
764 |
h = this.height; |
| 768 |
if ((w == 1) || (h == 1)) { |
765 |
if ((w == 1) || (h == 1)) { |
| 769 |
$("#amazon-bookcoverimg").remove(); |
766 |
$("#amazon-bookcoverimg").remove(); |
| 770 |
$(".yui-gb").attr("class","yui-g"); |
767 |
$("#catalogue_detail_biblio").attr("class","col-xs-12"); |
| 771 |
} else if ((this.complete != null) && (!this.complete)) { |
768 |
} else if ((this.complete != null) && (!this.complete)) { |
| 772 |
$("#amazon-bookcoverimg").remove(); |
769 |
$("#amazon-bookcoverimg").remove(); |
| 773 |
$(".yui-gb").attr("class","yui-g"); |
770 |
$("#catalogue_detail_biblio").attr("class","col-xs-12"); |
| 774 |
} |
771 |
} |
| 775 |
} |
772 |
} |
| 776 |
}); |
773 |
}); |