Bug 32300: Add page-section to cataloguing plugins (cat)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / errorpage.tt
1
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 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14     <ol>
15         <li>
16             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17         </li>
18         <li>
19             <a href="#" aria-current="page">
20                 Error [% errno | html %]
21             </a>
22         </li>
23     </ol>
24 </nav>
25 [% END %]
26
27     <div class="main container-fluid">
28         <div class="row">
29             <div class="col-md-8 col-md-offset-2">
30
31     <h1>An error has occurred!</h1>
32     <h2><em>Error [% errno | html %]</em></h2>
33         <h3>This message may have been caused by any of the following reasons:</h3>
34         <ul style="padding-bottom: 0.5em;">
35             <li>You made use of an external link to an item that is no longer available</li>
36             <li>You followed an outdated link e.g. from a search engine or a bookmark</li>
37             <li>You tried to access a page that needs authentication</li>
38             <li>An internal link in the client is broken and the page does not exist</li>
39         </ul>
40         <h3>What's next?</h3>
41         <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
42             <li>Use top menu bar to navigate to another part of Koha.</li>
43             <li>To report a broken link or any other issue, please contact the Koha administrator. <a href="mailto:[% admin | uri %]">Send email</a></li>
44         </ul>
45
46             </div> <!-- /.col-md-8 -->
47         </div> <!-- /.row -->
48
49 [% INCLUDE 'intranet-bottom.inc' %]