first working version
[yourule] / templates / show_ruler.tmpl
index 397314ffdf4833bc81c00302f29eded3a25c28a0..ac20fd61088d15f88b30cedc92bcc72411845db6 100644 (file)
@@ -1,17 +1,19 @@
-#extends site
-
-#block body
-
-<h2>Your Ruler</h2>
-
-<img src="/$ruler_url" alt="$ruler_url" />
-
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="/static/style.css" />
+</head>
+<p id="menu">
+<a href="/show/$other_unit_url">show in $other_unit</a>
+/
 #if $fromgallery
-<p><a href="/gallery">Back to gallery</a>.</p>
+<a href="/gallery">back to gallery</a>
 #else
-<p><a href="/gallery/$ruler_url">Save your ruler to the gallery</a> for others to use in
-the future.</p>
+<a href="/gallery/$ruler_url">save for others</a>
 #end if
+</p>
+
+<div id="rulerimg">
+<img src="/$ruler_url" alt="$ruler_url" />
+</div>
 
-#end block body
 

Benjamin Mako Hill || Want to submit a patch?