移除多余的无用代码

This commit is contained in:
2026-04-10 16:36:57 +08:00
parent f20b7aa61c
commit addada1823
1691 changed files with 209 additions and 334971 deletions

View File

@@ -21,7 +21,7 @@ or
</script>
-->
<script src="<?php echo $OJ_CDN_URL.$path_fix."template/bs3/"?>bootstrap.min.js"></script>
<script src="<?php echo $OJ_CDN_URL.$path_fix."template/syzoj/"?>bootstrap.min.js"></script>
<script>
$(document).ready(function(){
var msg="<marquee style='margin-top:-10px;margin-bottom:10px' id=broadcast direction='left' scrollamount=3 scrolldelay=50 onMouseOver='this.stop()'"+
@@ -57,8 +57,8 @@ $(".hint pre").each(function(){
});
console.log("If you want to change the appearance of the web pages, make a copy of bs3 under template directory.\nRename it to whatever you like, and change the $OJ_TEMPLATE value in db_info.inc.php\nAfter that modify files under your own directory .\n");
console.log("To enable mathjax in hustoj, check line 15 in /home/judge/src/web/template/bs3/js.php");
console.log("The current deployment keeps only the syzoj template. If you want another appearance, copy template/syzoj to a new directory and update $OJ_TEMPLATE in db_info.inc.php.\n");
console.log("To enable mathjax in hustoj, check this file: /home/judge/src/web/template/syzoj/js.php");
</script>