title = 'Регистрация'; $this->params['breadcrumbs'][] = $this->title; $this->registerJsFile(Yii::$app->request->baseUrl.'/js/jquery.mask.js',['position'=>View::POS_END,'depends'=>['yii\web\YiiAsset']]); $this->registerJs(" $('#customer-phone').mask('(000) 000-0000'); ", View::POS_READY, 'mask'); ?>

title) ?>

'reg-form', 'options' => ['class' => 'form-vertical'] ]); ?> field($model, 'username') ?> field($model, 'password')->passwordInput() ?> field($model, 'password_repeat')->passwordInput() ?> field($model, 'name') ?> field($model, 'surname') ?> field($model, 'phone') ?> field($model, 'verifyCode')->widget(Captcha::className(),['captchaAction'=>'reg/captcha']) ?>
'btn btn-primary btn-lg btn-block', 'name' => 'login-button']) ?>