added much of the ruler application
[yourule] / templates / index.tmpl
diff --git a/templates/index.tmpl b/templates/index.tmpl
new file mode 100644 (file)
index 0000000..d8cdc81
--- /dev/null
@@ -0,0 +1,20 @@
+#extends site
+
+#block body
+
+<h1>Screen Ruler Generator</h1>
+
+<h2>Create a new screen ruler</h2>
+
+<form method="POST" action="/">
+
+#include 'templates/_form_elements.tmpl'
+
+<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?