SetPopedom.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:3k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SetPopedom.aspx.cs" Inherits="Module_Admin_SysInfo_SetPopedom" %>
- <!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>
- </head>
- <body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/setpopedom.jpg); background-repeat: no-repeat;">
- <form id="form1" runat="server">
- <div>
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <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;">
- <tr>
- <td style="width: 63px; height: 15px">
- <span style="font-size: 9pt">职员账号</span></td>
- <td style="width: 160px; height: 15px; text-align: left">
- <asp:DropDownList ID="dropName" runat="server" Font-Size="9pt" Width="125px">
- </asp:DropDownList></td>
- <td rowspan="2" style="width: 160px; text-align: center">
- <asp:ListBox ID="lstboxName" runat="server" Font-Size="9pt" Height="53px" Width="148px">
- </asp:ListBox></td>
- </tr>
- <tr>
- <td style="width: 63px; height: 13px">
- <span style="font-size: 9pt">是否设置为管理员用户</span></td>
- <td style="width: 160px; height: 13px; text-align: left">
- <asp:RadioButtonList ID="RadioButtonList1" runat="server" Font-Size="9pt" RepeatDirection="Horizontal">
- <asp:ListItem>是</asp:ListItem>
- <asp:ListItem>否</asp:ListItem>
- </asp:RadioButtonList></td>
- </tr>
- <tr>
- <td colspan="2" style="height: 13px; text-align: center">
- <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="保存设置" /></td>
- <td colspan="1" style="height: 13px; text-align: center">
- <asp:Button ID="btnDelete" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnDelete_Click" Text="删除管理员" /></td>
- </tr>
- </table>
- </div>
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" Height="42px"
- ShowMessageBox="True" ShowSummary="False" Width="121px" />
- </form>
- </body>
- </html>