View | Details | Raw Unified | Return to bug 4061
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/maintenance.tmpl (-9 / +21 lines)
Lines 1-14 Link Here
1
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
1
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> -- Library Catalog
2
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog
3
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
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>
4
</head>
16
</head>
5
<body><div id="doc" class="yui-t7">
17
<body><div id="doc3" class="yui-t7">
18
  <!-- TMPL_IF NAME="opacheader" -->
19
	<!-- TMPL_VAR NAME="opacheader" -->
20
  <!-- /TMPL_IF -->
6
   <div id="bd">
21
   <div id="bd">
7
<!-- TMPL_INCLUDE name="masthead.inc" -->
22
<div id="opac-maintenance-message">
8
23
<h2>System Maintenance</h2>
9
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>
10
	
25
</div>
11
   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>
12
13
</div>
26
</div>
14
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
27
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
15
- 

Return to bug 4061