代码拉取完成,页面将自动刷新
<?php
if (!defined("IN_SCRS")) exit();
?>
<script src="js/conf.js"></script>
<div id="test">
<h3>请选择题目</h3>
<ul>
<?php
$topic = get_all_topics();
$privilege = $user->get_user_privilege();
$statics = $user->get_statics();
$unrated = false;
foreach ($topic as $t) {
if (isset($privilege[$t['topic_id']]) && $privilege[$t['topic_id']] == 1) {
echo "<a href=\"?exam=" . $t['topic_id'] . "\"><li>" .
"<span style=\"max-width:55%\" class=\"li_left\">" . $t['topicname'] . "</span>" .
"<span class=\"li_right\">" . $statics[$t['topic_id']]['rated'] . " / " . $statics[$t['topic_id']]['total'] . "</span>" .
"</li></a>";
if ($statics[$t['topic_id']]['rated'] != $statics[$t['topic_id']]['total']) $unrated = true;
}
}
?>
</ul>
<input class="button" type="button" value="提交所有题目" onclick="conf('?action=do_submit','<?php
echo ($unrated ? "有未评分的队伍,确认提交?提交后不可更改。" : "提交后不可更改,确定?");
?>')" />
</div>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。