Commit beec114c by 冷斌

测试

短信验证
parent 66cb4dc5
......@@ -38,32 +38,32 @@
{:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id','default'=>$question['question_subject_fullpath']))}
</dd>
</dl>
<dl class="lineD">
<dt><font color="red"> * </font>考点:</dt>
<dd id="select_point">
<select name="exams_point_id">
<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>
</volist>
</select>
</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' OR $question['exams_module_id'] eq -1"-->
<!--课时考试-->
<else/>
<select name="exams_module_id">
<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>
</volist>
</select>
</if>
</dd>
</dl>
<!-- <dl class="lineD">-->
<!-- <dt><font color="red"> * </font>考点:</dt>-->
<!-- <dd id="select_point">-->
<!-- <select name="exams_point_id">-->
<!-- <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>-->
<!-- </volist>-->
<!-- </select>-->
<!-- </dd>-->
<!-- </dl>-->
<!-- <dl class="lineD">-->
<!-- <dt><font color="red"> * </font>版块:</dt>-->
<!-- <dd>-->
<!-- <if condition="$_GET['exams_module_type'] eq 'problemQuestionBank'">-->
<!-- 视频弹题-->
<!-- &lt;!&ndash;elseif condition="$_GET['exams_module_type'] eq 'courseExamination' OR $question['exams_module_id'] eq -1"&ndash;&gt;-->
<!-- &lt;!&ndash;课时考试&ndash;&gt;-->
<!-- <else/>-->
<!-- <select name="exams_module_id">-->
<!-- <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>-->
<!-- </volist>-->
<!-- </select>-->
<!-- </if>-->
<!-- </dd>-->
<!-- </dl>-->
<dl class="lineD">
<dt><font color="red"> * </font>难度:</dt>
<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