From 21a24e66e780e94b56af4e8ac738b637acc843e1 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Tue, 6 Dec 2022 16:34:25 +0800 Subject: [PATCH] chore(web/problem): remove info card from statistics and solutions page --- web/app/controllers/problem_solutions.php | 40 -------------------- web/app/controllers/problem_statistics.php | 44 +--------------------- 2 files changed, 1 insertion(+), 83 deletions(-) diff --git a/web/app/controllers/problem_solutions.php b/web/app/controllers/problem_solutions.php index dca5068..590d5b5 100644 --- a/web/app/controllers/problem_solutions.php +++ b/web/app/controllers/problem_solutions.php @@ -250,46 +250,6 @@ $pag = new Paginator($pag_config); - -
- -
-
增加题解 diff --git a/web/app/controllers/problem_statistics.php b/web/app/controllers/problem_statistics.php index 8485541..26669ef 100644 --- a/web/app/controllers/problem_statistics.php +++ b/web/app/controllers/problem_statistics.php @@ -322,51 +322,9 @@ $submissions_sort_by_choice = !isset($_COOKIE['submissions-sort-by-code-length']
- -
-
    -
  • - 上传者 - getUploaderLink() ?> -
  • -
  • - 难度 - getDifficultyHTML() ?> -
  • - -
  • - 历史分数 - UOJProblem::info('id'), "submitter" => Auth::id()]]) ?> - - - - -
  • - -
  • - 标签 - - queryTags() as $tag) : ?> - 'uoj-problem-tag'], - HTML::tag('span', ['class' => 'badge bg-secondary'], HTML::escape($tag)) - ) ?> - - -
  • -
  • - 评价 - getZanBlock() ?> -
  • -
-
- - - - +