Bug 24223: Convert OpacNav 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 [% INCLUDE 'doc-head-open.inc' %]
5 <title>Please confirm your registration &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
6 [% INCLUDE 'doc-head-close.inc' %]
7 [% BLOCK cssinclude %][% END %]
8 </head>
9 [% INCLUDE 'bodytag.inc' bodyid='opac-confirmation-pending' %]
10 [% INCLUDE 'masthead.inc' %]
11
12     <div class="main">
13         <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs">
14             <ol class="breadcrumb">
15                 <li class="breadcrumb-item">
16                     <a href="/cgi-bin/koha/opac-main.pl">Home</a>
17                 </li>
18                 <li class="breadcrumb-item active">
19                     <a href="#">Register a new account</a>
20                 </li>
21             </ol>
22         </nav> <!-- /#breadcrumbs -->
23
24         <div class="container-fluid">
25             <div class="row">
26                 [% IF ( OpacNav ) %]
27                     <div class="col-lg-2">
28                         [% INCLUDE 'navigation.inc' %]
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                         <h1>Please confirm your registration</h1>
36                         <div id="confirmation-pending" class="alert alert-info">
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 %]