Lines 49-58
Link Here
|
49 |
|
49 |
|
50 |
<ol> |
50 |
<ol> |
51 |
<li><label for="title">Title:</label> |
51 |
<li><label for="title">Title:</label> |
52 |
<input id="title" type="text" name="title" size="15" value="[% title %]" /></li> |
52 |
<input id="title" type="text" name="title" size="15" value="[% title | html %]" /></li> |
53 |
|
53 |
|
54 |
<li><label for="issn">ISSN:</label> |
54 |
<li><label for="issn">ISSN:</label> |
55 |
<input id="issn" type="text" name="issn" size="15" value="[% issn %]" /></li> |
55 |
<input id="issn" type="text" name="issn" size="15" value="[% issn | html %]" /></li> |
56 |
[% IF (branches_loop.size) %] |
56 |
[% IF (branches_loop.size) %] |
57 |
<li><label for="branch">Library:</label> |
57 |
<li><label for="branch">Library:</label> |
58 |
<select id="branch" name="branch"> |
58 |
<select id="branch" name="branch"> |
Lines 84-94
Link Here
|
84 |
<p> |
84 |
<p> |
85 |
<b>[% numsubscription %]</b> subscription(s) |
85 |
<b>[% numsubscription %]</b> subscription(s) |
86 |
[% IF ( title ) %] |
86 |
[% IF ( title ) %] |
87 |
with title matching <span class="title">[% title %]</class> |
87 |
with title matching <span class="title">[% title | html %]</class> |
88 |
[% IF ( issn ) %]and [% END %] |
88 |
[% IF ( issn ) %]and [% END %] |
89 |
[% END %] |
89 |
[% END %] |
90 |
[% IF ( issn ) %] |
90 |
[% IF ( issn ) %] |
91 |
with ISSN matching <b>[% issn %]</b> |
91 |
with ISSN matching <b>[% issn | html %]</b> |
92 |
[% END %] |
92 |
[% END %] |
93 |
will expire before <b>[% date | $KohaDates %]</b> |
93 |
will expire before <b>[% date | $KohaDates %]</b> |
94 |
</p> |
94 |
</p> |
95 |
- |
|
|