Koha/koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tt
2011-04-10 20:38:30 +12:00

26 lines
774 B
Text

[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › An Error Has Occurred
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body>
<div id="doc3" class="yui-t7">
<div id="bd">
[% INCLUDE 'masthead.inc' %]
<div id="yui-g">
<div id="kohaerrorcontainer" class="container">
<div id="kohaerror">
<div class="dialog message">
<h3>An Error has Occurred</h3>
[% IF ( noadminemail ) %]
<p>An error occurred when sending your message to the administrator. Please visit the library to update your personal details. </p>
<p><a href="/cgi-bin/koha/opac-user.pl">Return to your summary.</a></p>
[% ELSE %]
<p>[% errormessage %]</p>
[% END %]
</div>
</div>
</div>
</div>
</div>
[% INCLUDE 'opac-bottom.inc' %]