cleaned up code and integrated some simple CSS
[rapidsms] / templates / layout.tmpl
index cc48dbe51dc7d5c4f73854d2bebf109c250c34e4..4432b19ecb16b57cabf454b9ce592ab661349e58 100644 (file)
@@ -1,12 +1,21 @@
 <html>
 <head>
 <title>UNICEF Phone Application</title>
+<link rel="stylesheet" type="text/css" href="{{homepath}}/static/style.css" />
 </head>
 <body>
 <h1>UNICEF Phone Application</h1>
 <div id="content">
 {% block content %}
 {% endblock %}
+
+<div id="footer">
+<strong>RapidSMS</strong> © 2007
+<a href="http://mako.cc">Benjamin Mako Hill</a> ::
+<a href="http://projects.mako.cc/source/rapidsms">Source Available</a> under
+<a href="http://www.affero.org/oagpl.html">AGPL</a>
+
+</div>
 </div>
 </body>
 </html>

Benjamin Mako Hill || Want to submit a patch?