updated to the newer vsions of web.py
[yourule] / templates / show_ruler.tmpl
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="<%= homepath %>/style.css" />
4 </head>
5 <p id="menu">
6 <a href="<%= homepath %>/show/<%= other_unit_url %>">show in <%= other_unit %></a>
7 /
8 <% if fromgallery %>
9 <a href="<%= homepath %>/gallery">back to gallery</a>
10 <% else %>
11 <a href="<%= homepath %>/gallery/<%= ruler_url %>">save for others</a>
12 <% endif %>
13 </p>
14
15 <div id="rulerimg">
16 <img src="<%= homepath %>/<%= ruler_url %>" alt="<%= ruler_url %>" />
17 </div>
18
19

Benjamin Mako Hill || Want to submit a patch?