added much of the ruler application
[yourule] / templates / show_ruler.tmpl
diff --git a/templates/show_ruler.tmpl b/templates/show_ruler.tmpl
new file mode 100644 (file)
index 0000000..397314f
--- /dev/null
@@ -0,0 +1,17 @@
+#extends site
+
+#block body
+
+<h2>Your Ruler</h2>
+
+<img src="/$ruler_url" alt="$ruler_url" />
+
+#if $fromgallery
+<p><a href="/gallery">Back to gallery</a>.</p>
+#else
+<p><a href="/gallery/$ruler_url">Save your ruler to the gallery</a> for others to use in
+the future.</p>
+#end if
+
+#end block body
+

Benjamin Mako Hill || Want to submit a patch?