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