title = Yii::$app->name . ' | ' . Yii::t( 'abiturient/bachelor/ege/all', 'Заголовок страницы ВИ: `Личный кабинет поступающего | Результаты экзаменов`' ); ?> render('../abiturient/_abiturientheader', [ 'route' => Yii::$app->urlManager->parseRequest(Yii::$app->request)[0], 'current_application' => $application ]); $exams_comparison_helper = null; $exams_difference = null; $exams_class = null; if (isset($application_comparison) && $application_comparison) { $exams_comparison_helper = new ComparisonHelper($application_comparison, 'egeResults'); [$exams_difference, $exams_class] = $exams_comparison_helper->getRenderedDifference(); } $disabled = ""; $changeCounter = 0; $isFileReadonly = false; if (!$canEdit) { $disabled = 'disabled'; $isFileReadonly = true; } $alert = Yii::$app->session->getFlash('examSaved'); if (strlen((string)$alert)) { echo Html::tag( 'div', $alert, ['class' => 'alert alert-success', 'role' => 'alert'] ); } ?> configurationManager->getText('exam_top_text', $application->type ?? null)) : ?> egeDisabled) : ?>
session->getFlash('successEgeReload'); if ($successEgeReload === true) : ?>

status != BachelorApplication::STATUS_CREATED && $loadFrom_1cInfo = Yii::$app->configurationManager->getText('load_from_1c_info', $application->type ?? null) ) : ?> haveEgeConflicts()) : ?> $application->id]); ?>

render( '_competitiveGroupEntranceTests', [ 'id' => $application->id, 'results' => $results, 'newEgeResult' => $newEgeResult, 'disable' => $isFileReadonly, 'competitiveGroupEntranceTest' => $competitiveGroupEntranceTest, ] ) ?>

haveUnstagedDisciplineResult()) { $tooltipTitle = Yii::t( 'abiturient/bachelor/ege/all', 'Всплывающая подсказка у заголовка с результатами когда набор не сохранён; на стр. ВИ: `Результаты вступительных испытаний не сохранены`' ); echo ""; } else { $tooltipTitle = Yii::t( 'abiturient/bachelor/ege/all', 'Всплывающая подсказка у заголовка с результатами когда набор сохранён; на стр. ВИ: `Результаты вступительных испытаний сохранены`' ); echo ""; } ?>

render( '_egeResult', [ 'egeResults' => $results, 'disable' => $isFileReadonly, 'application' => $application, 'attachments' => $attachments, 'regulations' => $regulations, ] ) ?>