From 10f7d3927af2446baf7d90f7066a6929c75bd921 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 1 May 2001 14:20:22 +0000 Subject: Register and kit shortcuts --- html/register | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 html/register (limited to 'html/register') diff --git a/html/register b/html/register new file mode 100644 index 00000000..097d8441 --- /dev/null +++ b/html/register @@ -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 the download page. +

+ +

Registration Form

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

+

+Dear " . $name . ",

\n"; + print "

"; + print "Thank you for filling in the form. Your registration has been sent.
"; + + /* Next bit duplicated in mailinglist.html. + 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 "

\n

"; + + print "

\nClick "; + print "here"; + print " to return to the download page.

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