fix typo with the site
[yourule] / templates / site.tmpl
index 75461cf759ab53379da29fd4a38e62cb2ff551eb..6b0f84cf1f4fd02064487dc1bacf0db2e190a826 100644 (file)
@@ -1,10 +1,34 @@
 <html>
 <head>
-  <script src="/static/prototype.js" type="text/javascript"></script>
+  <link rel="stylesheet" type="text/css" href="<%= homepath %>/style.css" />
+  <script src="<%= homepath %>/static/prototype.js" type="text/javascript"></script>
+  <title>You Rule</title>
 </head>
 <body>
-#filter Filter
-$body
-#end filter
+<div id="wrapper">
+<div id="header">
+<a href="<%= homepath %>/">
+<img src="<%= homepath %>/static/images/yourule_banner.png" alt="YouRule" />
+</a>
+</div>
+
+<div class="mainbox">
+  <div class="mainbox_top"><div></div></div>
+  <div class="mainbox_content">
+    <% block body %>
+    <% endblock %>
+  </div>
+  <div class="mainbox_bottom"><div></div></div>
+</div>
+
+<div id="footer">
+<p>copyright 2007 :: <a href="http://mako.cc/">benjamin mako hill</a><br />
+<a href="http://mako.cc/software/yourule">source freely available</a> :: <a
+href="http://www.affero.org/oagpl.html">affero general public
+license</a></p>
+</div>
+
+</div>
+
 </body>
 </html>

Benjamin Mako Hill || Want to submit a patch?