Files
Archive/kepler/tools/www-tpl/default/overrides/default.tpl

29 lines
1.0 KiB
Smarty

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Layout</title>
<link rel="stylesheet" type="text/css" href="./style/global.css" />
<link rel="stylesheet" type="text/css" href="./style/button.css" />
<link rel="stylesheet" type="text/css" href="./style/maintenance.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div class="center content round">
<div class="head">
<img src="./images/logo.png" alt="Logo" />
</div>
<div class="message maintenance orange round">
<p><b>Maintenance break!</b><br />Sorry! We are having a bit of work done at the moment.</p>
<img src="./images/maintenance.png" alt="maintenance" style="float: right" />
<div class="clear"></div>
</div>
</div>
<div class="center copyright">
&copy; PEjump & Joopie. 2011. All right reseverd.
</div>
</body>
</html>