代码拉取完成,页面将自动刷新
<?php
if (!defined("IN_SCRS")) exit();
?>
<script src="js/conf.js"></script>
<div id="content">
<input class="button back" type="button" value="返回" onclick="window.location='?'" />
<input class="button" type="button" value="添加新题目" onclick="window.location='?action=addexam'" />
<h3>赛题列表</h3>
<form action="?action=delexam" method="post">
<table>
<tr><!--<th>#</th>--><th style="width:55px;min-width:55px">操作</th><th>题目</th><th>描述</th></tr>
<?php
$exam_list = get_all_topics();
foreach ($exam_list as $e) {
echo "<tr>";
//echo "<td><input type='checkbox' name='chk[]' value='" . $e['topic_id'] . "' /></td>";
echo "<td class='click warning' onclick=\"conf('?action=do_delexam&id=" . $e['topic_id'] . "','确定要删除这条记录吗?')\">删除</td>";
echo "<td class='click' onclick=\"window.location.href='?action=editexam&id=" . $e['topic_id'] . "'\">" . $e['topicname'] . "</td>";
echo "<td><span class='ell'>" . $e['comment'] . "</span></td>";
echo "</tr>";
}
?>
</table>
<!--<input class="button delete" type="submit" value="批量删除" />-->
</form>
</div>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。