Lines 1-6
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
|
|
2 |
[% PROCESS 'i18n.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Error [% errno | html %] › Koha</title> |
4 |
<title>[% FILTER collapse %] |
|
|
5 |
[% tx("Error {error_number}", {error_number = errno }) | html %] › |
6 |
[% t("Koha") | html %] |
7 |
[% END %]</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
</head> |
9 |
</head> |
6 |
<body id="err_[% errno | html %]" class="err"> |
10 |
<body id="err_[% errno | html %]" class="err"> |
Lines 13-19
Link Here
|
13 |
[% WRAPPER breadcrumbs %] |
17 |
[% WRAPPER breadcrumbs %] |
14 |
[% WRAPPER breadcrumb_item %] |
18 |
[% WRAPPER breadcrumb_item %] |
15 |
<a href="#" aria-current="page"> |
19 |
<a href="#" aria-current="page"> |
16 |
Error [% errno | html %] |
20 |
[% tx("Error {error_number}", {error_number = errno }) | html %] |
17 |
</a> |
21 |
</a> |
18 |
[% END %] |
22 |
[% END %] |
19 |
[% END #/ WRAPPER breadcrumbs %] |
23 |
[% END #/ WRAPPER breadcrumbs %] |
Lines 24-30
Link Here
|
24 |
<div class="col-md-8 col-md-offset-2"> |
28 |
<div class="col-md-8 col-md-offset-2"> |
25 |
|
29 |
|
26 |
<h1>An error has occurred!</h1> |
30 |
<h1>An error has occurred!</h1> |
27 |
<h2><em>Error [% errno | html %]</em></h2> |
31 |
<h2><em>[% tx("Error {error_number}", {error_number = errno }) | html %]</em></h2> |
28 |
<h3>This message may have been caused by any of the following reasons:</h3> |
32 |
<h3>This message may have been caused by any of the following reasons:</h3> |
29 |
<ul style="padding-bottom: 0.5em;"> |
33 |
<ul style="padding-bottom: 0.5em;"> |
30 |
<li>You made use of an external link to an item that is no longer available</li> |
34 |
<li>You made use of an external link to an item that is no longer available</li> |