X-Git-Url: https://projects.mako.cc/source/yourule/blobdiff_plain/9ba5d300368cf7b4f7c49cfce16880eb92f0f8b9..769e51f5d2f06c6e40a09378b9c127d21d65c8f5:/templates/gallery.tmpl diff --git a/templates/gallery.tmpl b/templates/gallery.tmpl new file mode 100644 index 0000000..b615ef5 --- /dev/null +++ b/templates/gallery.tmpl @@ -0,0 +1,47 @@ +#extends site + +#block body + +

Gallery of Existing Rulers

+ + + + + + + + + +#for $ruler in $rulers + + + + + + + +#end for +
ModelPixel WidthWidth (cm/in)Rulers
$ruler.model$ruler.pixel_width$ruler.cm_width()/$ruler.in_width + cm + in +
+
+ +

Add Your Ruler

+ +

If your ruler is not on the list you should add it with the box +form.

+ + +
+ +#include 'templates/_form_elements.tmpl' + +

+

+ + +
+ +#end block body