msgWiki('loginprompt') ?>
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 mw-ui-input', '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 mw-ui-input', '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'] ) { $select = new XmlSelect( 'wpDomain', false, $this->data['domain'] ); $select->setAttribute( 'tabindex', 3 ); foreach ( $this->data['domainnames'] as $dom ) { $select->addOption( $dom ); } ?>
getHTML(); ?>
haveData( 'extrafields' ) ) { echo $this->data['extrafields']; } ?>
data['canremember'] ) { ?>
data['remember'] ) { echo 'checked="checked"'; } ?> >
getMsg( 'pt-login-button' )->text(), 'submit', array( 'id' => 'wpLoginAttempt', 'tabindex' => '6', 'class' => 'mw-ui-button mw-ui-big mw-ui-block mw-ui-constructive' ) ); ?>
Skin::makeInternalOrExternalUrl( wfMessage( 'helplogin-url' )->inContentLanguage()->text() ), ), $this->getMsg( 'userlogin-helplink2' )->text() ); ?>
haveData( 'createOrLoginHref' ) ) { ?> data['loggedin'] ) { ?>
msg( 'userlogin-noaccount' ); ?>msg( 'userlogin-joinproject' ); ?>
haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?> data['cansecurelogin'] ) {?>