diff --git a/web/app/controllers/problem.php b/web/app/controllers/problem.php index 42eecfc..d58f991 100644 --- a/web/app/controllers/problem.php +++ b/web/app/controllers/problem.php @@ -250,8 +250,6 @@ if (UOJContest::cur()) { 时间限制:   空间限制: -   - 上传者: getUploaderLink() ?>
@@ -381,9 +379,46 @@ if (UOJContest::cur()) { - + + + +
+
@@ -411,6 +446,7 @@ if (UOJContest::cur()) { if (UOJContest::cur() && UOJContest::cur()->progress() <= CONTEST_IN_PROGRESS) { $sidebar_config['upcoming_contests_hidden'] = ''; } + uojIncludeView('sidebar', $sidebar_config); ?> diff --git a/web/app/controllers/problem_data_manage.php b/web/app/controllers/problem_data_manage.php index 65da7c2..60412b6 100644 --- a/web/app/controllers/problem_data_manage.php +++ b/web/app/controllers/problem_data_manage.php @@ -656,7 +656,6 @@ $info_form->runAtServer();
-

#. 管理

diff --git a/web/app/controllers/problem_solutions.php b/web/app/controllers/problem_solutions.php index d6f8d68..66c69fc 100644 --- a/web/app/controllers/problem_solutions.php +++ b/web/app/controllers/problem_solutions.php @@ -206,6 +206,7 @@ $pag = new Paginator($pag_config);