Files
EdgeAdmin/web/views/@default/servers/groups/createPopup.html

14 lines
361 B
HTML
Raw Normal View History

2020-10-29 20:53:08 +08:00
{$layout "layout_popup"}
<h3>创建分组</h3>
2020-11-10 12:47:24 +08:00
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
2020-10-29 20:53:08 +08:00
<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>