Bug 27742: Page titles have unique info first
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-email-sent.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Please confirm your registration &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-confirmation-pending' %]
8 [% INCLUDE 'masthead.inc' %]
9
10     <div class="main">
11         <nav aria-label="breadcrumb">
12             <ul class="breadcrumb">
13                 <li class="breadcrumb-item">
14                     <a href="/cgi-bin/koha/opac-main.pl">Home</a>
15                 </li>
16                 <li class="breadcrumb-item">
17                     <a href="#">Register a new account</a>
18                 </li>
19             </ul>
20         </nav>
21
22         <div class="container-fluid">
23             <div class="row">
24                 [% IF ( OpacNav ) %]
25                     <div class="col-lg-2">
26                         <div id="navigation">
27                             [% INCLUDE 'navigation.inc' %]
28                         </div>
29                     </div>
30                     <div class="col-10 order-first order-md-first order-lg-2">
31                 [% ELSE %]
32                     <div class="col order-first order-md-first order-lg-2">
33                 [% END %]
34                     <div id="registration-confirmation-pending" class="maincontent">
35                         <div id="confirmation-pending" class="alert alert-info">
36                             <h1>Please confirm your registration</h1>
37
38                             <p>A confirmation email will be sent shortly to the email address <strong>[% email | html %]</strong>.</p>
39
40                             <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
41                         </div> <!-- /#confirmation-pending -->
42                     </div> <!-- /#registration-confirmation-pending -->
43                 </div> <!-- /.col/10 -->
44             </div> <!-- /.row -->
45         </div> <!-- /.container-fluid -->
46     </div> <!-- /.main -->
47
48 [% INCLUDE 'opac-bottom.inc' %]
49 [% BLOCK jsinclude %][% END %]