aowow/template/pages/maintenance.tpl.php
Sarjuuk 663597a7a0 removing smarty - part IX
- readded search
- moved custom displayers (tooltip, xml) to subclasses
- added more info to footer
2014-06-29 19:10:08 +02:00

21 lines
888 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<title>Maintenance</title>
<style type="text/css">
body { text-align: center; font-family: Arial; background-color: black; color: white }
.maintenance { background: url(<?php echo STATIC_URL; ?>/images/logos/logo.png) no-repeat center top; width: 900px; margin: 40px auto; text-align: center; padding-top: 70px; }
.maintenance div { color: #00DD00; font-weight: bold; padding: 20px }
.maintenance p { background: url(<?php echo STATIC_URL; ?>/images/maintenance/brbgnomes.jpg) no-repeat center bottom; padding-bottom: 300px }
</style>
</head>
<body>
<div class="maintenance">
<div>The website is currently closed for maintenance.</div>
<p>This will take a few minutes...</p>
</div>
</body>
</html>