data['extraInput'][] = array( 'name' => $name, 'value' => $value, 'type' => $type, 'msg' => $msg, 'helptext' => $helptext, ); } function execute() { if( $this->data['message'] ) { ?>
data['messagetype'] == 'error' ) { ?> msg( 'loginerror' )?>
html('message') ?>
msgWiki( 'signupstart' ); ?>

msg('createaccount') ?>

html('header'); /* pre-table point for form plugins... */ ?> haveData( 'languages' ) ) { ?> * ** MCA replaced above with following copy of email field further below, but with ** 'for' and 'id' both corrected to 'wpEmail2', and tabindex corrected to '1': */ ?> data['usedomain'] ) { $doms = ""; foreach( $this->data['domainnames'] as $dom ) { $doms .= ""; } ?> * * data['useemail'] ) { ?> * * * */ ?> data['userealname'] ) { ?> data['usereason'] ) { ?> data['canremember'] ) { ?> data['extraInput'] ) && is_array( $this->data['extraInput'] ) ) { foreach ( $this->data['extraInput'] as $inputItem ) { ?>
* data['name'], 'text', array( * 'class' => 'loginText', * 'id' => 'wpName2', * 'tabindex' => '1', * 'size' => '20', * 'required', * 'autofocus' * ) ); ?> * data['email'], 'email', array( 'class' => 'loginText', 'id' => 'wpEmail2', 'tabindex' => '1', 'size' => '20' ) ); ?>
data['createemail'] ) { echo Xml::checkLabel( wfMessage( 'createaccountmail' )->text(), 'wpCreateaccountMail', 'wpCreateaccountMail', $this->data['createemailset'], array( 'tabindex' => '2' ) ); } ?>
'loginPassword', 'id' => 'wpPassword2', 'tabindex' => '3', 'size' => '20' ) + User::passwordChangeInputAttribs() ); ?>
msg( 'yourdomainname' ) ?>
'loginPassword', 'id' => 'wpRetype', 'tabindex' => '5', 'size' => '20' ) + User::passwordChangeInputAttribs() ); ?>
* data['email'], 'email', array( * 'class' => 'loginText', * 'id' => 'wpEmail', * 'tabindex' => '6', * 'size' => '20' * ) ); ?> *
* data['emailrequired'] ) { * $this->msgWiki('prefs-help-email-required'); * } else { * $this->msgWiki('prefs-help-email'); * } * if( $this->data['emailothers'] ) { * $this->msgWiki('prefs-help-email-others'); * } ?> *
*
msgWiki('prefs-help-realname'); ?>
numParams( $expirationDays )->text(), 'wpRemember', 'wpRemember', $this->data['remember'], array( 'tabindex' => '9' ) ) ?>
/>
msgWiki( $inputItem['helptext'] ); ?>
haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?>
html( 'signupend' ); ?>