Bug 21307: (follow-up) QA fixes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / errorpage.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Error [% errno | html %]</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="err_[% errno | html %]" 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 [% errno | html %]</div>
11
12     <div class="main container-fluid">
13         <div class="row">
14             <div class="col-md-8 col-md-offset-2">
15
16     <h1>An error has occurred!</h1>
17     <h2><em>Error [% errno | html %]</em></h2>
18         <h3>This message may have been caused by any of the following reasons:</h3>
19         <ul style="padding-bottom: 0.5em;">
20             <li>You made use of an external link to an item that is no longer available</li>
21             <li>You followed an outdated link e.g. from a search engine or a bookmark</li>
22             <li>You tried to access a page that needs authentication</li>
23             <li>An internal link in the client is broken and the page does not exist</li>
24         </ul>
25         <h3>What's next?</h3>
26         <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
27             <li>Use top menu bar to navigate to another part of Koha.</li>
28             <li>To report a broken link or any other issue, please contact the Koha Administrator. <a href="mailto:[% admin | uri %]">Send email</a></li>
29         </ul>
30
31             </div> <!-- /.col-md-8 -->
32         </div> <!-- /.row -->
33
34 [% INCLUDE 'intranet-bottom.inc' %]