From abd6f39a010d1808edd7a3fbd18138d0c9df0902 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 5 Apr 2009 17:38:10 +0200 Subject: remove useless mail --- root/email/cloud_by_mail.tt | 43 ------------------------------------------- root/email/email.tt | 36 ------------------------------------ root/email/resultmail.tt | 15 --------------- 3 files changed, 94 deletions(-) delete mode 100644 root/email/cloud_by_mail.tt delete mode 100644 root/email/email.tt delete 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 deleted file mode 100644 index 7c03f3c..0000000 --- a/root/email/cloud_by_mail.tt +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - 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 deleted file mode 100644 index e676ef1..0000000 --- a/root/email/email.tt +++ /dev/null @@ -1,36 +0,0 @@ -[% 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 deleted file mode 100644 index facf4e2..0000000 --- a/root/email/resultmail.tt +++ /dev/null @@ -1,15 +0,0 @@ -[% IF c.form.has_error %] -

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

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