Commit 66cb4dc5 by 冷斌

测试

短信验证
parent 7a14e554
...@@ -175,7 +175,7 @@ $menu = array( ...@@ -175,7 +175,7 @@ $menu = array(
), ),
'真题管理' => array( '真题管理' => array(
'分类管理' => 'exams/AdminCategory/subject', '分类管理' => 'exams/AdminCategory/subject',
'考点管理' => 'exams/AdminPoint/index', // '考点管理' => 'exams/AdminPoint/index',
'试题管理' => 'exams/AdminQuestion/index', '试题管理' => 'exams/AdminQuestion/index',
'试卷管理' => 'exams/AdminPaper/index', '试卷管理' => 'exams/AdminPaper/index',
// '成绩管理' => 'exams/AdminExamsUser/index', // '成绩管理' => 'exams/AdminExamsUser/index',
......
...@@ -38,28 +38,28 @@ ...@@ -38,28 +38,28 @@
{:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id'))} {:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id'))}
</dd> </dd>
</dl> </dl>
<dl class="lineD"> <!-- <dl class="lineD">-->
<dt><font color="red"> * </font>考点:</dt> <!-- <dt><font color="red"> * </font>考点:</dt>-->
<dd id="select_point"> <!-- <dd id="select_point">-->
请选择 <!-- 请选择-->
</dd> <!-- </dd>-->
</dl> <!-- </dl>-->
<dl class="lineD"> <!-- <dl class="lineD">-->
<dt><font color="red"> * </font>版块:</dt> <!-- <dt><font color="red"> * </font>版块:</dt>-->
<dd> <!-- <dd>-->
<if condition="$_GET['exams_module_type'] eq 'problemQuestionBank'"> <!-- <if condition="$_GET['exams_module_type'] eq 'problemQuestionBank'">-->
视频弹题 <!-- 视频弹题-->
<elseif condition="$_GET['exams_module_type'] eq 'courseExamination'"/> <!-- <elseif condition="$_GET['exams_module_type'] eq 'courseExamination'"/>-->
课时考试 <!-- 课时考试-->
<else/> <!-- <else/>-->
<select name="exams_module_id"> <!-- <select name="exams_module_id">-->
<volist name="exams_module" id="vo"> <!-- <volist name="exams_module" id="vo">-->
<option value="{$vo.exams_module_id}">{$vo.title}</option> <!-- <option value="{$vo.exams_module_id}">{$vo.title}</option>-->
</volist> <!-- </volist>-->
</select> <!-- </select>-->
</if> <!-- </if>-->
</dd> <!-- </dd>-->
</dl> <!-- </dl>-->
<dl class="lineD"> <dl class="lineD">
<dt><font color="red"> * </font>难度:</dt> <dt><font color="red"> * </font>难度:</dt>
<dd> <dd>
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
} }
}); });
}); });
var opt_i = { 'A':0, 'B':1, 'C':2, 'D':3, 'E':4, 'F':5, 'G':6, 'H':7 }; var opt_i = { 'A':0, 'B':1, 'C':2, 'D':3, 'E':4, 'F':5, 'G':6, 'H':7 };
var word = [ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H' ]; var word = [ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H' ];
// 删除选项 // 删除选项
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment