7d2832c2b18182451cb48aacf7751697c1361a71
[yourule] / templates / index.tmpl
1 #extends site
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="/gallery">ruler gallery</a>.</p>
10
11 <h2>Create Custom Ruler</h2>
12
13 #if $getVar('errormsg', False)
14 <div class="errormsg">
15 <strong>Error</strong><br />
16 $getVar('errormsg', False)
17 </div>
18
19 #end if
20 <form method="POST" action="/">
21
22 #include 'templates/_form_elements.tmpl'
23
24 <input type="Submit" name="submit" value="Generate" />
25 <form>
26
27
28 #end block body

Benjamin Mako Hill || Want to submit a patch?