bug 1803 - fix error page handling
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / errors / 401.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo;  An Error Has Occurred
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!--TMPL_INCLUDE NAME="masthead.inc" -->
6 <!--TMPL_INCLUDE NAME="navigation.inc" -->
7
8 <div id="doc3" class="yui-t1">
9    <div id="bd">
10         <div id="yui-main">
11         <div class="yui-b"><div class="yui-g">
12             <h3>An Error has Occurred</h3>
13             <h4>Error 404</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:<!-- TMPL_VAR NAME="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     </div>
25 </div>
26
27 <!-- <div id="main"> -->
28 <!-- </div> -->
29 </body>
30 </html>