...
|
...
|
@@ -9,6 +9,12 @@ |
|
|
<form class="js-ajax-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;">
|
|
|
<div class="input-group">
|
|
|
<span class="input-group-addon">学校地区:</span>
|
|
|
<select class="form-control">
|
|
|
<foreach name="$province" item="p">
|
|
|
<option value="{$p.name}">{$p.name}</option>
|
|
|
</foreach>
|
|
|
</select>
|
|
|
<input type="text" class="form-control" name="region" value="{$data.region}" >
|
|
|
<input type="text" class="form-control" name="region" value="{$data.region}" >
|
|
|
</div>
|
|
|
<br>
|
...
|
...
|
|