将markdown放入最终端,而不是编辑端
This commit is contained in:
@@ -48,20 +48,15 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
</p>
|
||||
< align=left>
|
||||
<?php echo "<h4>" . $MSG_Description . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><span class='md auto_select'>
|
||||
|
||||
|
||||
</span></textarea><br>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80></textarea><br>
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_Input . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80><span class='md'>
|
||||
</span></textarea><br></textarea><br>
|
||||
<textarea class="kindeditor" rows=13 name=input cols=80></textarea><br></textarea><br>
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_Output . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80><span class='md'>
|
||||
</span></textarea><br></textarea><br>
|
||||
<textarea class="kindeditor" rows=13 name=output cols=80></textarea><br></textarea><br>
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_Sample_Input . "(<64kB)</h4>" ?>
|
||||
@@ -83,8 +78,7 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
</p>
|
||||
<p align=left>
|
||||
<?php echo "<h4>" . $MSG_HINT . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=hint cols=80><span class='md'>
|
||||
</span></textarea><br></textarea><br>
|
||||
<textarea class="kindeditor" rows=13 name=hint cols=80></textarea><br></textarea><br>
|
||||
</p>
|
||||
<p>
|
||||
<?php echo "<h4>" . $MSG_SPJ . "</h4>" ?>
|
||||
|
||||
Reference in New Issue
Block a user