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

Screen Ruler Generator

+

Ruler Gallery

-

Create a new screen ruler

+

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.

+ +

Create Custom Ruler

+ +<% if errormsg %> +
+Error
+<%= errormsg %> +
+<% endif %> -
+ -#include 'templates/_form_elements.tmpl' +<% include '_form_elements.tmpl' %> - +
-

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.

+

Other Rulers

+ +

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.

-#end block body +<% endblock %>