📄 operationnote.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OperationNote.aspx.cs" Inherits="Module_SysInfo_OperationNote" %>
<!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="background-image: url(../../Images/SysSkin/operationnote.jpg); background-repeat: no-repeat; text-align: center">
<form id="form1" runat="server">
<div style="vertical-align: middle; text-align: center">
<br />
<br />
<table style="width: 605px; " cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" rowspan="2" style="vertical-align: top; text-align: center">
<asp:Panel ID="Panel1" runat="server" Width="125px">
<table cellpadding="0" cellspacing="0" style="width: 605px">
<tr>
<td colspan="3" style="height: 26px">
<table cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td style="width: 100px; height: 23px">
<span style="font-size: 9pt">查找类别</span></td>
<td style="width: 120px; height: 23px; text-align: left">
<asp:DropDownList ID="dropClass" runat="server" Font-Size="9pt" Width="120px">
<asp:ListItem>登录ID</asp:ListItem>
<asp:ListItem>登录账号</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px; height: 23px">
<span style="font-size: 9pt">关键字</span></td>
<td style="width: 120px; height: 23px; text-align: left">
<asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
<td style="width: 12px; height: 23px">
<asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
<td style="height: 23px">
<asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1">系统操作日志</asp:LinkButton></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" style=" vertical-align: top; text-align: center;">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
Font-Size="9pt" Width="605px" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting">
<Columns>
<asp:BoundField DataField="ID" HeaderText="登录ID" />
<asp:BoundField DataField="UserName" HeaderText="登录账号" />
<asp:BoundField DataField="LoginTime" HeaderText="登录时间" />
<asp:BoundField DataField="LoginIP" HeaderText="登录IP" />
<asp:CommandField HeaderText="删除记录" ShowDeleteButton="True" />
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px" Visible="False">
<table cellpadding="0" cellspacing="0" style="width: 605px">
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td colspan="3">
<span style="font-size: 16pt"></span></td>
</tr>
<tr>
<td colspan="3">
<table cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td style="width: 100px; height: 23px">
<span style="font-size: 9pt">查找类别</span></td>
<td style="width: 120px; height: 23px; text-align: left">
<asp:DropDownList ID="DropDownList1" runat="server" Font-Size="9pt" Width="120px">
<asp:ListItem>用户ID</asp:ListItem>
<asp:ListItem>登录账号</asp:ListItem>
<asp:ListItem>操作类型</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px; height: 23px">
<span style="font-size: 9pt">关键字</span></td>
<td style="width: 120px; height: 23px; text-align: left">
<asp:TextBox ID="TextBox1" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
<td style="width: 12px; height: 23px">
<asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="查找" /></td>
<td style="height: 23px">
<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="#FF3333" OnClick="LinkButton1_Click">系统登录日志</asp:LinkButton></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3">
<asp:GridView ID="GridView2" runat="server" AllowPaging="True" AutoGenerateColumns="False"
Font-Size="9pt" Width="605px" OnPageIndexChanging="GridView2_PageIndexChanging" OnRowDataBound="GridView2_RowDataBound" OnRowDeleting="GridView2_RowDeleting">
<Columns>
<asp:BoundField DataField="ID" HeaderText="用户ID" />
<asp:BoundField DataField="UserName" HeaderText="登录账号" />
<asp:BoundField DataField="OperationTime" HeaderText="操作时间" />
<asp:BoundField DataField="OperationClass" HeaderText="操作类型" />
<asp:BoundField DataField="OperationContent" HeaderText="操作内容" />
<asp:CommandField HeaderText="删除记录" ShowDeleteButton="True" />
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
<tr>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -