Commit beec114c by 冷斌

测试

短信验证
parent 66cb4dc5
...@@ -38,32 +38,32 @@ ...@@ -38,32 +38,32 @@
{:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id','default'=>$question['question_subject_fullpath']))} {:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id','default'=>$question['question_subject_fullpath']))}
</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">-->
<select name="exams_point_id"> <!-- <select name="exams_point_id">-->
<volist name="exams_point" id="point"> <!-- <volist name="exams_point" id="point">-->
<option <eq name='question.exams_point_id' value="$point.exams_point_id">selected</eq> value="{$point.exams_point_id}">{$point.title}</option> <!-- <option <eq name='question.exams_point_id' value="$point.exams_point_id">selected</eq> value="{$point.exams_point_id}">{$point.title}</option>-->
</volist> <!-- </volist>-->
</select> <!-- </select>-->
</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' OR $question['exams_module_id'] eq -1"--> <!-- &lt;!&ndash;elseif condition="$_GET['exams_module_type'] eq 'courseExamination' OR $question['exams_module_id'] eq -1"&ndash;&gt;-->
<!--课时考试--> <!-- &lt;!&ndash;课时考试&ndash;&gt;-->
<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 <eq name='question.exams_module_id' value="$vo.exams_module_id">selected</eq> value="{$vo.exams_module_id}">{$vo.title}</option> <!-- <option <eq name='question.exams_module_id' value="$vo.exams_module_id">selected</eq> 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>
......
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