58 lines
1.4 KiB
PHP
58 lines
1.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<title><?php echo CBE1_MAINTENANCE_TITLE; ?> | <?php echo SITE_TITLE; ?></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="robots" content="noindex" />
|
|
<link rel="shortcut icon" href="<?php echo SITE_URL; ?>favicon.ico" />
|
|
<link rel="icon" type="image/ico" href="<?php echo SITE_URL; ?>favicon.ico" />
|
|
<style type="text/css">
|
|
<!--
|
|
body {
|
|
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color: #444;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 15%;
|
|
left: 25%;
|
|
width: 700px;
|
|
text-align: center;
|
|
}
|
|
|
|
a {color: #3494CF; text-decoration: underline;}
|
|
a:hover {color: #94CA29; text-decoration: none;}
|
|
|
|
h1 {
|
|
font-family: times, Times New Roman, times-roman, georgia, Arial, Verdana, sans-serif;
|
|
font-size: 28px;
|
|
font-weight: normal;
|
|
color: #444;
|
|
margin: 10px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
table tr td {
|
|
font-size: 11px;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
color: #000;
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
|
|
<h1><?php echo CBE1_MAINTENANCE_TITLE; ?></h1>
|
|
<p align="center"><img src="<?php echo SITE_URL; ?>images/icon_maintenance.png" border="0" /></p>
|
|
<p align="center"><?php echo CBE1_MAINTENANCE_TEXT; ?></p>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|