mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-09 01:55:50 +08:00
增加商业版激活功能
This commit is contained in:
18
web/views/@default/settings/authority/activate.html
Normal file
18
web/views/@default/settings/authority/activate.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{$layout}
|
||||
{$template "menu"}
|
||||
|
||||
<div class="margin"></div>
|
||||
|
||||
<form class="ui form" data-tea-action="$" data-tea-success="success" spellcheck="false">
|
||||
<csrf-token></csrf-token>
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">激活码 *</td>
|
||||
<td>
|
||||
<textarea rows="4" name="key" ref="focus"></textarea>
|
||||
<p class="comment">请输入商业版激活码。</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn>激活</submit-btn>
|
||||
</form>
|
||||
Reference in New Issue
Block a user