admin_user_Add.aspx
上传用户:szhf331
上传日期:2022-06-22
资源大小:1032k
文件大小:2k
- <%@ page language="C#" autoeventwireup="true" inherits="Admin_admin_user_Add, App_Web_-xa8ffcb" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>学生系统后台管理</title>
- <script src="inc/admin.js" type="text/javascript"></script>
- <script src="inc/showpage.js" type="text/javascript"></script>
- <link href="images/css.css" type="text/css" rel="stylesheet" />
- <link href="images/admin_file_css.css" type="text/css" rel="stylesheet" />
- </head>
- <body>
- <form id="form1" runat="server">
- <h1>
- 管理员信息添加</h1>
- <h4>
- <b>相关操作:</b> <a href="?action=add">添加新管理员</a> |
- </h4>
- <div style="height: 3px; width: 100%; background: #fff;">
- </div>
- <table width="100%" cellspacing="1" cellpadding="0" class="info_tab">
-
- <tr>
- <td class="zq" width="20%">
- 帐 号</td>
- <td>
- <input runat="Server" class="put" type="text" id="txtUserId"></td>
- </tr>
- <tr>
- <td class="zq" width="20%">
- 姓 名</td>
- <td>
- <input runat="Server" class="put" type="text" id="txta_UserName"></td>
- </tr>
- <tr>
- <td class="zq" width="20%">
- 密 码</td>
- <td>
- <input runat="Server" class="put" type="text" id="txta_PassWord"></td>
- </tr>
- <tr>
- <td>
- </td>
-
-
- <td>
- <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" /></td>
- </tr>
-
- </table>
- <h1>
- </h1>
- </form>
- </body>
- </html>