Fix for Bug 4061, Improve OPAC maintenance screen

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Owen Leonard 2010-01-26 14:17:25 -05:00 committed by Galen Charlton
parent 80e8602ba1
commit da60758b7d

View file

@ -1,14 +1,27 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> -- Library Catalog
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<style type="text/css">
#opac-maintenance-message {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #A2A2A2;
margin:4em auto;
padding:1.5em;
position:relative;
right:auto;
top:auto;
width:50%;
}
</style>
</head>
<body><div id="doc" class="yui-t7">
<body><div id="doc3" class="yui-t7">
<!-- TMPL_IF NAME="opacheader" -->
<!-- TMPL_VAR NAME="opacheader" -->
<!-- /TMPL_IF -->
<div id="bd">
<!-- TMPL_INCLUDE name="masthead.inc" -->
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>
<div id="opac-maintenance-message">
<h2>System Maintenance</h2>
<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>
</div>
</div>
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->