whole bunch of changes to make things work cleanly on the server
[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 <% endblock %>

Benjamin Mako Hill || Want to submit a patch?