2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php $show_title="$MSG_SOURCE - $OJ_NAME"; ?>
<?php include("template/$OJ_TEMPLATE/header.php");?>
<div class="padding">
<div style="margin-top: 0px; margin-bottom: 14px; padding-bottom: 0px; " >
<p class="transition visible">
<h1 style="margin-left: 10px; display: inline-block; "><?php echo $MSG_SOURCE?></h1>
</p>
<div class="ui existing segment">
<?php echo $view_category?>
</div>
</div>
<?php include("template/$OJ_TEMPLATE/footer.php");?>