bug_6488: Take in account opachiddenitems when searching in opac
[koha.git] / koha-tmpl / opac-tmpl / prog / 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 <style type="text/css">
5 #opac-maintenance-message {
6 background:none repeat scroll 0 0 #FFFFFF;
7 border:1px solid #A2A2A2;
8 margin:4em auto;
9 padding:1.5em;
10 position:relative;
11 right:auto;
12 top:auto;
13 width:50%;
14 }
15 </style>
16 </head>
17 <body><div id="doc3" class="yui-t7">
18   [% IF ( opacheader ) %]
19         [% opacheader %]
20   [% END %]
21    <div id="bd">
22 <div id="opac-maintenance-message">
23 <h2>System Maintenance</h2>
24 <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>
25 </div>
26 </div>
27 [% INCLUDE 'opac-bottom.inc' %]