Lines 441-455
$(document).ready(function() {
Link Here
|
441 |
[% INCLUDE 'serials-menu.inc' %] |
441 |
[% INCLUDE 'serials-menu.inc' %] |
442 |
<ul> |
442 |
<ul> |
443 |
[% FOREACH subscription IN subscriptions %] |
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> |
444 |
<li><a href="serials-collection.pl?subscriptionid=[% subscription.subscriptionid | uri %]" title="serial collection for [% subscription.bibliotitle | uri %]">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> |
445 |
<li><a href="subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]" title="detail of the subscription">Subscription #[% subscription.subscriptionid | html %]</a></li> |
446 |
[% IF ( subscription.abouttoexpire ) %] |
446 |
[% IF ( subscription.abouttoexpire ) %] |
447 |
[% UNLESS subscription.closed %] |
447 |
[% UNLESS subscription.closed %] |
448 |
<li><a href="#" onclick="javascript:popup([% subscription.subscriptionid | html %])">Renew #[% subscription.subscriptionid | html %]</a></li> |
448 |
<li><a href="#" onclick="javascript:popup([% subscription.subscriptionid | html %])">Renew #[% subscription.subscriptionid | html %]</a></li> |
449 |
[% END %] |
449 |
[% END %] |
450 |
[% END %] |
450 |
[% END %] |
451 |
[% 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> |
452 |
<li><a href="/cgi-bin/koha/catalogue/[% default_bib_view | uri %].pl?biblionumber=[% biblionumber | uri %]" title="go to [% bibliotitle | html %]">Show biblio</a></li></ul> |
453 |
</aside> |
453 |
</aside> |
454 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
454 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
455 |
</div> <!-- /.row --> |
455 |
</div> <!-- /.row --> |
456 |
- |
|
|