|
Lines 1-21
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Error 404</title> |
2 |
<title>Koha › Error [% errno %]</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
</head> |
4 |
</head> |
| 5 |
<body id="err_404" class="err"> |
5 |
<body id="err_[% errno %]" class="err"> |
| 6 |
|
6 |
|
| 7 |
[% INCLUDE 'header.inc' %] |
7 |
[% INCLUDE 'header.inc' %] |
| 8 |
[% INCLUDE 'cat-search.inc' %] |
8 |
[% INCLUDE 'cat-search.inc' %] |
| 9 |
|
9 |
|
| 10 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Error 404</div> |
10 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Error [% errno %]</div> |
| 11 |
|
11 |
|
| 12 |
<div id="doc" class="yui-t7"> |
12 |
<div id="doc" class="yui-t7"> |
| 13 |
|
13 |
|
| 14 |
<div id="bd"> |
14 |
<div id="bd"> |
| 15 |
<div id="yui-main"> |
15 |
<div id="yui-main"> |
| 16 |
<div class="yui-b"><div class="yui-g"> |
16 |
<div class="yui-b"><div class="yui-g"> |
| 17 |
<h1>An error has occurred!</h1> |
17 |
<h1>An error has occurred!</h1> |
| 18 |
<h3><em>Error 404</em></h3> |
18 |
<h2><em>Error [% errno %]</em></h2> |
| 19 |
<h3>This message may have been caused by any of the following reasons:</h3> |
19 |
<h3>This message may have been caused by any of the following reasons:</h3> |
| 20 |
<ul style="padding-bottom: 0.5em;"> |
20 |
<ul style="padding-bottom: 0.5em;"> |
| 21 |
<li>You made use of an external link to an item that is no longer available</li> |
21 |
<li>You made use of an external link to an item that is no longer available</li> |
|
Lines 26-32
Link Here
|
| 26 |
<h3>What's next?</h3> |
26 |
<h3>What's next?</h3> |
| 27 |
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"> |
27 |
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"> |
| 28 |
<li>Use top menu bar to navigate to another part of Koha.</li> |
28 |
<li>Use top menu bar to navigate to another part of Koha.</li> |
| 29 |
<li>To report a broken link or any other issue, please send an <a href="mailto:[% admin %]">email to the Koha Administrator</a></li> |
29 |
<li>To report a broken link or any other issue, please contact the Koha Administrator <a href="mailto:[% admin %]">Email</a></li> |
| 30 |
</ul> |
30 |
</ul> |
| 31 |
</div> |
31 |
</div> |
| 32 |
|
32 |
|