mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-28 05:16:34 +08:00
11 lines
348 B
HTML
11 lines
348 B
HTML
{$layout "layout_popup"}
|
|
<h3>添加首页文件</h3>
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<table class="ui table selectable definition">
|
|
<tr>
|
|
<td>首页文件名 *</td>
|
|
<td><input type="text" name="index" maxlength="200" ref="focus"/></td>
|
|
</tr>
|
|
</table>
|
|
<submit-btn></submit-btn>
|
|
</form> |