mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
21 lines
630 B
HTML
21 lines
630 B
HTML
{$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>
|
|
<td class="title">区域名称 *</td>
|
|
<td>
|
|
<input type="text" name="name" maxlength="100" ref="focus"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>区域说明</td>
|
|
<td>
|
|
<textarea name="description" rows="3" maxlength="200"></textarea>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<submit-btn></submit-btn>
|
|
</form> |