title = '个人设置'; FontAwesomeAsset::register($this); $this->registerCssFile('@web/css/user-info.css'); $details = IPLocation::getDetails($model->last_login_ip); if (is_null($details)) { echo ''; } ?>

title) ?>

getGravatar(email: $model->email, s: 100, img: true, atts: ['alt' => 'User Avatar', 'style' => 'border-radius: 50%']) ?>
field($model, 'username')->textInput(['maxlength' => true]) ?> field($model, 'password')->passwordInput(['maxlength' => true]) ?> field($model, 'bio')->textarea(['rows' => 6]) ?>
'btn btn-success']) ?>