X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=createaccount.php;h=1e7fe65c6c3e694f7b39c7c8040c3b1b6bf96435;hb=refs%2Ftags%2Frelease-3-41%401009;hp=8ea850d70107fd053456e2ee233a2524ecee2a6c;hpb=d3f763290aa8ee3cf659b15f6cada42326c63e82;p=nucleus-jp%2Fnucleus-jp-ancient.git diff --git a/createaccount.php b/createaccount.php index 8ea850d..1e7fe65 100644 --- a/createaccount.php +++ b/createaccount.php @@ -1,129 +1,106 @@ - - - - - - <?php echo CREATE_ACCOUNT_TITLE ?> - - - - -

- - - -
- -
- - - - -
- (only a-z, 0-9) -
-
- -
- -
-
- -
- -
-
- -
- -
- notify('FormExtra', array('type' => 'membermailform-notloggedin')); - ?> -
-
- -
- -
-createAccount(); - - echo ''.htmlspecialchars($message).'

'; -?> - -
- -
- - - - -
- /> (only a-z, 0-9) -
-
- -
- /> -
-
- -
- /> -
-
- -
- /> -
- notify('FormExtra', array('type' => 'membermailform-notloggedin')); - ?> -
-
- - - - - - - - - + + +> + + + <?php echo _CREATE_ACCOUNT_TITLE ?> + + + + +

+' . htmlspecialchars($a->createAccount()) . '

'; + if (isset($_POST['name'])) + $name = 'value="' . htmlspecialchars($_POST['name']) . '" '; + if (isset($_POST['realname'])) + $realname = 'value="' . htmlspecialchars($_POST['realname']) . '" '; + if (isset($_POST['email'])) + $email = 'value="' . htmlspecialchars($_POST['email']) . '" '; + if (isset($_POST['url'])) + $url = 'value="' . htmlspecialchars($_POST['url']) . '" '; +// $showform = 1; +// } else { +// $showform = 0; + echo $message; + } +?> +
+
+ + + +
+ /> +
+
+ +
+ /> +
+
+ +
+ /> +
+
+ +
+ /> +
+ 'createaccount.php', + 'prelabel' => '', + 'postlabel' => '
', + 'prefield' => '', + 'postfield' => '

' + ); + $manager->notify('RegistrationFormExtraFields', $data); + // add a Captcha challenge or something else + $manager->notify('FormExtra', array('type' => 'membermailform-notloggedin')); +?> +
+
+ +
+
+ + +