正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
@@ -9,6 +9,12 @@ | @@ -9,6 +9,12 @@ | ||
9 | <form class="js-ajax-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;"> | 9 | <form class="js-ajax-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;"> |
10 | <div class="input-group"> | 10 | <div class="input-group"> |
11 | <span class="input-group-addon">学校地区:</span> | 11 | <span class="input-group-addon">学校地区:</span> |
12 | + <select class="form-control"> | ||
13 | + <foreach name="$province" item="p"> | ||
14 | + <option value="{$p.name}">{$p.name}</option> | ||
15 | + </foreach> | ||
16 | + </select> | ||
17 | + <input type="text" class="form-control" name="region" value="{$data.region}" > | ||
12 | <input type="text" class="form-control" name="region" value="{$data.region}" > | 18 | <input type="text" class="form-control" name="region" value="{$data.region}" > |
13 | </div> | 19 | </div> |
14 | <br> | 20 | <br> |
-
请 注册 或 登录 后发表评论