title = Yii::$app->name; $urlFile = Url::to('/student/evaluation/upload'); $urlLink = Url::to('/student/evaluation/comment'); $urlMark = Url::to('/student/evaluation/mark'); echo Alert::widget([ 'type' => Alert::TYPE_INFO, 'title' => 'Информация: ', 'titleOptions' => ['icon' => 'info-sign'], 'body' => 'Для отображения данных укажите параметры поиска и нажмите кнопку "Показать"' ]); $this->registerJs( << AlertBlock::TYPE_ALERT, 'useSessionFlash' => true, 'delay' => false ]); ?>

Портфолио студентов

RecordBook)) $data[$student->Student->ReferenceId] = $student->Student->ReferenceName; } echo Html::beginForm(Url::current(), 'get'); ?>
'form-control form-group', 'id' => 'caf_id']); ?>
'plan_id', 'value' => $circullumId, 'class' => 'form-control form-group', 'data' => $circullum_data, 'options' => ['id' => 'plan_id', 'placeholder' => 'Выберите учебный план...'], 'type' => DepDrop::TYPE_SELECT2, 'select2Options' => ['pluginOptions' => ['allowClear' => false, 'multiple' => false]], 'pluginOptions' => [ 'depends' => ['caf_id'], 'dropdownParent' => '#plan-header-id', 'placeholder' => 'Выберите учебный план', 'url' => Url::to(['/student/evaluation/ap']), 'loadingText' => 'Загрузка ...', 'initialize' => true, ], ]); ?>
'studentId', 'value' => $studentId, 'class' => 'form-control form-group', 'data' => $students, 'options' => ['id' => 'studentId', 'placeholder' => 'Выберите студента...'], 'type' => DepDrop::TYPE_SELECT2, 'select2Options' => ['pluginOptions' => ['allowClear' => false, 'multiple' => false]], 'pluginOptions' => [ 'depends' => ['plan_id', 'caf_id'], 'placeholder' => 'Выберите студента', 'dropdownParent' => '#plan-header-id', 'url' => Url::to(['/student/evaluation/students']), 'loadingText' => 'Загрузка ...', 'initialize' => true, ], ]); ?>
'btn btn-primary']); ?>
treeParser->treeShow($this, $treeArray); ?>
portfolioTable->portfolioTableShow( [ 'luid' => $luid, 'puid' => $puid, 'marks' => $marks, 'files' => $files, 'caf_id' => $caf_id, 'plan_id' => $plan_id, 'comments' => $comments, 'studentId' => $studentId, 'portfolio' => $portfolio ], 'evaluation' ); ?>
['id' => 'modalHeader'], 'id' => 'modal', 'size' => 'modal-lg', 'title' => 'Добавление портфолио' ]); ?>
['id' => 'modalHeader'], 'id' => 'modalComment', 'size' => 'modal-lg', 'title' => 'Добавление комментария' ]); ?>
['id' => 'modalHeader'], 'id' => 'modalMark', 'size' => 'modal-lg', 'title' => 'Установка оценки' ]); ?>