移除多余的无用代码
This commit is contained in:
@@ -18,7 +18,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']) || isset($_SESSION[$OJ_NAME
|
||||
|
||||
<?php
|
||||
echo "<center><h3>"."Edit-".$MSG_PROBLEM."</h3></center>";
|
||||
include_once("kindeditor.php") ;
|
||||
include_once("vditor.php") ;
|
||||
?>
|
||||
|
||||
|
||||
@@ -62,17 +62,17 @@ include_once("kindeditor.php") ;
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_Description."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=description cols=80><?php echo htmlentities($row['description'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=description cols=80><?php echo htmlentities($row['description'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_Input."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=input cols=80><?php echo htmlentities($row['input'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=input cols=80><?php echo htmlentities($row['input'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_Output."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=output cols=80><?php echo htmlentities($row['output'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=output cols=80><?php echo htmlentities($row['output'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p align=left>
|
||||
@@ -87,7 +87,7 @@ include_once("kindeditor.php") ;
|
||||
|
||||
<p align=left>
|
||||
<?php echo "<h4>".$MSG_HINT."</h4>"?>
|
||||
<textarea class="kindeditor" style="white-space:pre-wrap;" rows=13 name=hint cols=80><?php echo htmlentities($row['hint'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
<textarea class="vditor-editor" style="white-space:pre-wrap;" rows=13 name=hint cols=80><?php echo htmlentities($row['hint'],ENT_QUOTES,"UTF-8")?></textarea><br>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user