Lines 24-36
Link Here
|
24 |
<div class="span12"> |
24 |
<div class="span12"> |
25 |
[% END %] |
25 |
[% END %] |
26 |
<div id="errormsg404"> |
26 |
<div id="errormsg404"> |
27 |
<h3>An error has occurred</h3> |
27 |
<h3>Sorry, the requested page is not available</h3> |
28 |
<h4>Error 404</h4> |
28 |
<p><em>Error 404</em></p> |
|
|
29 |
<h3>This message can have following reasons</h3> |
29 |
<ul> |
30 |
<ul> |
30 |
<li>This error means that the link was broken and that the page doesn't exist.</li> |
31 |
<li>You made use of an external link to a catalog item that is no longer available</li> |
31 |
<li>To report this error, you can |
32 |
<li>You followed an outdated link e.g. from a search engine or a bookmark</li> |
32 |
<a href="mailto:[% admin %]">email the Koha Administrator</a>.</li> |
33 |
<li>You tried to access a page that needs authentification</li> |
33 |
<li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li> |
34 |
<li>An internal link in our catalog home page is broken and the page does not exist</li> |
|
|
35 |
</ul> |
36 |
<h3>What's next?</h3> |
37 |
<ul> |
38 |
<li>You can search our catalog using the search form at the top of this page</li> |
39 |
<li>You can navigate to the <a href="/cgi-bin/koha/opac-main.pl"><b>catalog main page</b></a></li> |
40 |
</ul> |
41 |
<h3>Report broken links</h3> |
42 |
<ul> |
43 |
<li>To report a broken link or any other issue please send an |
44 |
<a href="mailto:[% admin %]">email to the Koha Administrator</a></li> |
45 |
|
34 |
</ul> |
46 |
</ul> |
35 |
</div> <!-- / #errormsg404 --> |
47 |
</div> <!-- / #errormsg404 --> |
36 |
</div> <!-- / .span10/12 --> |
48 |
</div> <!-- / .span10/12 --> |
37 |
- |
|
|