Commit 028ecd92 by 冷斌

测试

短信验证
parent c41d7785
......@@ -70,23 +70,23 @@
</dl>
<php>}</php>
<dl class="lineD" id="form_teacherlist">
<dt>
<font color="red"> * </font>讲师选择:
</dt>
<dd>
<select name="teacher_id" class="teacher_id_select">
<if condition="$trlist">
<foreach name="trlist" item="tl">
<option value="{$tl.id}" <php>if($teacher_id == $tl['id']){</php>selected="selected"
<php>}</php> >{$tl.name}</option>
</foreach>
<else />
<option value="0">该机构暂时没有讲师</option>
</if>
</select>
</dd>
</dl>
<!-- <dl class="lineD" id="form_teacherlist">-->
<!-- <dt>-->
<!-- <font color="red"> * </font>讲师选择:-->
<!-- </dt>-->
<!-- <dd>-->
<!-- <select name="teacher_id" class="teacher_id_select">-->
<!-- <if condition="$trlist">-->
<!-- <foreach name="trlist" item="tl">-->
<!-- <option value="{$tl.id}" <php>if($teacher_id == $tl['id']){</php>selected="selected"-->
<!-- <php>}</php> >{$tl.name}</option>-->
<!-- </foreach>-->
<!-- <else />-->
<!-- <option value="0">该机构暂时没有讲师</option>-->
<!-- </if>-->
<!-- </select>-->
<!-- </dd>-->
<!-- </dl>-->
<php>if(OPEN_SCHOOL && !is_school($mid)){</php>
<dl class="lineD" id="form_mhm_id">
......@@ -534,4 +534,4 @@
</script>
<include file="__THEME__/admin_footer" />
\ No newline at end of file
<include file="__THEME__/admin_footer" />
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