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/register.html | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 html/register.html (limited to 'html/register.html') diff --git a/html/register.html b/html/register.html new file mode 100644 index 00000000..4390ef83 --- /dev/null +++ b/html/register.html @@ -0,0 +1,110 @@ + +
+ Your registration form was incomplete. Please fill in all + the fields, thank-you! +
+ +
+Please register your download using the short form below.
+
+The information provided will only be used to help
+provide a case for support for Proof General in the future.
+
+If you have already registered you do not need to fill in the form +again, so return to +
+ ++
+Dear " . $name . ",\n"; + print "";
+ print "Thank you for filling in the form. Your registration has been sent.
";
+
+ /* Next bit duplicated in mailinglist.phtml.
+ Could be a function in functions.php3 */
+
+ if ($mailinglist) {
+ $message = "subscribe proofgeneral";
+ mail("majordomo@dcs.ed.ac.uk",
+ "[Web form from ~proofgen]",
+ $message,
+ "Reply-To: " . $email . "\nFrom: " . $email);
+ print "Your name has been added to the Proof General mailing list.
";
+ }
+ print "
"; + + print "
\nClick ";
+ link_root("download#prereq","here");
+ print " to return to the download page.