Lines 15-25
Link Here
|
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 |
<h2>Error 404</h2> |
18 |
<h3><em>Error 404</em></h3> |
19 |
<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"> |
19 |
<h3>This message may have been caused by any of the following reasons:</h3> |
20 |
<li>This error means that the link was broken and that the page doesn't exist</li> |
20 |
<ul style="padding-bottom: 0.5em;"> |
21 |
<li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li> |
21 |
<li>You made use of an external link to an item that is no longer available</li> |
22 |
<li>Use top menu bar to navigate to another part of Koha.</li> |
22 |
<li>You followed an outdated link e.g. from a search engine or a bookmark</li> |
|
|
23 |
<li>You tried to access a page that needs authentification</li> |
24 |
<li>An internal link in the client is broken and the page does not exist</li> |
25 |
</ul> |
26 |
<h3>What's next?</h3> |
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> |
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> |
23 |
</ul> |
30 |
</ul> |
24 |
</div> |
31 |
</div> |
25 |
|
32 |
|
26 |
- |
|
|