mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
14 lines
361 B
HTML
14 lines
361 B
HTML
{$layout "layout_popup"}
|
|
|
|
<h3>创建分组</h3>
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<table class="ui table definition selectable">
|
|
<tr>
|
|
<td class="title">分组名称 *</td>
|
|
<td>
|
|
<input type="text" name="name" maxlength="50" ref="focus"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<submit-btn></submit-btn>
|
|
</form> |