Commit 66cb4dc5 by 冷斌

测试

短信验证
parent 7a14e554
......@@ -175,7 +175,7 @@ $menu = array(
),
'真题管理' => array(
'分类管理' => 'exams/AdminCategory/subject',
'考点管理' => 'exams/AdminPoint/index',
// '考点管理' => 'exams/AdminPoint/index',
'试题管理' => 'exams/AdminQuestion/index',
'试卷管理' => 'exams/AdminPaper/index',
// '成绩管理' => 'exams/AdminExamsUser/index',
......
......@@ -38,28 +38,28 @@
{:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id'))}
</dd>
</dl>
<dl class="lineD">
<dt><font color="red"> * </font>考点:</dt>
<dd id="select_point">
请选择
</dd>
</dl>
<dl class="lineD">
<dt><font color="red"> * </font>版块:</dt>
<dd>
<if condition="$_GET['exams_module_type'] eq 'problemQuestionBank'">
视频弹题
<elseif condition="$_GET['exams_module_type'] eq 'courseExamination'"/>
课时考试
<else/>
<select name="exams_module_id">
<volist name="exams_module" id="vo">
<option value="{$vo.exams_module_id}">{$vo.title}</option>
</volist>
</select>
</if>
</dd>
</dl>
<!-- <dl class="lineD">-->
<!-- <dt><font color="red"> * </font>考点:</dt>-->
<!-- <dd id="select_point">-->
<!-- 请选择-->
<!-- </dd>-->
<!-- </dl>-->
<!-- <dl class="lineD">-->
<!-- <dt><font color="red"> * </font>版块:</dt>-->
<!-- <dd>-->
<!-- <if condition="$_GET['exams_module_type'] eq 'problemQuestionBank'">-->
<!-- 视频弹题-->
<!-- <elseif condition="$_GET['exams_module_type'] eq 'courseExamination'"/>-->
<!-- 课时考试-->
<!-- <else/>-->
<!-- <select name="exams_module_id">-->
<!-- <volist name="exams_module" id="vo">-->
<!-- <option value="{$vo.exams_module_id}">{$vo.title}</option>-->
<!-- </volist>-->
<!-- </select>-->
<!-- </if>-->
<!-- </dd>-->
<!-- </dl>-->
<dl class="lineD">
<dt><font color="red"> * </font>难度:</dt>
<dd>
......@@ -182,7 +182,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' ];
// 删除选项
......
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