Merge remote branch 'kc/master'
[koha_gimpoz] / koha-tmpl / opac-tmpl / prog / en / modules / errors / 400.tmpl
index b4a0c90..e7ec2f2 100644 (file)
@@ -1,29 +1,30 @@
 <!-- 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
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
-<body>
+<body id="error400">
+<!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
+<div id="bd">
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
-<!--TMPL_INCLUDE NAME="navigation.inc" -->
 
-<div id="doc3" class="yui-t1">
-   <div id="bd">
-        <div id="yui-main">
-        <div class="yui-b"><div class="yui-g">
+<div id="yui-main">
+<div class="yui-b">
+<div class="yui-g">
             <h3>An Error has Occurred</h3>
-            <h4>Error 404</h4>
+            <h4>Error 400</h4>
             <ul>
                 <li>This error means that the Koha is pointed an invalid link.</li>
                 <li>To report this error, you can 
                         <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
                 <li>Use top menu bar to navigate to another part of Koha.</li>
             </ul>
-        </div>
-        </div>
-        </div>
-    </div>
 </div>
-
-<!-- <div id="main"> -->
-<!-- </div> -->
-</body>
-</html>
+</div>
+</div>
+<!-- TMPL_IF NAME="OpacNav" -->
+<div class="yui-b">
+<div class="container">
+<!--TMPL_INCLUDE NAME="navigation.inc" -->
+</div>
+</div><!-- /TMPL_IF -->
+</div>
+<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->