first working version
[yourule] / templates / show_ruler.tmpl
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="/static/style.css" />
4 </head>
5 <p id="menu">
6 <a href="/show/$other_unit_url">show in $other_unit</a>
7 /
8 #if $fromgallery
9 <a href="/gallery">back to gallery</a>
10 #else
11 <a href="/gallery/$ruler_url">save for others</a>
12 #end if
13 </p>
14
15 <div id="rulerimg">
16 <img src="/$ruler_url" alt="$ruler_url" />
17 </div>
18
19

Benjamin Mako Hill || Want to submit a patch?