begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+66
View File
@@ -0,0 +1,66 @@
{php include pubTemplate("header_admin")}
<div class="midder">
{php include template("admin/menu");}
<div>
<form method="post" action="index.php?app=user&ac=admin&mg=user&ts=adddo">
<table class="table">
<tr>
<td width="200">账号(Email/手机号)</td>
<td>
<input class="form-control" type="text" name="email">
</td>
<td></td>
</tr>
<tr>
<td>用户名:</td>
<td>
<input class="form-control" type="text" name="username">
</td>
<td></td>
</tr>
<tr>
<td>密码:</td>
<td>
<input class="form-control" type="password" name="pwd">
</td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<input class="btn btn-sm btn-primary" type="submit" value="创建用户">
</td>
<td></td>
</tr>
</table>
</form>
</div>
</div>
{php include pubTemplate("footer_admin")}