Koha/koha-tmpl/intranet-tmpl/prog/en/errors/400.tmpl
kados 5f4542992a This is a minor change, but affects all templates:
previously, it wasn't possible to insert anything into the <head> on
an individual template unless it was the title of the page. Now, the
structure is a bit more flexible to allow additional head elements to
be included.
2007-03-11 21:08:11 +00:00

19 lines
601 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="mainbloc">
<h1>An Error has Occurred!</h1>
<h2>Error 404</h2>
<div id="main">
<ul>
<li>This error means that the link was broken and that the page doesn't exist</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>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->