From 75ef5af371aa223e8a96607bb85bb20a340e4f47 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 1 May 2001 14:17:52 +0000 Subject: Rename some html files php --- html/feedback.php | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 html/feedback.php (limited to 'html/feedback.php') diff --git a/html/feedback.php b/html/feedback.php new file mode 100644 index 00000000..4b01ce80 --- /dev/null +++ b/html/feedback.php @@ -0,0 +1,87 @@ + + +
+Please use the form below to send us comments, suggestions,
+or offers to help with Proof Generl development.
+
+Or send email directly to
+the
+
+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. +
+ + + +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($project_feedback, + "[Web Feedback Form]: " . $subject, + $message, + "Reply-To: " . $from . "\n"); + + click_to_go_back(); + + footer(); +endif; +?> -- cgit v1.2.3