带阿里标识的版本
This commit is contained in:
16
EdgeUser/web/views/@default/httpdns/apps/create.html
Normal file
16
EdgeUser/web/views/@default/httpdns/apps/create.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{$layout}
|
||||
{$template "menu"}
|
||||
|
||||
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
||||
<csrf-token></csrf-token>
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">应用名称 *</td>
|
||||
<td>
|
||||
<input type="text" name="name" maxlength="64" ref="focus" />
|
||||
<p class="comment">为该 HTTPDNS 应用设置一个便于识别的名称。</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
Reference in New Issue
Block a user