first go at moving templates to a modules/ dir
[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
5 <!-- TMPL_INCLUDE NAME="menus.inc" -->
6
7 <div id="main">
8     <h1>An Error has Occurred!</h1>
9     <h2>Error 400</h2>
10     <ul>
11     <li>This error means that the link was broken and that the page doesn't exist</li>  
12     <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
13     <li>Use top menu bar to navigate to another part of Koha.</li>
14     </ul>
15 </div>
16
17 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
18