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.phtml | 89 ----------------------------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 html/feedback.phtml (limited to 'html/feedback.phtml') diff --git a/html/feedback.phtml b/html/feedback.phtml deleted file mode 100644 index 17dc974c..00000000 --- a/html/feedback.phtml +++ /dev/null @@ -1,89 +0,0 @@ - - -
-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. -
- - - -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