X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Ftt%2Fchat%2Flist.tt;fp=root%2Ftt%2Fchat%2Flist.tt;h=1e30b651ba6ec00ebbe6117c7fefa3a6b85f6579;hp=0000000000000000000000000000000000000000;hb=6177b7c3d795a2505f95269ab2dd1d4c6f05a525;hpb=65447d848567b9383f01ab73d8d7eb42b9d8844d diff --git a/root/tt/chat/list.tt b/root/tt/chat/list.tt new file mode 100644 index 0000000..1e30b65 --- /dev/null +++ b/root/tt/chat/list.tt @@ -0,0 +1,19 @@ +[% META title = 'Join a Chat Room' -%] +[% BLOCK js -%] +$('form').validationEngine(); +[% END -%] +

Join a Chat Room

+ +[% FOREACH room IN rooms -%] + + + + +[% END -%] +
+ [% room.name %] + + [% room.created %] +
+

Create Your Own Room

+[% form.render %]