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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="OperationNote.aspx.cs" Inherits="Module_SysInfo_OperationNote" %>
  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="background-image: url(../../Images/SysSkin/operationnote.jpg); background-repeat: no-repeat; text-align: center">
  8.     <form id="form1" runat="server">
  9.     <div style="vertical-align: middle; text-align: center">
  10.         <br />
  11.         <br />
  12.         <table style="width: 605px; " cellpadding="0" cellspacing="0">
  13.             <tr>
  14.                 <td colspan="3" rowspan="2" style="vertical-align: top; text-align: center">
  15.                     <asp:Panel ID="Panel1" runat="server" Width="125px">
  16.                         <table cellpadding="0" cellspacing="0" style="width: 605px">
  17.                             <tr>
  18.                                 <td colspan="3" style="height: 26px">
  19.                                     <table cellpadding="0" cellspacing="0" style="width: 600px">
  20.                                         <tr>
  21.                                             <td style="width: 100px; height: 23px">
  22.                                                 <span style="font-size: 9pt">查找类别</span></td>
  23.                                             <td style="width: 120px; height: 23px; text-align: left">
  24.                                                 <asp:DropDownList ID="dropClass" runat="server" Font-Size="9pt" Width="120px">
  25.                                                     <asp:ListItem>登录ID</asp:ListItem>
  26.                                                     <asp:ListItem>登录账号</asp:ListItem>
  27.                                                 </asp:DropDownList></td>
  28.                                             <td style="width: 100px; height: 23px">
  29.                                                 <span style="font-size: 9pt">关键字</span></td>
  30.                                             <td style="width: 120px; height: 23px; text-align: left">
  31.                                                 <asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
  32.                                             <td style="width: 12px; height: 23px">
  33.                                                 <asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
  34.                                             <td style="height: 23px">
  35.                                                 <asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
  36.                                                     ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1">系统操作日志</asp:LinkButton></td>
  37.                                         </tr>
  38.                                     </table>
  39.                                 </td>
  40.                             </tr>
  41.                             <tr>
  42.                                 <td colspan="3" style=" vertical-align: top; text-align: center;">
  43.                                     <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
  44.                                         Font-Size="9pt" Width="605px" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting">
  45.                                         <Columns>
  46.                                             <asp:BoundField DataField="ID" HeaderText="登录ID" />
  47.                                             <asp:BoundField DataField="UserName" HeaderText="登录账号" />
  48.                                             <asp:BoundField DataField="LoginTime" HeaderText="登录时间" />
  49.                                             <asp:BoundField DataField="LoginIP" HeaderText="登录IP" />
  50.                                             <asp:CommandField HeaderText="删除记录" ShowDeleteButton="True" />
  51.                                         </Columns>
  52.                                     </asp:GridView>
  53.                                 </td>
  54.                             </tr>
  55.                         </table>
  56.                     </asp:Panel>
  57.                     <asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px" Visible="False">
  58.                         <table cellpadding="0" cellspacing="0" style="width: 605px">
  59.                             <tr>
  60.                                 <td colspan="3">
  61.                                 </td>
  62.                             </tr>
  63.                             <tr>
  64.                                 <td colspan="3">
  65.                                     <span style="font-size: 16pt"></span></td>
  66.                             </tr>
  67.                             <tr>
  68.                                 <td colspan="3">
  69.                                     <table cellpadding="0" cellspacing="0" style="width: 600px">
  70.                                         <tr>
  71.                                             <td style="width: 100px; height: 23px">
  72.                                                 <span style="font-size: 9pt">查找类别</span></td>
  73.                                             <td style="width: 120px; height: 23px; text-align: left">
  74.                                                 <asp:DropDownList ID="DropDownList1" runat="server" Font-Size="9pt" Width="120px">
  75.                                                     <asp:ListItem>用户ID</asp:ListItem>
  76.                                                     <asp:ListItem>登录账号</asp:ListItem>
  77.                                                     <asp:ListItem>操作类型</asp:ListItem>
  78.                                                 </asp:DropDownList></td>
  79.                                             <td style="width: 100px; height: 23px">
  80.                                                 <span style="font-size: 9pt">关键字</span></td>
  81.                                             <td style="width: 120px; height: 23px; text-align: left">
  82.                                                 <asp:TextBox ID="TextBox1" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
  83.                                             <td style="width: 12px; height: 23px">
  84.                                                 <asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="查找" /></td>
  85.                                             <td style="height: 23px">
  86.                                                 <asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False"
  87.                                                     ForeColor="#FF3333" OnClick="LinkButton1_Click">系统登录日志</asp:LinkButton></td>
  88.                                         </tr>
  89.                                     </table>
  90.                                 </td>
  91.                             </tr>
  92.                             <tr>
  93.                                 <td colspan="3">
  94.                                     <asp:GridView ID="GridView2" runat="server" AllowPaging="True" AutoGenerateColumns="False"
  95.                                         Font-Size="9pt" Width="605px" OnPageIndexChanging="GridView2_PageIndexChanging" OnRowDataBound="GridView2_RowDataBound" OnRowDeleting="GridView2_RowDeleting">
  96.                                         <Columns>
  97.                                             <asp:BoundField DataField="ID" HeaderText="用户ID" />
  98.                                             <asp:BoundField DataField="UserName" HeaderText="登录账号" />
  99.                                             <asp:BoundField DataField="OperationTime" HeaderText="操作时间" />
  100.                                             <asp:BoundField DataField="OperationClass" HeaderText="操作类型" />
  101.                                             <asp:BoundField DataField="OperationContent" HeaderText="操作内容" />
  102.                                             <asp:CommandField HeaderText="删除记录" ShowDeleteButton="True" />
  103.                                         </Columns>
  104.                                     </asp:GridView>
  105.                                 </td>
  106.                             </tr>
  107.                         </table>
  108.                     </asp:Panel>
  109.                     &nbsp;</td>
  110.             </tr>
  111.             <tr>
  112.             </tr>
  113.         </table>
  114.     
  115.     </div>
  116.     </form>
  117. </body>
  118. </html>