Fix for Bug 4999, OPAC error pages have incorrect markup structure
[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 id="error401">
5 <!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
6 <div id="bd">
7 <!--TMPL_INCLUDE NAME="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:<!-- 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 <!-- TMPL_IF NAME="OpacNav" -->
25 <div class="yui-b">
26 <div class="container">
27 <!--TMPL_INCLUDE NAME="navigation.inc" -->
28 </div>
29 </div><!-- /TMPL_IF -->
30 </div>
31 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->