mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 08:20:24 +08:00
35 lines
700 B
HTML
35 lines
700 B
HTML
|
|
{$layout "layout_popup"}
|
||
|
|
|
||
|
|
<h3>创建认证</h3>
|
||
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
||
|
|
<csrf-token></csrf-token>
|
||
|
|
|
||
|
|
<table class="ui table definitions selectable">
|
||
|
|
<tr>
|
||
|
|
<td class="title">名称 *</td>
|
||
|
|
<td>
|
||
|
|
<input type="text" name="name" maxlength="50"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>类型 *</td>
|
||
|
|
<td>
|
||
|
|
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<!-- BasicAuth -->
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<td></td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
|
||
|
|
<!-- SubRequest -->
|
||
|
|
<tbody>
|
||
|
|
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|