committed a few changes for moving to production
[yourule] / templates / index.tmpl
index d8cdc8158f0119c03c8bcd9c2dde93b0823c0002..7d2832c2b18182451cb48aacf7751697c1361a71 100644 (file)
@@ -2,10 +2,21 @@
 
 #block body
 
-<h1>Screen Ruler Generator</h1>
+<h2>Ruler Gallery </h2>
 
-<h2>Create a new screen ruler</h2>
+<p>To view a list of rulers others have created or to save your ruler so
+that others with your computer can find it, visit the <a
+href="/gallery">ruler gallery</a>.</p>
+
+<h2>Create Custom Ruler</h2>
 
+#if $getVar('errormsg', False)
+<div class="errormsg">
+<strong>Error</strong><br />
+$getVar('errormsg', False)
+</div>
+
+#end if
 <form method="POST" action="/">
 
 #include 'templates/_form_elements.tmpl'
@@ -13,8 +24,5 @@
 <input type="Submit" name="submit" value="Generate" />
 <form>
 
-<p>To view a list of rulers others have created or to save your ruler so
-that others with your computer can find it, visit the <a
-href="/gallery">ruler gallery</a>.</p>
 
 #end block body

Benjamin Mako Hill || Want to submit a patch?