minor typo fixes
[yourule] / templates / site.tmpl
1 <html>
2 <head>
3   <link rel="stylesheet" type="text/css" href="<%= homepath %>/style.css" />
4   <script src="<%= homepath %>/static/prototype.js" type="text/javascript"></script>
5   <title>You Rule</title>
6 </head>
7 <body>
8 <div id="wrapper">
9 <div id="header">
10 <a href="<%= homepath %>"
11 <img src="<%= homepath %>/static/images/yourule_banner.png" alt="YouRule" />
12 </a>
13 </div>
14
15 <div class="mainbox">
16   <div class="mainbox_top"><div></div></div>
17   <div class="mainbox_content">
18     <% block body %>
19     <% endblock %>
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/software/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?