Bug 16270 (followup) Typo authentification vs authentication
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / errors / errorpage.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;  An error has occurred</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 [% BLOCK cssinclude %][% END %]
5 </head>
6 <body id="error[% errno %]" class="error">
7 [% INCLUDE 'masthead.inc' %]
8
9     <div class="main">
10         <ul class="breadcrumb">
11             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
12             <li><a href="#">Error [% errno %]</a></li>
13         </ul>
14
15         <div class="container-fluid">
16             <div class="row-fluid">
17                 [% IF ( OpacNav || OpacNavBottom ) %]
18                     <div class="span2">
19                         <div id="navigation">
20                             [% INCLUDE 'navigation.inc' %]
21                         </div>
22                     </div>
23                     <div class="span10">
24                 [% ELSE %]
25                     <div class="span12">
26                 [% END %]
27                     <div id="errormsg[% errno %]">
28                         <h3>Sorry, the requested page is not available</h3>
29                         <h4>Error [% errno %]</h4>
30                         <h3>This message can have the following reason(s):</h3>
31                         <ul>
32                             [% IF ( errno == 400 ) %]
33                                 <li>The link is broken and the page does not exist.</li>
34                             [% END %]
35
36                             [% IF ( errno == 401 ) %]
37                                 <li>You are not authorized to view this page.</li>
38                             [% END %]
39
40                             [% IF ( errno == 402 ) %]
41                                <li>The link is invalid.</li>
42                             [% END %]
43
44                             [% IF ( errno == 403 ) %]
45                                 <li>You are forbidden to view this page.</li>
46                             [% END %]
47
48                             [% IF ( errno == 404 ) %]
49                                 <li>You made use of an external link to a catalog item that is no longer available.</li>
50                                 <li>You followed an outdated link e.g. from a search engine or a bookmark.</li>
51                                 <li>You tried to access a page that needs authentication.</li>
52                                 <li>An internal link in our catalog home page is broken and the page does not exist.</li>
53                             [% END %]
54                             [% IF ( errno == 500 ) %]
55                                 <li>An error occurred while processing your request.</li>
56                             [% END %]
57                         </ul>
58                         <h3>What's next?</h3>
59                         <ul>
60                             [% IF ( errno == 401 ) && ( Koha.Preference( 'opacuserlogin' ) == 1 ) %]
61                                 <li>Please log in to the catalog and try again. <a href="/cgi-bin/koha/opac-user.pl">Login page</a></li>
62                             [% END %]
63                             <li>You can use the menu and links at the top of the page</li>
64                             <li>You can search our catalog using the search form at the top of this page.</li>
65                             <li><a href="/cgi-bin/koha/opac-main.pl">Return to the catalog home page.</a></li>
66                         </ul>
67                         <h3>Report issues and broken links</h3>
68                         <ul>
69                             <li>To report this error, please contact the Koha Administrator.
70                                     <a href="mailto:[% admin %]">Send email</a>.</li>
71                         </ul>
72                     </div> <!-- / #errormsg[% errno %] -->
73                 </div> <!-- / .span10/12 -->
74             </div> <!-- / .row-fluid -->
75         </div> <!-- / .container-fluid -->
76     </div> <!-- / .main -->
77
78 [% INCLUDE 'opac-bottom.inc' %]
79 [% BLOCK jsinclude %]
80 [% END %]