pageTitle=Yii::t('app', Yii::app()->name) . ' - ' . Yii::t('app', 'Register'); ?>
beginWidget('CActiveForm', array( 'id'=>'register-form-register-form', // Please note: When you enable ajax validation, make sure the corresponding // controller action is handling ajax validation correctly. // See class documentation of CActiveForm for details on this, // you need to use the performAjaxValidation()-method described there. 'enableAjaxValidation'=>false, )); ?>

'*'))?>

errorSummary($model, Yii::t('app', 'Please, fix following errors:')); ?>
labelEx($model,'username'); ?> textField($model,'username'); ?> error($model,'username'); ?>
labelEx($model,'password'); ?> passwordField($model,'password'); ?> error($model,'password'); ?>
labelEx($model,'email'); ?> emailField($model,'email'); ?> error($model,'email'); ?>
widget('CCaptcha'); ?>
endWidget(); ?>