From bd7aa7923a25d16207842f9f3d6b773c2fc6fa58 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 28 Sep 2000 15:01:50 +0000 Subject: Renamed file --- html/feedback.html | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 html/feedback.html (limited to 'html/feedback.html') diff --git a/html/feedback.html b/html/feedback.html new file mode 100644 index 00000000..17dc974c --- /dev/null +++ b/html/feedback.html @@ -0,0 +1,89 @@ + + +

+Please use the form below to send us comments, suggestions, +or offers to help with Proof Generl development. +
+Or send email directly to +the +Proof General maintainer +<feedback@proofgeneral.org>. +

+

+You can also report a bug using this form, although it would +be more helpful to do this from within Emacs, using the +"Proof General -> Submit bug report" menu command. +

+ +
"> + + + + + + + + + + +
From:
Subject:
+ +
+
+ + +
+ +Dear " . $from . ",

\n"; }; + print "

"; + print "Thank-you for sending us feedback"; + if ($subject != "") { print " about " . $subject; }; + print ".

\n

"; + print "If you provided a valid return email address, somebody from the Proof General team will acknowledge your message after it has been read."; + print "

"; + + mail("feedback@proofgeneral.org", + "[Web Feedback Form]: " . $subject, + $message, + "Reply-To: " . $from . "\n"); + + click_to_go_back(); + + footer(); +endif; +?> -- cgit v1.2.3