admin_user_Add.aspx
上传用户:szhf331
上传日期:2022-06-22
资源大小:1032k
文件大小:2k
源码类别:

行业应用

开发平台:

JavaScript

  1. <%@ page language="C#" autoeventwireup="true" inherits="Admin_admin_user_Add, App_Web_-xa8ffcb" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.    <title>学生系统后台管理</title>
  6.        <script src="inc/admin.js" type="text/javascript"></script>
  7.     <script src="inc/showpage.js" type="text/javascript"></script>
  8.     <link href="images/css.css" type="text/css" rel="stylesheet" />
  9.     <link href="images/admin_file_css.css" type="text/css" rel="stylesheet" />
  10. </head>
  11. <body>
  12.     <form id="form1" runat="server">
  13.     <h1>
  14.         管理员信息添加</h1>
  15.     <h4>
  16.         <b>相关操作:</b> <a href="?action=add">添加新管理员</a> |
  17.     </h4>
  18.     <div style="height: 3px; width: 100%; background: #fff;">
  19.     </div>
  20.     <table width="100%" cellspacing="1" cellpadding="0" class="info_tab">
  21.       
  22.             <tr>
  23.                 <td class="zq" width="20%">
  24.                     帐 号</td>
  25.                 <td>
  26.                     &nbsp;<input runat="Server" class="put" type="text" id="txtUserId"></td>
  27.             </tr>
  28.             <tr>
  29.                 <td class="zq" width="20%">
  30.                     姓 名</td>
  31.                 <td>
  32.                     &nbsp;<input runat="Server" class="put" type="text" id="txta_UserName"></td>
  33.             </tr>
  34.             <tr>
  35.                 <td class="zq" width="20%">
  36.                     密 码</td>
  37.                 <td>
  38.                     &nbsp;<input runat="Server" class="put" type="text" id="txta_PassWord"></td>
  39.             </tr>
  40.             <tr>
  41.                 <td>
  42.                     &nbsp;</td>
  43.          
  44.                 
  45.                 <td>
  46.                     &nbsp;       <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" /></td>
  47.             </tr>
  48.       
  49.     </table>
  50.     <h1>
  51.         &nbsp;</h1>
  52.     </form>
  53. </body>
  54. </html>