From f5e00f1f356fe1205439afd895a538c0018f5e6b Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 10 Apr 2026 17:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BC=98=E5=8C=96=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E4=BA=A4=E4=BA=92=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/status.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/status.php b/web/status.php index 09ac876..bf0581e 100644 --- a/web/status.php +++ b/web/status.php @@ -93,8 +93,8 @@ function build_status_admin_actions($solution_id, $postkey, $return_url, $can_de $delete_text = htmlspecialchars($delete_text, ENT_QUOTES, 'UTF-8'); $rejudge_confirm = htmlspecialchars("确认重判提交 #".$solution_id." 吗?", ENT_QUOTES, 'UTF-8'); $delete_confirm = htmlspecialchars("确认删除提交 #".$solution_id." 吗?此操作不可恢复。", ENT_QUOTES, 'UTF-8'); - $html = "
"; - $html .= "
"; + $html = "
"; + $html .= ""; $html .= ""; $html .= ""; $html .= ""; @@ -102,7 +102,7 @@ function build_status_admin_actions($solution_id, $postkey, $return_url, $can_de $html .= ""; $html .= ""; if ($can_delete) { - $html .= "
"; + $html .= ""; $html .= ""; $html .= ""; $html .= ""; @@ -111,7 +111,7 @@ function build_status_admin_actions($solution_id, $postkey, $return_url, $can_de $html .= "
"; } else { - $html .= "".$delete_text.""; + $html .= "".$delete_text.""; } $html .= "
"; return $html;