|
Lines 1-26
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred |
|
|
| 2 |
[% INCLUDE 'doc-head-close.inc' %] |
| 3 |
</head> |
| 4 |
<body> |
| 5 |
<div id="doc3" class="yui-t7"> |
| 6 |
<div id="bd"> |
| 7 |
[% INCLUDE 'masthead.inc' %] |
| 8 |
|
| 9 |
<div id="yui-g"> |
| 10 |
<div id="kohaerrorcontainer" class="container"> |
| 11 |
<div id="kohaerror"> |
| 12 |
<div class="dialog message"> |
| 13 |
<h3>An error has occurred</h3> |
| 14 |
[% IF ( noadminemail ) %] |
| 15 |
<p>An error occurred when sending your message to the administrator. Please visit the library to update your personal details. </p> |
| 16 |
<p><a href="/cgi-bin/koha/opac-user.pl">Return to your summary.</a></p> |
| 17 |
[% ELSE %] |
| 18 |
<p>[% errormessage %]</p> |
| 19 |
[% END %] |
| 20 |
</div> |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
</div> |
| 24 |
</div> |
| 25 |
|
| 26 |
[% INCLUDE 'opac-bottom.inc' %] |
| 27 |
- |