]> git.koha-community.org Git - koha.git/blob - koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt
Bug 24223: Convert OpacNav system preference to additional content
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-invalid.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>[% 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="#" aria-current="page">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-error" class="maincontent">
35                         <div class="alert alert-warning">
36                             <h1>Registration invalid!</h1>
37
38                             <p>There were problems processing your registration. Please contact your library for help.</p>
39                         </div>
40                     </div> <!-- /#registration-confirmation-error -->
41                 </div> <!-- /.col-lg-10/12 -->
42             </div> <!-- /.row -->
43         </div> <!-- /.container-fluid -->
44     </div> <!-- /.main -->
45
46 [% INCLUDE 'opac-bottom.inc' %]
47 [% BLOCK jsinclude %][% END %]