From b124e82b87d24e33f38663ec4c822f3f84fc48db Mon Sep 17 00:00:00 2001 From: john Date: Sun, 12 Jan 2003 22:13:12 +0000 Subject: [PATCH] really basic(i.e. ugly), but functional templates for a servlet interface to sending mircontent via email --- etc/open/prepare_mail.template | 22 ++++++++++++++++++++++ etc/open/sent_mail.template | 9 +++++++++ 2 files changed, 31 insertions(+) create mode 100755 etc/open/prepare_mail.template create mode 100755 etc/open/sent_mail.template diff --git a/etc/open/prepare_mail.template b/etc/open/prepare_mail.template new file mode 100755 index 00000000..d7818aef --- /dev/null +++ b/etc/open/prepare_mail.template @@ -0,0 +1,22 @@ + +EMAIL.... + +Use the follwoing form to send an article as an email. The first three fields are required.
+
+ + +Forward article to this email address:
+Your email address:
+Your name:
+A comment to attach to the article:
+The language you want the explanatory text of the forwarded article to appear in: + + + +
+ + \ No newline at end of file diff --git a/etc/open/sent_mail.template b/etc/open/sent_mail.template new file mode 100755 index 00000000..47b4b6d4 --- /dev/null +++ b/etc/open/sent_mail.template @@ -0,0 +1,9 @@ + + +the article was sent to the specified address. + +>> ${lang("postingdone.back")} + + + + -- 2.11.0