Bug 2780 - Capitalize strings consistently (OPAC pages)
[koha.git] / koha-tmpl / opac-tmpl / prog / 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 </head>
4 <body id="error401">
5 [% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
6 <div id="bd">
7 [% INCLUDE 'masthead.inc' %]
8
9 <div id="yui-main">
10 <div class="yui-b">
11 <div class="yui-g">
12             <h3>An error has occurred</h3>
13             <h4>Error 401</h4>
14             <ul>
15                 <li>This error means that the you are trying to access a link that you're not authorized to see.</li>
16                 <li>Try logging in to the catalog</li>
17                 <li>To report this error, you can 
18                         <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
19                 <li>Use top menu bar to navigate to another part of Koha.</li>
20             </ul>
21 </div>
22 </div>
23 </div>
24 [% IF ( OpacNav ) %]
25 <div class="yui-b">
26 <div id="leftmenus" class="container">
27 [% INCLUDE 'navigation.inc' %]
28 </div>
29 </div>[% END %]
30 </div>
31 [% INCLUDE 'opac-bottom.inc' %]