From 9bb42b768ff2369af0a066a538e96ae4e3b5c380 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 5 Apr 2009 13:30:27 +0200 Subject: add root files --- root/email/email.tt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 root/email/email.tt (limited to 'root/email/email.tt') diff --git a/root/email/email.tt b/root/email/email.tt new file mode 100644 index 0000000..e676ef1 --- /dev/null +++ b/root/email/email.tt @@ -0,0 +1,36 @@ +[% INCLUDE 'header.tt' %] + +[% urlemail = base _ 'email/submitmail' %] + + +
+ +
+
[% c.localize('showbyemail') %] :
+ + [% c.prototype.form_remote_tag( { + url => urlemail, + update => 'resultmail', + })%] +
+ [% c.localize('hisemail') %] :
+

+ [% c.localize('yourname') %] :
+

+ [% c.localize('add_txt') %] ?
+
+ + +
+ + + +
+ +
+ +
+   + + +[% INCLUDE 'footer.tt' %] \ No newline at end of file -- cgit v1.2.3