html('header'); if( $this->haveData( 'languages' ) ) { ?>
data['message'] ) { ?>
data['messagetype'] == 'error' ) { ?> msg( 'loginerror' )?>
html('message') ?>
data['name'] ) { $extraAttrs['autofocus'] = ''; } echo Html::input( 'wpName', $this->data['name'], 'text', array( 'class' => 'loginText', 'id' => 'wpName1', 'tabindex' => '1', 'size' => '20', // 'required' is blacklisted for now in Html.php due to browser issues. // Keeping here in case that changes 'required', 'placeholder' => $this->getMsg( 'userlogin-yourname-ph' )->text() ) + $extraAttrs ); ?>
data['name'] ) { $extraAttrs['autofocus'] = ''; } echo Html::input( 'wpPassword', null, 'password', array( 'class' => 'loginPassword', 'id' => 'wpPassword1', 'tabindex' => '2', 'size' => '20', 'placeholder' => $this->getMsg( 'userlogin-yourpassword-ph' )->text() ) + $extraAttrs ); ?>
data['usedomain'] ) && $this->data['usedomain'] ) { $doms = ""; foreach( $this->data['domainnames'] as $dom ) { $doms .= ""; } ?>
haveData( 'extrafields' ) ) { echo $this->data['extrafields']; } ?>
data['canremember'] ) { ?>
data['cansecurelogin'] ) { ?>
getMsg( 'login' )->text(), 'submit', array( 'id' => 'wpLoginAttempt', 'tabindex' => '6', 'class' => 'mw-ui-button mw-ui-big mw-ui-block mw-ui-primary' ) ); ?>
getMsg( 'userlogin-helplink' )->parse() ?>
haveData( 'createOrLoginHref' ) ) { ?>
haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?>