first working version
[yourule] / templates / site.tmpl
index 75461cf759ab53379da29fd4a38e62cb2ff551eb..53cfed33168712694ed0453501d3946488ea25dd 100644 (file)
@@ -1,10 +1,34 @@
 <html>
 <head>
+  <link rel="stylesheet" type="text/css" href="/static/style.css" />
   <script src="/static/prototype.js" type="text/javascript"></script>
 </head>
 <body>
+<div id="wrapper">
+<div id="header">
+<h1>YouRule</h1>
+<h2>Onscreen Ruler Generator</h2>
+</div>
+
+<div class="mainbox">
+  <div class="mainbox_top"><div></div></div>
+  <div class="mainbox_content">
+
 #filter Filter
 $body
 #end filter
+  </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/projects/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?