Bug 15738: Show rental fees on OPAC summary page
[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 %][% 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         <ul class="breadcrumb">
12             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
13             <li><a href="#">Register a new account</a></li>
14         </ul>
15
16         <div class="container-fluid">
17             <div class="row-fluid">
18                 [% IF ( OpacNav ) %]
19                     <div class="span2">
20                         <div id="opacnav">
21                             [% INCLUDE 'navigation.inc' %]
22                         </div>
23                     </div>
24                     <div class="span10">
25                 [% ELSE %]
26                     <div class="span12">
27                 [% END %]
28                     <div id="reistration-confirmation-error">
29                         <div class="alert">
30                             <h1>Registration invalid!</h1>
31
32                             <p>There were problems processing your registration. Please contact your library for help.</p>
33                         </div>
34                     </div>
35                 </div>
36             </div>
37         </div>
38     </div>
39
40 [% INCLUDE 'opac-bottom.inc' %]
41 [% BLOCK jsinclude %][% END %]