From 14094a4d443c254de2af48896bf5ad4b38fbdb87 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 16 Oct 2022 20:37:47 +0800 Subject: [PATCH] chore(web/problem/manage/statement): add help message --- .../controllers/problem_statement_manage.php | 65 ++++++------------- 1 file changed, 19 insertions(+), 46 deletions(-) diff --git a/web/app/controllers/problem_statement_manage.php b/web/app/controllers/problem_statement_manage.php index db6d72c..2e4a4f8 100644 --- a/web/app/controllers/problem_statement_manage.php +++ b/web/app/controllers/problem_statement_manage.php @@ -12,9 +12,7 @@ become403Page(); } - if (!isset($_COOKIE['bootstrap4'])) { - $REQUIRE_LIB['bootstrap5'] = ''; - } + requireLib('bootstrap5'); $problem_content = queryProblemContent($problem['id']); $problem_tags = queryProblemTags($problem['id']); @@ -56,25 +54,15 @@ ?> -
+
- -

- -

- #. 管理

-
+ +
-