Bug 28313: Add street type to alternate address in OPAC
[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                             <h1>Subscription alerts</h1>
22                         [% IF ( typeissue ) %]
23                             <h2>Subscribe to a subscription alert</h2>
24                             <form action="opac-alert-subscribe.pl" method="post">
25                                 <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
26                                 <h3>[% bibliotitle | html %]</h3>
27                                 [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
28                                 <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
29                                 <input type="hidden" name="referer" value="[% referer | html %]">
30                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
31                                 <input type="hidden" name="op" value="alert_confirmed">
32                                 <input type="submit" class="btn btn-primary" value="Yes">
33                                 <a class="cancel" href="opac-serial-issues.pl?biblionumber=[% biblionumber | html %]" >No</a>
34                             </form>
35                         [% END %]
36                         [% IF ( typeissuecancel ) %]
37                             <h2>Unsubscribe from a subscription alert</h2>
38                             <form action="opac-alert-subscribe.pl" method="post">
39                                 <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription.</p>
40                                 <h3>[% bibliotitle | html %]</h3>
41                                 [% IF ( notes ) %]<p>[% notes | html %]</p>[% END %]
42                                 <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
43                                 <input type="hidden" name="referer" value="[% referer | html %]">
44                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
45                                 <input type="hidden" name="op" value="cancel_confirmed">
46                                 <input type="submit" value="Yes" class="btn btn-primary">
47                                 <a href="opac-serial-issues.pl?biblionumber=[% biblionumber | uri %]" class="cancel">No</a>
48                             </form>
49                         [% END %]
50                     </div> <!-- / #useralertsubscribe -->
51                 </div> <!-- / .span10/12 -->
52             </div> <!-- / .row -->
53         </div> <!-- / .container-fluid -->
54     </div> <!-- / .main -->
55
56 [% INCLUDE 'opac-bottom.inc' %]
57 [% BLOCK jsinclude %][% END %]