Bug 3550 : Display changes needed in opac-results-grouped too
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / maintenance.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog
3 <!-- TMPL_INCLUDE NAME="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   <!-- TMPL_IF NAME="opacheader" -->
19         <!-- TMPL_VAR NAME="opacheader" -->
20   <!-- /TMPL_IF -->
21    <div id="bd">
22 <div id="opac-maintenance-message">
23 <h2>System Maintenance</h2>
24 <p>The <!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:<!--TMPL_VAR Name="KohaAdminEmailAddress"-->">Site Administrator</a></p>
25 </div>
26 </div>
27 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->