X-Git-Url: https://projects.mako.cc/source/yourule/blobdiff_plain/1711747333c7666b644f6124de39c49cd0b26526..60fb976b999db8adb5bd7a1b0f1e53d6e2daa301:/templates/index.tmpl diff --git a/templates/index.tmpl b/templates/index.tmpl index 7d2832c..6e28ec6 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,28 +1,38 @@ -#extends site +<% extends 'site.tmpl' %> -#block body +<% block body %>

Ruler Gallery

To view a list of rulers others have created or to save your ruler so that others with your computer can find it, visit the ruler gallery.

+href="<%= homepath %>/gallery">ruler gallery.

Create Custom Ruler

-#if $getVar('errormsg', False) +<% if errormsg %>
Error
-$getVar('errormsg', False) +<%= errormsg %>
+<% endif %> -#end if -
+ -#include 'templates/_form_elements.tmpl' +<% include '_form_elements.tmpl' %> - +
+

Other Rulers

-#end block body +

You should check out Mitchell Charity's very accurate printable +paper rules if you'd prefer something you can print out.

+ +

If your computer is very well configured, you may be able to +use Steve Pomeroy's CSS +rulers which will not require that you figure out the horizontal +width of your screen.

+ +<% endblock %>