回归本源
This commit is contained in:
@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Problem Add</title>
|
||||
</head>
|
||||
<pre?php echo "<center><h3>" .$MSG_PROBLEM."-".$MSG_ADD."</h3>
|
||||
<?php echo "<center><h3>" .$MSG_PROBLEM."-".$MSG_ADD."</h3>
|
||||
</center>";
|
||||
include_once("kindeditor.php") ;
|
||||
$source=pdo_query("select source from problem order by problem_id desc limit 1"); //默认续用最后一次的分类标签
|
||||
@@ -49,7 +49,8 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
|
||||
< align=left>
|
||||
<?php echo "<h4>" . $MSG_Description . "(<64kB)</h4>" ?>
|
||||
<textarea class="kindeditor" rows=13 name=description cols=80><span class='md auto_select'>
|
||||
<br><br>
|
||||
|
||||
|
||||
</span></textarea><br>
|
||||
</p>
|
||||
<p align=left>
|
||||
|
||||
Reference in New Issue
Block a user