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