haveData( 'languages' ) ) { ?>
data['loggedin'] ) { ?>
getMsg( 'userlogin-loggedin' )->params( $this->data['loggedinuser'] )->parse(); ?>
html( 'header' ); /* extensions such as ConfirmEdit add form HTML here */ ?>
data['message'] ) { ?>
data['messagetype'] == 'error' ) { ?> msg( 'loginerror' ); ?>
html( 'message' ); ?>
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' => true, // Set focus to this field if it's blank. 'autofocus' => !$this->data['name'], 'placeholder' => $this->getMsg( 'userlogin-yourname-ph' )->text() ) ); ?>
'loginPassword', 'id' => 'wpPassword1', 'tabindex' => '2', 'size' => '20', // Set focus to this field if username is filled in. 'autofocus' => (bool)$this->data['name'], 'placeholder' => $this->getMsg( 'userlogin-yourpassword-ph' )->text() ) ); ?>
data['usedomain'] ) && $this->data['usedomain'] ) { $doms = ""; foreach ( $this->data['domainnames'] as $dom ) { $doms .= ""; } ?>
haveData( 'extrafields' ) ) { echo $this->data['extrafields']; } ?>
data['canremember'] ) { ?>
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' ) ) { ?> data['loggedin'] ) { ?>
haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?> data['cansecurelogin'] ) {?>