SetPopedom.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:3k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SetPopedom.aspx.cs" Inherits="Module_Admin_SysInfo_SetPopedom" %>
  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. </head>
  7. <body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/setpopedom.jpg); background-repeat: no-repeat;">
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <br />
  16.         <br />
  17.         <br />
  18.         <br />
  19.         <table border="1" cellpadding="0" cellspacing="0" style="width: 412px; border-top-width: 1px; border-left-width: 1px; border-left-color: #afafaf; border-bottom-width: 1px; border-bottom-color: #afafaf; border-top-color: #afafaf; border-right-width: 1px; border-right-color: #afafaf;">
  20.             <tr>
  21.                 <td style="width: 63px; height: 15px">
  22.                     <span style="font-size: 9pt">职员账号</span></td>
  23.                 <td style="width: 160px; height: 15px; text-align: left">
  24.                     <asp:DropDownList ID="dropName" runat="server" Font-Size="9pt" Width="125px">
  25.                     </asp:DropDownList></td>
  26.                 <td rowspan="2" style="width: 160px; text-align: center">
  27.                     <asp:ListBox ID="lstboxName" runat="server" Font-Size="9pt" Height="53px" Width="148px">
  28.                     </asp:ListBox></td>
  29.             </tr>
  30.             <tr>
  31.                 <td style="width: 63px; height: 13px">
  32.                     <span style="font-size: 9pt">是否设置为管理员用户</span></td>
  33.                 <td style="width: 160px; height: 13px; text-align: left">
  34.                     <asp:RadioButtonList ID="RadioButtonList1" runat="server" Font-Size="9pt" RepeatDirection="Horizontal">
  35.                         <asp:ListItem>是</asp:ListItem>
  36.                         <asp:ListItem>否</asp:ListItem>
  37.                     </asp:RadioButtonList></td>
  38.             </tr>
  39.             <tr>
  40.                 <td colspan="2" style="height: 13px; text-align: center">
  41.                     <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="保存设置" /></td>
  42.                 <td colspan="1" style="height: 13px; text-align: center">
  43.                     <asp:Button ID="btnDelete" runat="server" CausesValidation="False" Font-Size="9pt"
  44.                         OnClick="btnDelete_Click" Text="删除管理员" /></td>
  45.             </tr>
  46.         </table>
  47.     
  48.     </div>
  49.         <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" Height="42px"
  50.             ShowMessageBox="True" ShowSummary="False" Width="121px" />
  51.     </form>
  52. </body>
  53. </html>