Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / 400.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Error</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13     <h1>An Error has Occurred!</h1>
14     <h2>Error 400</h2>
15     <ul>
16     <li>This error means that the link was broken and that the page doesn't exist</li>  
17     <li>To report this error, you can <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
24 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
25 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
26