From bc4979aa5aab4794103d712b832b0d8c15cc3019 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 2 Sep 2003 03:54:30 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2217 --- html/user/create_account_form.php | 126 ++++++++++++++++-------------- 1 file changed, 68 insertions(+), 58 deletions(-) diff --git a/html/user/create_account_form.php b/html/user/create_account_form.php index 16a8c44394..906832c6cc 100644 --- a/html/user/create_account_form.php +++ b/html/user/create_account_form.php @@ -4,68 +4,78 @@ require_once('util.inc'); db_init(); page_head('New Account'); -if (parse_config("")): - ?> -

Account Creation is Disabled

-

- Account creation is disabled for at the moment. - Please try again later. -

- +if (parse_config("")) { + echo " +

Account Creation is Disabled

+

+ Account creation is disabled for ".PROJECT." at the moment. + Please try again later. +

+ "; + page_tail(); + exit(); +} +$userid = $_GET['userid']; +echo " +

Create an Account with ".PROJECT."

-

Create an Account with

+

Read the Rules and Policies + before creating an account.

-

Read the Rules and Policies before creating an account.

+

If you already received an account key, do not submit this form. + Activate your account instead.

-

If you already received an account key, do not submit this form. Activate your account instead.

+
+"; +if ($userid) { + echo " + + "; +} +echo " + + + + + + + + + + + + + + + + + + + + +
Create Account
+ Name +
Identifies you on our web site. Use your real name or a nickname. +
+ Email Address +
Must be a valid address of the form 'name@domain'. +
+ Country +
Select the country you want to represent, if any. +
+ +
+ Postal or ZIP Code +
Optional. +
+

+
+"; -
- - - - - - - - - - - - - - - - - - - - - -
Create Account
- Name -
Identifies you on our web site. Use your real name or a nickname. -
- Email Address -
Must be a valid address of the form 'name@domain'. -
- Country -
Select the country you want to represent, if any. -
- -
- Postal or ZIP Code -
Optional. -
-

-
- -