Bug 27742: Page titles have unique info first
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-alert-subscribe.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title> [% IF ( typeissue ) %]Subscribe to a subscription alert [% ELSIF ( typeissuecancel ) %] Unsubscribe from a subscription alert [% END %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% BLOCK cssinclude %][% END %]
6 </head>
7 [% INCLUDE 'bodytag.inc' bodyid='opac-alert-subscribe' %]
8 [% INCLUDE 'masthead.inc' %]
9
10     <div class="main">
11         <ul class="breadcrumb">
12             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a></li>
13             <li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]">Details for [% bibliotitle | html %]</a></li>
14             <li><a href="#">[% IF ( typeissue ) %]Subscribe to a subscription alert [% ELSIF ( typeissuecancel ) %] Unsubscribe from a subscription alert [% END %]</a></li>
15         </ul>
16
17         <div class="container-fluid">
18             <div class="row">
19                 <div class="col order-first order-md-first order-lg-2">
20                     <div id="useralertsubscribe" class="maincontent">
21                         [% IF ( typeissue ) %]
22                             <h1>Subscribe to a subscription alert</h1>
23                             <form action="opac-alert-subscribe.pl" method="post">
24                                 <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
25                                 <h4>[% bibliotitle | html %]</h4>
26                                 [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
27                                 <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
28                                 <input type="hidden" name="referer" value="[% referer | html %]">
29                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
30                                 <input type="hidden" name="op" value="alert_confirmed">
31                                 <input type="submit" class="btn btn-primary" value="Yes">
32                                 <a class="cancel" href="opac-serial-issues.pl?biblionumber=[% biblionumber | html %]" >No</a>
33                             </form>
34                         [% END %]
35                         [% IF ( typeissuecancel ) %]
36                             <h1>Unsubscribe from a subscription alert</h1>
37                             <form action="opac-alert-subscribe.pl" method="post">
38                                 <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription.</p>
39                                 <h4>[% bibliotitle | html %]</h4>
40                                 [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
41                                 <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
42                                 <input type="hidden" name="referer" value="[% referer | html %]">
43                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
44                                 <input type="hidden" name="op" value="cancel_confirmed">
45                                 <input type="submit" value="Yes" class="btn btn-primary">
46                                 <a href="opac-serial-issues.pl?biblionumber=[% biblionumber | uri %]" class="cancel">No</a>
47                             </form>
48                         [% END %]
49                     </div> <!-- / #useralertsubscribe -->
50                 </div> <!-- / .span10/12 -->
51             </div> <!-- / .row -->
52         </div> <!-- / .container-fluid -->
53     </div> <!-- / .main -->
54
55 [% INCLUDE 'opac-bottom.inc' %]
56 [% BLOCK jsinclude %][% END %]