Bug 8236: (QA followup) Tweak language, fix whitespace error
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / errors / 404.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="error404" 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 404</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="errormsg404">
28                         <h3>Sorry, the requested page is not available</h3>
29                         <p><em>Error 404</em></p>
30                         <h3>This message can have following reasons</h3>
31                         <ul>
32                             <li>You made use of an external link to a catalog item that is no longer available</li>
33                             <li>You followed an outdated link e.g. from a search engine or a bookmark</li>
34                             <li>You tried to access a page that needs authentification</li>
35                             <li>An internal link in our catalog home page is broken and the page does not exist</li>
36                         </ul>
37                         <h3>What's next?</h3>
38                         <ul>
39                             <li>You can search our catalog using the search form at the top of this page</li>
40                             <li>You can navigate to the <a href="/cgi-bin/koha/opac-main.pl"><b>catalog main page</b></a></li>
41                         </ul>
42                         <h3>Report broken links</h3>
43                         <ul>
44                             <li>To report a broken link or any other issue please send an <a href="mailto:[% admin %]">email to the Koha Administrator</a></li>
45                         </ul>
46                     </div> <!-- / #errormsg404 -->
47                 </div> <!-- / .span10/12 -->
48             </div> <!-- / .row-fluid -->
49         </div> <!-- / .container-fluid -->
50     </div> <!-- / .main -->
51
52 [% INCLUDE 'opac-bottom.inc' %]
53 [% BLOCK jsinclude %]
54 [% END %]