Files
2023-06-22 13:33:25 +08:00

66 lines
1.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{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")}