Bug 28101: Update breadcrumb markup in the OPAC for consistency and accessibility
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-registration-invalid.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>[% 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 id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs">
12             <ol 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 active">
17                     <a href="#" aria-current="page">Register a new account</a>
18                 </li>
19             </ol>
20         </nav> <!-- /#breadcrumbs -->
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-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 %]