2020-12-10 15:02:55 +08:00
|
|
|
{$layout "layout_popup"}
|
|
|
|
|
|
|
|
|
|
<h3>创建区域</h3>
|
|
|
|
|
<form class="ui form" method="post" data-tea-success="success" data-tea-action="$">
|
|
|
|
|
<csrf-token></csrf-token>
|
|
|
|
|
<table class="ui table definition selectable">
|
|
|
|
|
<tr>
|
2020-12-10 22:21:26 +08:00
|
|
|
<td class="title">区域名称 *</td>
|
2020-12-10 15:02:55 +08:00
|
|
|
<td>
|
|
|
|
|
<input type="text" name="name" maxlength="100" ref="focus"/>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
2020-12-10 22:21:26 +08:00
|
|
|
<tr>
|
|
|
|
|
<td>区域说明</td>
|
|
|
|
|
<td>
|
|
|
|
|
<textarea name="description" rows="3" maxlength="200"></textarea>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
2020-12-10 15:02:55 +08:00
|
|
|
</table>
|
|
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|