Lines 1-5
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Koha %] |
2 |
[% USE Koha %] |
|
|
3 |
[% USE KohaDates %] |
3 |
[% USE AdditionalContents %] |
4 |
[% USE AdditionalContents %] |
4 |
[% USE AuthorisedValues %] |
5 |
[% USE AuthorisedValues %] |
5 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
6 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
Lines 54-60
Link Here
|
54 |
<div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline"> |
55 |
<div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline"> |
55 |
<h2>Subscription information for [% subscription_LOO.bibliotitle | html %]</h2> |
56 |
<h2>Subscription information for [% subscription_LOO.bibliotitle | html %]</h2> |
56 |
<p> |
57 |
<p> |
57 |
<span>The current subscription began on [% subscription_LOO.startdate | html %] and is issued</span> |
58 |
<span>The current subscription began on [% subscription_LOO.startdate | $KohaDates %] and is issued</span> |
58 |
[% IF ( subscription_LOO.periodicity1 ) %] |
59 |
[% IF ( subscription_LOO.periodicity1 ) %] |
59 |
<span>twice per day</span> |
60 |
<span>twice per day</span> |
60 |
[% END %] |
61 |
[% END %] |
Lines 120-128
Link Here
|
120 |
[% IF ( subscription_LOO.weeklength ) %]<span>for [% subscription_LOO.weeklength | html %] weeks</span>[% END %] |
121 |
[% IF ( subscription_LOO.weeklength ) %]<span>for [% subscription_LOO.weeklength | html %] weeks</span>[% END %] |
121 |
[% IF ( subscription_LOO.monthlength ) %]<span>for [% subscription_LOO.monthlength | html %] months</span>[% END %] |
122 |
[% IF ( subscription_LOO.monthlength ) %]<span>for [% subscription_LOO.monthlength | html %] months</span>[% END %] |
122 |
</p> |
123 |
</p> |
123 |
<p>The first subscription was started on [% subscription_LOO.histstartdate | html %]</p> |
124 |
<p>The first subscription was started on [% subscription_LOO.histstartdate | $KohaDates %]</p> |
124 |
[% IF ( subscription_LOO.histenddate ) %] |
125 |
[% IF ( subscription_LOO.histenddate ) %] |
125 |
<p>The subscription expired on [% subscription_LOO.histenddate | html %]</p> |
126 |
<p>The subscription expired on [% subscription_LOO.histenddate | $KohaDates %]</p> |
126 |
[% END %] |
127 |
[% END %] |
127 |
|
128 |
|
128 |
<h3>[% subscription_LOO.branchname | html %]</h3> |
129 |
<h3>[% subscription_LOO.branchname | html %]</h3> |
129 |
- |
|
|