Lines 2-8
Link Here
|
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Issues for a subscription</title> |
3 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Issues for a subscription</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% BLOCK cssinclude %][% END %] |
5 |
[% BLOCK cssinclude %] |
|
|
6 |
.subscriptionline { |
7 |
border-bottom: 1px solid #EEE; |
8 |
padding: 1em 0; |
9 |
} |
10 |
[% END %] |
6 |
</head> |
11 |
</head> |
7 |
[% INCLUDE 'bodytag.inc' bodyid='opac-serials-issues' %] |
12 |
[% INCLUDE 'bodytag.inc' bodyid='opac-serials-issues' %] |
8 |
[% INCLUDE 'masthead.inc' %] |
13 |
[% INCLUDE 'masthead.inc' %] |
Lines 37-43
Link Here
|
37 |
</div> |
42 |
</div> |
38 |
<form method="post" name="f"> |
43 |
<form method="post" name="f"> |
39 |
[% FOREACH subscription_LOO IN subscription_LOOP %] |
44 |
[% FOREACH subscription_LOO IN subscription_LOOP %] |
40 |
<div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" style="border-bottom:1px solid #EEE;"> |
45 |
<div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline"> |
41 |
<h3>Subscription information for [% subscription_LOO.bibliotitle | html %]</h3> |
46 |
<h3>Subscription information for [% subscription_LOO.bibliotitle | html %]</h3> |
42 |
<p> |
47 |
<p> |
43 |
The current subscription began on [% subscription_LOO.startdate | html %] and is issued |
48 |
The current subscription began on [% subscription_LOO.startdate | html %] and is issued |
44 |
- |
|
|