...
|
...
|
@@ -6,7 +6,7 @@ |
|
|
<li><a href="{:url('School/school_list')}">学校列表</a></li>
|
|
|
<li class="active"><a href="#">学校编辑</a></li>
|
|
|
</ul>
|
|
|
<form class="bs-example bs-example-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;">
|
|
|
<form class="bs-example bs-example-form 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>
|
|
|
<input type="text" class="form-control" name="region" value="{$data.region}" >
|
...
|
...
|
|