|
data['name'], 'text', array(
'class' => 'loginText',
'id' => 'wpName2',
'tabindex' => '1',
'size' => '20',
'required',
'autofocus'
) ); ?>
|
|
'loginPassword',
'id' => 'wpPassword2',
'tabindex' => '2',
'size' => '20'
) + User::passwordChangeInputAttribs() ); ?>
|
data['usedomain'] ) {
$doms = "";
foreach( $this->data['domainnames'] as $dom ) {
$doms .= "";
}
?>
msg( 'yourdomainname' ) ?> |
|
|
'loginPassword',
'id' => 'wpRetype',
'tabindex' => '4',
'size' => '20'
) + User::passwordChangeInputAttribs() ); ?>
|
data['useemail'] ) { ?>
|
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');
} ?>
|
data['userealname'] ) { ?>
|
msgWiki('prefs-help-realname'); ?>
|
data['usereason'] ) { ?>
|
|
data['canremember'] ) { ?>
|
numParams( $expirationDays )->text(),
'wpRemember',
'wpRemember',
$this->data['remember'],
array( 'tabindex' => '8' )
)
?>
|
data['extraInput'] ) && is_array( $this->data['extraInput'] ) ) {
foreach ( $this->data['extraInput'] as $inputItem ) { ?>
| |
/>
msgWiki( $inputItem['helptext'] ); ?>
|
|
data['createemail'] ) { ?>
|
haveData( 'uselang' ) ) { ?>