first go at moving templates to a modules/ dir
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / 500.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Error</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5
6 <div id="main">
7     <h1>An Error has Occurred!</h1>
8     <h2>Error 500</h2>
9     <ul>
10         <li>In Koha this typically means that the Koha team is working on new features</li>     
11         <li>Wait while system maintenance is being done or <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
12         <li>Use top menu bar to navigate to another part of Koha.</li>
13     </ul>
14 </div>
15
16 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->