Bug 24224: Convert OpacNavBottom system preference to additional content
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-email-sent.tt
1 [% USE Koha %]
2 [% USE AdditionalContents %]
3 [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
4 [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Please confirm your registration &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 [% BLOCK cssinclude %][% END %]
9 </head>
10 [% INCLUDE 'bodytag.inc' bodyid='opac-confirmation-pending' %]
11 [% INCLUDE 'masthead.inc' %]
12
13     <div class="main">
14         <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs">
15             <ol class="breadcrumb">
16                 <li class="breadcrumb-item">
17                     <a href="/cgi-bin/koha/opac-main.pl">Home</a>
18                 </li>
19                 <li class="breadcrumb-item active">
20                     <a href="#">Register a new account</a>
21                 </li>
22             </ol>
23         </nav> <!-- /#breadcrumbs -->
24
25         <div class="container-fluid">
26             <div class="row">
27                 [% IF ( OpacNav ) %]
28                     <div class="col-lg-2">
29                         [% INCLUDE 'navigation.inc' %]
30                     </div>
31                     <div class="col-10 order-first order-md-first order-lg-2">
32                 [% ELSE %]
33                     <div class="col order-first order-md-first order-lg-2">
34                 [% END %]
35                     <div id="registration-confirmation-pending" class="maincontent">
36                         <h1>Please confirm your registration</h1>
37                         <div id="confirmation-pending" class="alert alert-info">
38
39                             <p>A confirmation email will be sent shortly to the email address <strong>[% email | html %]</strong>.</p>
40
41                             <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
42                         </div> <!-- /#confirmation-pending -->
43                     </div> <!-- /#registration-confirmation-pending -->
44                 </div> <!-- /.col/10 -->
45             </div> <!-- /.row -->
46         </div> <!-- /.container-fluid -->
47     </div> <!-- /.main -->
48
49 [% INCLUDE 'opac-bottom.inc' %]
50 [% BLOCK jsinclude %][% END %]