* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ use yii\helpers\Html; use yii\widgets\ActiveForm; /* * @var yii\web\View $this * @var yii\widgets\ActiveForm $form * @var \Da\User\Model\User $model * @var \Da\User\Model\SocialNetworkAccount $account */ $this->title = Yii::t('usuario', 'Sign in'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

:

$model->formName(), ] ); ?> field($model, 'email') ?> field($model, 'username') ?> 'btn btn-success btn-block']) ?>

.