diff --git a/web/app/controllers/subdomain/blog/blog.php b/web/app/controllers/subdomain/blog/blog.php index 5a34317..83fc606 100644 --- a/web/app/controllers/subdomain/blog/blog.php +++ b/web/app/controllers/subdomain/blog/blog.php @@ -11,6 +11,10 @@ if ($blog['is_hidden'] && !UOJContext::hasBlogPermission()) { become403Page(); } + + if (!isset($_COOKIE['bootstrap4'])) { + $REQUIRE_LIB['bootstrap5'] = ''; + } $comment_form = new UOJForm('comment'); $comment_form->addVTextArea('comment', '内容', '', @@ -57,7 +61,6 @@ $comment_form->succ_href = getLongTablePageRawUri($page); }; $comment_form->ctrl_enter_submit = true; - $comment_form->runAtServer(); $reply_form = new UOJForm('reply'); @@ -143,11 +146,22 @@ ?> isset($_GET['page']) && $_GET['page'] != 1)) ?> -
- = $comment['post_time'] ?>
++-
+
+ = $comment['post_time'] ?>
+
+
+ -
+
+ 回复
+
+
+
@@ -190,7 +248,7 @@ = $comments_pag->pagination() ?>发表评论
-可以用@mike来提到mike这个用户,mike会被高亮显示。如果你真的想打“@”这个字符,请用“@@”。
+可以用 @mike 来提到 mike 这个用户,mike 会被高亮显示。如果你真的想打“@”这个字符,请用“@@”。
printHTML() ?>