title = 'Мой профиль'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title ?>

field($team, 'lastname') ->textInput() ?> field($team, 'firstname') ->textInput() ?> field($team, 'middlename') ->textInput() ?> field($team, 'link') ->textInput() ?> field($team, 'position') ->textInput() ?> field($team, 'department_id') ->dropDownList($department) ?> field($team, 'experience_from', [ 'template' => "{label}, с {input} года \n{hint}\n{error}" ]) ->input('number') ?> field($team, 'country_id') ->dropDownList($country) ?> $team, 'field' => 'photo', 'width' => 100, 'height' => 100, 'multi' => false, 'gallery' => $team->photo, 'name' => 'Загрузить фото', ]); ?> end(); ?>