Bug 10907: Optionally show the staff member's name who managed a suggestion in OPAC
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / maintenance.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
3 [% INCLUDE 'doc-head-close.inc' %]
4 [% BLOCK cssinclude %]
5     <style type="text/css">
6         #opac-maintenance-message {
7             background:none repeat scroll 0 0 #FFFFFF;
8             border:1px solid #A2A2A2;
9             border-radius: 8px 8px 8px 8px;
10             box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
11             margin:4em auto;
12             padding:1.5em;
13             position:relative;
14             right:auto;
15             top:auto;
16             width:50%;
17         }
18     </style>
19 [% END %]
20 </head>
21 <body>
22     [% IF ( opacheader ) %]
23         [% opacheader %]
24     [% END %]
25     <div class="container-fluid">
26         <div class="row-fluid">
27             <div class="span12">
28                 <div id="opac-maintenance-message">
29                     <h2>System maintenance</h2>
30                         <p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:[% KohaAdminEmailAddress %]">site administrator</a></p>
31                 </div>
32             </div>
33         </div>
34     </div>
35
36 [% INCLUDE 'opac-bottom.inc' is_popup=1 %]
37 [% BLOCK jsinclude %][% END %]