Added a Off template

This commit is contained in:
2010-11-03 11:16:56 +00:00
parent e1beff8845
commit 065f1cc12b
4 changed files with 14 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ body
padding: 0; padding: 0;
font: 80%/1.2 helvetica, arial, sans-serif; font: 80%/1.2 helvetica, arial, sans-serif;
color: #444; color: #444;
background: #fff; background: #000;
} }
#container #container

BIN
media/img/shutdown.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -10,9 +10,7 @@
<body> <body>
<div id="container"> <div id="container">
<div id="header"> <div id="header">
<h1> <h1>TEST Auth Gateway - {% block title %}{% endblock %}</h1>
TEST Auth Gateway - {% block title %}{% endblock %}
</h1>
</div> </div>
<div id="navigation"> <div id="navigation">
<ul> <ul>

12
templates/off.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>Auth is down</title>
</head>
<body>
<center><p><img src="/static/img/shutdown.jpg" /></p>
<p>Auth is down, Matalok is probably breaking something</p></center>
</body>
</html>