committed a few changes for moving to production
[yourule] / templates / site.tmpl
1 <html>
2 <head>
3   <link rel="stylesheet" type="text/css" href="/static/style.css" />
4   <script src="/static/prototype.js" type="text/javascript"></script>
5 </head>
6 <body>
7 <div id="wrapper">
8 <div id="header">
9 <h1>YouRule</h1>
10 <h2>Onscreen Ruler Generator</h2>
11 </div>
12
13 <div class="mainbox">
14   <div class="mainbox_top"><div></div></div>
15   <div class="mainbox_content">
16
17 #filter Filter
18 $body
19 #end filter
20   </div>
21   <div class="mainbox_bottom"><div></div></div>
22 </div>
23
24 <div id="footer">
25 <p>copyright 2007 :: <a href="http://mako.cc/">benjamin mako hill</a><br />
26 <a href="http://mako.cc/projects/yourule">source freely available</a> :: <a
27 href="http://www.affero.org/oagpl.html">affero general public
28 license</a></p>
29 </div>
30
31 </div>
32
33 </body>
34 </html>

Benjamin Mako Hill || Want to submit a patch?