added much of the ruler application
[yourule] / templates / index.tmpl
1 #extends site
2
3 #block body
4
5 <h1>Screen Ruler Generator</h1>
6
7 <h2>Create a new screen ruler</h2>
8
9 <form method="POST" action="/">
10
11 #include 'templates/_form_elements.tmpl'
12
13 <input type="Submit" name="submit" value="Generate" />
14 <form>
15
16 <p>To view a list of rulers others have created or to save your ruler so
17 that others with your computer can find it, visit the <a
18 href="/gallery">ruler gallery</a>.</p>
19
20 #end block body

Benjamin Mako Hill || Want to submit a patch?