Fix for Bug 4999, OPAC error pages have incorrect markup structure
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / errors / 500.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="error500">
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 500</h4>
14             <ul>
15                 <li>An error occurred while try to process your request.</li>
16                 <li>To report this error, you can 
17                         <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
18                 <li>Use top menu bar to navigate to another part of Koha.</li>
19             </ul>
20 </div>
21 </div>
22 </div>
23 <!-- TMPL_IF NAME="OpacNav" -->
24 <div class="yui-b">
25 <div class="container">
26 <!--TMPL_INCLUDE NAME="navigation.inc" -->
27 </div>
28 </div><!-- /TMPL_IF -->
29 </div>
30 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->