移除多余的无用代码
This commit is contained in:
@@ -10,7 +10,7 @@ if(!(isset($_SESSION[$OJ_NAME.'_'.'administrator'])||isset($_SESSION[$OJ_NAME.'_
|
||||
exit(1);
|
||||
}
|
||||
echo "<center><h3>".$MSG_CONTEST."-".$MSG_ADD."</h3></center>";
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
<body leftmargin="30" >
|
||||
@@ -158,7 +158,7 @@ else{
|
||||
<hr>
|
||||
|
||||
<?php
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
@@ -189,7 +189,7 @@ else{
|
||||
<br>
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_CONTEST."-".$MSG_Description."</h4>"?>
|
||||
<textarea class=kindeditor rows=13 name=description cols=80><?php echo isset($description)?$description:""?></textarea>
|
||||
<textarea class=vditor-editor rows=13 name=description cols=80><?php echo isset($description)?$description:""?></textarea>
|
||||
<br>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user