noted the new URL for git repository
[yourule] / templates / site.tmpl
index 53cfed33168712694ed0453501d3946488ea25dd..56915b4c0f72f850de79d1e2b995713306132308 100644 (file)
@@ -1,29 +1,29 @@
 <html>
 <head>
-  <link rel="stylesheet" type="text/css" href="/static/style.css" />
-  <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>
 <div id="wrapper">
 <div id="header">
-<h1>YouRule</h1>
-<h2>Onscreen Ruler Generator</h2>
+<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">
-
-#filter Filter
-$body
-#end filter
+    <% 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/projects/yourule">source freely available</a> :: <a
+<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>

Benjamin Mako Hill || Want to submit a patch?