Bug 11709: revisions to Bootstrap OPAC lists interface
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-email-sent.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Please confirm your registration
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% BLOCK cssinclude %][% END %]
6 </head>
7 <body id="opac-confirmation-pending">
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> <span class="divider">&rsaquo;</span></li>
13             <li><a href="#">Register a new account</a></li>
14         </ul>
15
16         <div class="container-fluid">
17             <div class="row-fluid">
18                 [% IF ( OpacNav ) %]
19                     <div class="span2">
20                         <div id="opacnav">
21                             [% INCLUDE 'navigation.inc' %]
22                         </div>
23                     </div>
24                     <div class="span10">
25                 [% ELSE %]
26                     <div class="span12">
27                 [% END %]
28                     <div id="reistration-confirmation-pending">
29                         <div id="confirmation-pending" class="alert alert-info">
30                             <h1>Please confirm your registration</h1>
31
32                             <p>A confirmation email has been sent to the email address <strong>[% email %]</strong>.</p>
33
34                             <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
35                         </div>
36                     </div>
37                 </div>
38             </div>
39         </div>
40     </div>
41
42 [% INCLUDE 'opac-bottom.inc' %]
43 [% BLOCK jsinclude %][% END %]