Bug 2780 - Capitalize strings consistently (OPAC pages)
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-alert-subscribe.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog ›  Serials
2 [% INCLUDE 'doc-head-close.inc' %]
3 </head>
4 <body id="opac-alert-subscribe">
5 [% INCLUDE 'masthead.inc' %]
6
7 <div id="doc3" class="yui-t1">
8 <div id="bd">
9     <div id="yui-main">
10     <div class="yui-b">
11 <div id="useralertsubscribe" class="container">    [% IF ( typeissue ) %]
12         <h1 class="catalogue">Subscribe issue receive warning</h1>
13             <form action="opac-alert-subscribe.pl" method="post">
14                 <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
15                 [% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrive ?</p>
16                 <input type="hidden" name="externalid" value="[% externalid %]">
17                 <input type="hidden" name="alerttype" value="issue">
18                 <input type="hidden" name="biblionumber" value="[% biblionumber %]">
19                 <input type="hidden" name="op" value="alert_confirmed">
20                 <input type="submit" value="Yes">
21                 <a href="opac-serial-issues.pl?biblionumber=[% biblionumber %]" >No</a>
22             </form>
23
24     [% END %]
25     [% IF ( typeissuecancel ) %]
26         <h1 class="catalogue">Unsubscribe</h1>
27             <form action="opac-alert-subscribe.pl" method="post">
28                 <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription</p>
29                 [% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] ?</p>
30                 <input type="hidden" name="externalid" value="[% externalid %]">
31                 <input type="hidden" name="alerttype" value="issue">
32                 <input type="hidden" name="biblionumber" value="[% biblionumber %]">
33                 <input type="hidden" name="op" value="cancel_confirmed">
34                 <input type="submit" value="Yes" class="button">
35                 <a href="opac-serial-issues.pl?biblionumber=[% biblionumber %]" class="button">No</a>
36             </form>
37
38     [% END %]</div>
39 </div>
40 </div>
41 </div>
42
43 [% INCLUDE 'opac-bottom.inc' %]