Bug 10904: Limit patron update request management by branch
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / 404.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Error 404</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="err_404" class="err">
6
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'cat-search.inc' %]
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Error 404</div>
11
12 <div id="doc" class="yui-t7">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b"><div class="yui-g">
17     <h1>An error has occurred!</h1>
18     <h3><em>Error 404</em></h3>
19         <h3>This message may have been caused by any of the following reasons:</h3>
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>
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>
30     </ul>
31 </div>
32
33 </div>
34 </div>
35
36 [% INCLUDE 'intranet-bottom.inc' %]