|
Lines 7-13
Link Here
|
| 7 |
[% Asset.js("js/cataloging.js") | $raw %] |
7 |
[% Asset.js("js/cataloging.js") | $raw %] |
| 8 |
[% Asset.js("js/prevent_submit.js") | $raw %] |
8 |
[% Asset.js("js/prevent_submit.js") | $raw %] |
| 9 |
[% INCLUDE 'calendar.inc' %] |
9 |
[% INCLUDE 'calendar.inc' %] |
| 10 |
<script language="JavaScript" type="text/javascript"> |
10 |
<script> |
| 11 |
//<![CDATA[ |
11 |
//<![CDATA[ |
| 12 |
$(document).ready(function() { |
12 |
$(document).ready(function() { |
| 13 |
$('#multi_receiving').on('show', function () { |
13 |
$('#multi_receiving').on('show', function () { |
|
Lines 68-74
$(document).ready(function() {
Link Here
|
| 68 |
}); |
68 |
}); |
| 69 |
//]]> |
69 |
//]]> |
| 70 |
</script> |
70 |
</script> |
| 71 |
<style type="text/css">#serials_edit fieldset.rows label, #serials_edit fieldset.rows span.label { |
71 |
<style>#serials_edit fieldset.rows label, #serials_edit fieldset.rows span.label { |
| 72 |
font-size : 100%; |
72 |
font-size : 100%; |
| 73 |
width : 25%; |
73 |
width : 25%; |
| 74 |
} |
74 |
} |
|
Lines 86-96
$(document).ready(function() {
Link Here
|
| 86 |
|
86 |
|
| 87 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › Serial edition <i>[% bibliotitle | html %] [% IF ( callnumber ) %]([% callnumber | html %])[% END %]</i></div> |
87 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › Serial edition <i>[% bibliotitle | html %] [% IF ( callnumber ) %]([% callnumber | html %])[% END %]</i></div> |
| 88 |
|
88 |
|
| 89 |
<div id="doc3" class="yui-t2"> |
89 |
<div class="main container-fluid"> |
| 90 |
|
90 |
<div class="row"> |
| 91 |
<div id="bd"> |
91 |
<div class="col-sm-10 col-sm-push-2"> |
| 92 |
<div id="yui-main"> |
92 |
<main> |
| 93 |
<div class="yui-b"> |
|
|
| 94 |
|
93 |
|
| 95 |
[% INCLUDE 'modals/serials_multi_receiving.inc' %] |
94 |
[% INCLUDE 'modals/serials_multi_receiving.inc' %] |
| 96 |
|
95 |
|
|
Lines 434-455
$(document).ready(function() {
Link Here
|
| 434 |
</fieldset> |
433 |
</fieldset> |
| 435 |
</form> |
434 |
</form> |
| 436 |
|
435 |
|
| 437 |
</div> |
436 |
</main> |
| 438 |
</div> |
437 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
|
|
438 |
|
| 439 |
<div class="col-sm-2 col-sm-pull-10"> |
| 440 |
<aside> |
| 441 |
[% INCLUDE 'serials-menu.inc' %] |
| 442 |
<ul> |
| 443 |
[% FOREACH subscription IN subscriptions %] |
| 444 |
<li><a href="serials-collection.pl?subscriptionid=[% subscription.subscriptionid | html %]" title="serial collection for [% subscription.bibliotitle | html %]">Serial collection #[% subscription.subscriptionid | html %]</a></li> |
| 445 |
<li><a href="subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | html %]" title="detail of the subscription">Subscription #[% subscription.subscriptionid | html %]</a></li> |
| 446 |
[% IF ( subscription.abouttoexpire ) %] |
| 447 |
[% UNLESS subscription.closed %] |
| 448 |
<li><a href="#" onclick="javascript:popup([% subscription.subscriptionid | html %])">Renew #[% subscription.subscriptionid | html %]</a></li> |
| 449 |
[% END %] |
| 450 |
[% END %] |
| 451 |
[% END %] |
| 452 |
<li><a href="/cgi-bin/koha/catalogue/[% default_bib_view | html %].pl?biblionumber=[% biblionumber | html %]" title="go to [% bibliotitle | html %]">Show biblio</a></li></ul> |
| 453 |
</aside> |
| 454 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
| 455 |
</div> <!-- /.row --> |
| 439 |
|
456 |
|
| 440 |
<div class="yui-b"> |
|
|
| 441 |
[% INCLUDE 'serials-menu.inc' %] |
| 442 |
<ul> |
| 443 |
[% FOREACH subscription IN subscriptions %] |
| 444 |
<li><a href="serials-collection.pl?subscriptionid=[% subscription.subscriptionid | html %]" title="serial collection for [% subscription.bibliotitle | html %]">Serial collection #[% subscription.subscriptionid | html %]</a></li> |
| 445 |
<li><a href="subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | html %]" title="detail of the subscription">Subscription #[% subscription.subscriptionid | html %]</a></li> |
| 446 |
[% IF ( subscription.abouttoexpire ) %] |
| 447 |
[% UNLESS subscription.closed %] |
| 448 |
<li><a href="#" onclick="javascript:popup([% subscription.subscriptionid | html %])">Renew #[% subscription.subscriptionid | html %]</a></li> |
| 449 |
[% END %] |
| 450 |
[% END %] |
| 451 |
[% END %] |
| 452 |
<li><a href="/cgi-bin/koha/catalogue/[% default_bib_view | html %].pl?biblionumber=[% biblionumber | html %]" title="go to [% bibliotitle | html %]">Show biblio</a></li></ul> |
| 453 |
</div> |
| 454 |
</div> |
| 455 |
[% INCLUDE 'intranet-bottom.inc' %] |
457 |
[% INCLUDE 'intranet-bottom.inc' %] |
| 456 |
- |
|
|