Koha/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl
Joshua Ferraro d08387dd28 first go at moving templates to a modules/ dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:11:27 -05:00

18 lines
603 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Error</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="menus.inc" -->
<div id="main">
<h1>An Error has Occurred!</h1>
<h2>Error 401</h2>
<ul>
<li>This error means that you aren't authorized to view this page</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>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->