Commit 028ecd92 by 冷斌

测试

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