title = "Pages"; ?>
render('/widgets/_ibox-title') ?>
[ 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal' ] ]); ?>
field($model, 'title')->textInput(); ?> field($model, 'sub_title')->label(Yii::t("app", "Page Sign"))->textInput(); ?> field($model, 'summary')->textArea(); ?> field($contentModel, 'content')->widget(Ueditor::className()) ?>
field($model, 'seo_title', [ 'size' => 9, 'labelOptions' => ['class' => 'col-sm-3'] ])->textInput(); ?> field($model, 'seo_keywords', [ 'size' => 9, 'labelOptions' => ['class' => 'col-sm-3'] ])->textInput(); ?> field($model, 'seo_description', [ 'size' => 9, 'labelOptions' => ['class' => 'col-sm-3'] ])->textInput(); ?>
field($model, 'status', [ 'size' => 7, 'labelOptions' => ['class' => 'col-sm-5 control-label'] ])->dropDownList(Constants::getArticleStatus()); ?>
field($model, 'can_comment', [ 'size' => 7, 'labelOptions' => ['class' => 'col-sm-5 control-label'] ])->dropDownList(Constants::getYesNoItems()); ?>
field($model, 'visibility', [ 'size' => 7, 'labelOptions' => ['class' => 'col-sm-5 control-label'] ])->dropDownList(Constants::getArticleVisibility()); ?>
field($model, 'tag')->textInput(); ?> field($model, 'sort')->textInput(); ?> field($model, 'template')->chosenSelect(Util::getViewTemplate("page")); ?> defaultButtons(['size' => 12]) ?>