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/cloud_by_mail.tt | 43 +++++++++++++++++++++++++++++++++++++++++++ root/email/email.tt | 36 ++++++++++++++++++++++++++++++++++++ root/email/resultmail.tt | 15 +++++++++++++++ 3 files changed, 94 insertions(+) create mode 100644 root/email/cloud_by_mail.tt create mode 100644 root/email/email.tt create mode 100644 root/email/resultmail.tt (limited to 'root/email') diff --git a/root/email/cloud_by_mail.tt b/root/email/cloud_by_mail.tt new file mode 100644 index 0000000..7c03f3c --- /dev/null +++ b/root/email/cloud_by_mail.tt @@ -0,0 +1,43 @@ + + + + + + Intention Cloud + + + +
+ +
+ + + +
+ +
+ +
+ this cloud has been sent to you by [% email_from %]
+ "[% email_txt %]"
+ "[% email_txt %]" +
+ [% cloud %] + +
+
+ +
+  + +
+ + + + + + + \ No newline at end of file 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 diff --git a/root/email/resultmail.tt b/root/email/resultmail.tt new file mode 100644 index 0000000..facf4e2 --- /dev/null +++ b/root/email/resultmail.tt @@ -0,0 +1,15 @@ +[% IF c.form.has_error %] +

[% c.localize('input_error') %]

+ +[% ELSIF error %] + [% error %] +[% ELSE %] + [% c.localize('mail_gone') %] +[% END %] -- cgit v1.2.3