From d1515c3cd62a31ba81f8f7ce80d6c0092bc5713e Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 28 Jun 1999 13:44:03 +0000 Subject: Got proper file from backup. --- html/register.phtml | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 104 insertions(+), 3 deletions(-) diff --git a/html/register.phtml b/html/register.phtml index 42457f8d..454b9890 100644 --- a/html/register.phtml +++ b/html/register.phtml @@ -1,4 +1,105 @@ +

-This link is broken. -It will be fixed tomorrow. -

\ No newline at end of file + Your registration form was incomplete. Please fill in all + the fields, thank-you! +

+ +

+Please register your download using the 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 +

+ +

Registration Form

+
"> + + + + + + + + + + + + + +
Your name:
Email address:
Site name:
>Please add me to the mailing list.
+ +
+

+Please check the + +for using Proof General. +

+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("da", /* "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 "

\n

"; + + click_to_go_back(); + + footer(); + endif; +?> + -- cgit v1.2.3