X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Ftt%2Fregister.tt;fp=root%2Ftt%2Fregister.tt;h=9c15f929c4b61ec2dea62c7548c241683640dc35;hp=0000000000000000000000000000000000000000;hb=9a7bfdb65af033380ae3c9242b2b3815bdc2bdc5;hpb=9b343fd3d0f46473e2f5804ac09caeaed95e4283 diff --git a/root/tt/register.tt b/root/tt/register.tt new file mode 100644 index 0000000..9c15f92 --- /dev/null +++ b/root/tt/register.tt @@ -0,0 +1,34 @@ +[% META title = 'Register' -%] +[% BLOCK js -%] +$('#form').validationEngine(); +$('#form button[type=reset]').click(function() { + $('#form').validationEngine('hideAll'); +}); +[% END -%] +

Register

+[% IF ! c.user_exists -%] +
+
+

+ + +

+

+ + +

+

+ + +

+

+ + +

+ + +
+
+[% ELSE -%] +

You are already registered and logged in. There is no need to register again.

+[% END -%]