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