mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-26 05:08:41 +00:00
refactor(web/blog/delete): bootstrap5
This commit is contained in:
parent
4779cb3bcc
commit
833c8c2c80
@ -8,6 +8,8 @@
|
|||||||
if (!isNormalUser($myUser) && UOJConfig::$data['switch']['force-login']) {
|
if (!isNormalUser($myUser) && UOJConfig::$data['switch']['force-login']) {
|
||||||
become403Page();
|
become403Page();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$REQUIRE_LIB['bootstrap5'] = '';
|
||||||
|
|
||||||
if (!UOJContext::hasBlogPermission()) {
|
if (!UOJContext::hasBlogPermission()) {
|
||||||
become403Page();
|
become403Page();
|
||||||
@ -28,6 +30,8 @@
|
|||||||
$delete_form->runAtServer();
|
$delete_form->runAtServer();
|
||||||
?>
|
?>
|
||||||
<?php echoUOJPageHeader('删除博客 - ' . HTML::stripTags($blog['title'])) ?>
|
<?php echoUOJPageHeader('删除博客 - ' . HTML::stripTags($blog['title'])) ?>
|
||||||
<h3>您真的要删除博客 <?= $blog['title'] ?> 吗?该操作不可逆!</h3>
|
<h1 class="h3 text-center">
|
||||||
|
您真的要删除博客 “<?= $blog['title'] ?>” <span class="fs-5">(博客 ID:<?= $blog['id'] ?>)</span>吗?该操作不可逆!
|
||||||
|
</h1>
|
||||||
<?php $delete_form->printHTML(); ?>
|
<?php $delete_form->printHTML(); ?>
|
||||||
<?php echoUOJPageFooter() ?>
|
<?php echoUOJPageFooter() ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user