This commit is contained in:
unknown
2026-02-04 20:27:13 +08:00
commit 3b042d1dad
9410 changed files with 1488147 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{$layout "layout_popup"}
<h3>创建操作系统信息</h3>
<form 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" ref="focus"/>
</td>
</tr>
<tr>
<td>代号</td>
<td>
<values-box name="codes"></values-box>
</td>
</tr>
<tr>
<td>数据ID *</td>
<td>
<input type="text" name="dataId" maxlength="10" style="width: 10em"/>
</td>
</tr>
</table>
<submit-btn></submit-btn>
</form>