Bug 33928: Improve translation of title tags: Various
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / errorpage.tt
1 [% USE raw %]
2 [% PROCESS 'i18n.inc' %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>[% FILTER collapse %]
5     [% tx("Error {error_number}", {error_number = errno }) | html %] &rsaquo;
6     [% t("Koha") | html %]
7 [% END %]</title>
8 [% INCLUDE 'doc-head-close.inc' %]
9 </head>
10 <body id="err_[% errno | html %]" class="err">
11
12 [% WRAPPER 'header.inc' %]
13     [% INCLUDE 'cat-search.inc' %]
14 [% END %]
15
16 [% WRAPPER 'sub-header.inc' %]
17     [% WRAPPER breadcrumbs %]
18         [% WRAPPER breadcrumb_item %]
19             <a href="#" aria-current="page">
20                 [% tx("Error {error_number}", {error_number = errno }) | html %]
21             </a>
22         [% END %]
23     [% END #/ WRAPPER breadcrumbs %]
24 [% END #/ WRAPPER sub-header.inc %]
25
26     <div class="main container-fluid">
27         <div class="row">
28             <div class="col-md-8 col-md-offset-2">
29
30     <h1>An error has occurred!</h1>
31     <h2><em>[% tx("Error {error_number}", {error_number = errno }) | html %]</em></h2>
32         <h3>This message may have been caused by any of the following reasons:</h3>
33         <ul style="padding-bottom: 0.5em;">
34             <li>You made use of an external link to an item that is no longer available</li>
35             <li>You followed an outdated link e.g. from a search engine or a bookmark</li>
36             <li>You tried to access a page that needs authentication</li>
37             <li>An internal link in the client is broken and the page does not exist</li>
38         </ul>
39         <h3>What's next?</h3>
40         <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
41             <li>Use top menu bar to navigate to another part of Koha.</li>
42             <li>To report a broken link or any other issue, please contact the Koha administrator. <a href="mailto:[% admin | uri %]">Send email</a></li>
43         </ul>
44
45             </div> <!-- /.col-md-8 -->
46         </div> <!-- /.row -->
47
48 [% INCLUDE 'intranet-bottom.inc' %]