diff --git a/web/app/controllers/problem_data_manage.php b/web/app/controllers/problem_data_manage.php index c8160c69..0e668e72 100644 --- a/web/app/controllers/problem_data_manage.php +++ b/web/app/controllers/problem_data_manage.php @@ -111,7 +111,23 @@ function displayProblemConf(UOJProblemDataDisplayer $self) { uojIncludeView('problem-data-basic-info'); $info_form->printHTML(); echoDataConfigureHeader(); + echo ''; + echo '
'; $self->echoProblemConfTable(); + echo '
'; echoDataConfigureButton(); $self->echoFilePre('problem.conf'); } @@ -446,6 +462,7 @@ function getDataDisplayer() { $info_form->runAtServer(); requireLib('dialog'); +requireLib('problem-subtasks'); ?> @@ -464,6 +481,9 @@ function getDataDisplayer() {