Bug 10309 - New OPAC theme based on Bootstrap
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / errors / 401.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog ›  An error has occurred
2 [% INCLUDE 'doc-head-close.inc' %]
3 [% BLOCK cssinclude %][% END %]
4 </head>
5 <body id="error401">
6 [% INCLUDE 'masthead.inc' %]
7
8     <div class="main">
9         <ul class="breadcrumb">
10             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
11             <li><a href="#">Error 401</a></li>
12         </ul>
13
14         <div class="container-fluid">
15             <div class="row-fluid">
16                 [% IF ( OpacNav || OpacNavBottom ) %]
17                     <div class="span2">
18                         <div id="navigation">
19                             [% INCLUDE 'navigation.inc' %]
20                         </div>
21                     </div>
22                     <div class="span10">
23                 [% ELSE %]
24                     <div class="span12">
25                 [% END %]
26                     <div id="errormsg401">
27                         <h3>An error has occurred</h3>
28                         <h4>Error 401</h4>
29                         <ul>
30                             <li>This error means that the you are trying to access a link that you're not authorized to see.</li>
31                             <li>Try logging in to the catalog</li>
32                             <li>To report this error, you can
33                                     <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
34                             <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
35                         </ul>
36                     </div> <!-- / #errormsg401 -->
37                 </div> <!-- / .span10/12 -->
38             </div> <!-- / .row-fluid -->
39         </div> <!-- / .container-fluid -->
40     </div> <!-- / .main -->
41
42 [% INCLUDE 'opac-bottom.inc' %]
43 [% BLOCK jsinclude %]
44 [% END %]