Lines 12-19
Link Here
|
12 |
<div id="useralertsubscribe" class="container"> [% IF ( typeissue ) %] |
12 |
<div id="useralertsubscribe" class="container"> [% IF ( typeissue ) %] |
13 |
<h1 class="catalogue">Subscribe issue receive warning</h1> |
13 |
<h1 class="catalogue">Subscribe issue receive warning</h1> |
14 |
<form action="opac-alert-subscribe.pl" method="post"> |
14 |
<form action="opac-alert-subscribe.pl" method="post"> |
15 |
<p>Do you want to receive an email when a new issue for this subscription arrives?</p> |
15 |
<p>Do you want to receive an email when a new issue of [% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrives?</p> |
16 |
[% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrive ?</p> |
|
|
17 |
<input type="hidden" name="externalid" value="[% externalid %]"> |
16 |
<input type="hidden" name="externalid" value="[% externalid %]"> |
18 |
<input type="hidden" name="alerttype" value="issue"> |
17 |
<input type="hidden" name="alerttype" value="issue"> |
19 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]"> |
18 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]"> |
20 |
- |
|
|