Bug 8236: (QA followup) Tweak language, fix whitespace error
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / errors / 500.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;  An error has occurred</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 [% BLOCK cssinclude %][% END %]
5 </head>
6 <body id="error500" class="error">
7 [% INCLUDE 'masthead.inc' %]
8
9     <div class="main">
10         <ul class="breadcrumb">
11             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
12             <li><a href="#">Error 500</a></li>
13         </ul>
14
15         <div class="container-fluid">
16             <div class="row-fluid">
17                 [% IF ( OpacNav || OpacNavBottom ) %]
18                     <div class="span2">
19                         <div id="navigation">
20                             [% INCLUDE 'navigation.inc' %]
21                         </div>
22                     </div>
23                     <div class="span10">
24                 [% ELSE %]
25                     <div class="span12">
26                 [% END %]
27                     <div id="errormsg500">
28                         <h3>An error has occurred</h3>
29                         <h4>Error 500</h4>
30                             <ul>
31                                 <li>An error occurred while try to process your request.</li>
32                                 <li>To report this error, you can
33                                         <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
34                                 <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
35                             </ul>
36                     </div> <!-- / #errormsg500 -->
37                 </div> <!-- / .span10/12 -->
38             </div> <!-- / .row-fluid -->
39         </div> <!-- / .container-fluid -->
40     </div> <!-- / .main -->
41
42 [% INCLUDE 'opac-bottom.inc' %]
43 [% BLOCK jsinclude %]
44 [% END %]