minor typo fixes
[yourule] / templates / index.tmpl
1 <% extends 'site.tmpl' %>
2
3 <% block body %>
4
5 <h2>Ruler Gallery </h2>
6
7 <p>To view a list of rulers others have created or to save your ruler so
8 that others with your computer can find it, visit the <a
9 href="<%= homepath %>/gallery">ruler gallery</a>.</p>
10
11 <h2>Create Custom Ruler</h2>
12
13 <% if errormsg %>
14 <div class="errormsg">
15 <strong>Error</strong><br />
16 <%= errormsg %>
17 </div>
18 <% endif %>
19
20 <form method="POST" action="<%= homepath %>/">
21
22 <% include '_form_elements.tmpl' %>
23
24 <input type="Submit" name="submit" value="Generate" />
25 </form>
26
27 <h2>Other Rulers</h2>
28
29 <p>You should check out Mitchell Charity's very accurate <a
30 href="http://www.vendian.org/mncharity/dir3/paper_rulers/">printable
31 paper rules</a> if you'd prefer something you can print out.</p>
32
33 <p>If your computer is very well configured, you may be able to
34 use Steve Pomeroy's <a href="http://staticfree.info/ruler">CSS
35 rulers</a> which will not require that you figure out the horizontal
36 width of your screen.</p>
37
38 <% endblock %>

Benjamin Mako Hill || Want to submit a patch?