data['message'] ) { ?>
data['messagetype'] == 'error' ) { ?> msg( 'loginerror' )?>
html('message') ?>
msgWiki( 'loginstart' ); ?>

msg('login') ?>

html('header'); /* pre-table point for form plugins... */ ?>
msgWiki('loginprompt') ?>
haveData( 'languages' ) ) { ?> data['usedomain'] ) && $this->data['usedomain'] ) { $doms = ""; foreach( $this->data['domainnames'] as $dom ) { $doms .= ""; } ?> haveData( 'extrafields' ) ) { echo $this->data['extrafields']; } if( $this->data['canremember'] ) { ?> data['cansecurelogin'] ) { ?>
data['name'], 'text', array( 'class' => 'loginText', 'id' => 'wpName1', 'tabindex' => '1', 'size' => '20', 'required' # Can't do + array( 'autofocus' ) because + for arrays in PHP # only works right for associative arrays! Thanks, PHP. ) + ( $this->data['name'] ? array() : array( 'autofocus' => '' ) ) ); ?>
'loginPassword', 'id' => 'wpPassword1', 'tabindex' => '2', 'size' => '20' ) + ( $this->data['name'] ? array( 'autofocus' ) : array() ) ); ?>
msg( 'yourdomainname' ) ?>
formatNum( ceil( $wgCookieExpiration / ( 3600 * 24 ) ) ) ), 'wpRemember', 'wpRemember', $this->data['remember'], array( 'tabindex' => '8' ) ) ?>
data['stickHTTPS'], array( 'tabindex' => '9' ) ); ?>
'wpLoginAttempt', 'tabindex' => '9' ) ); if ( $this->data['useemail'] && $this->data['canreset'] ) { if( $this->data['resetlink'] === true ){ echo ' '; echo Linker::link( SpecialPage::getTitleFor( 'PasswordReset' ), wfMessage( 'userlogin-resetlink' ) ); } elseif( $this->data['resetlink'] === null ) { echo ' '; echo Html::input( 'wpMailmypassword', wfMsg( 'mailmypassword' ), 'submit', array( 'id' => 'wpMailmypassword', 'tabindex' => '10' ) ); } } ?>
haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?>
html( 'loginend' ); ?>
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' ) ) { ?> 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' ) ); ?>
'loginPassword', 'id' => 'wpPassword2', 'tabindex' => '2', 'size' => '20' ) + User::passwordChangeInputAttribs() ); ?>
msg( 'yourdomainname' ) ?>
'loginPassword', 'id' => 'wpRetype', 'tabindex' => '4', 'size' => '20' ) + User::passwordChangeInputAttribs() ); ?>
data['email'], 'email', array( 'class' => 'loginText', 'id' => 'wpEmail', 'tabindex' => '5', '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'); ?>
formatNum( ceil( $wgCookieExpiration / ( 3600 * 24 ) ) ) ), 'wpRemember', 'wpRemember', $this->data['remember'], array( 'tabindex' => '8' ) ) ?>
/>
msgWiki( $inputItem['helptext'] ); ?>
data['createemail'] ) { ?>
haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?>
html( 'signupend' ); ?>