mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-26 20:40:24 +08:00
15 lines
438 B
HTML
15 lines
438 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>区域名称 *</td>
|
||
|
|
<td>
|
||
|
|
<input type="text" name="name" maxlength="100" ref="focus"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|