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