?? eventslist.aspx
字號(hào):
?<%@ Page AutoEventWireup="false" Inherits="px.eventslist" %>
<!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 id="Head1" runat="server">
<title></title>
<link href="../App_Themes/default/admincp.css" rel="stylesheet" type="text/css" />
<script src="../js/common.js" type="text/javascript"></script>
</head>
<script src="../js/riqi.js" type="text/javascript" ></script>
<body>
<form id="form1" runat="server">
<div>
<br />
<table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
<tr><td><a href="#">系統(tǒng)首頁</A> » 操作記錄查看</td></tr></tbody></table>
<br />
<table class="tableborder" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr class="header">
<td style="height: 30px">
操作記錄查看(默認(rèn)顯示最近的30條記錄)</td>
</tr>
<tr>
<td style="text-align: left; height: 2em; ">
<strong><span style="color: #3399cc">請選擇所要查看操作記錄的時(shí)間段:<asp:TextBox ID="utime" runat="server"
Style="vertical-align: middle" Width="64px"></asp:TextBox>
至
<asp:TextBox ID="dtime" runat="server" Style="vertical-align: middle" Width="64px"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Style="vertical-align: middle" Text="顯示" />
<asp:Button ID="Button2" runat="server" Style="vertical-align: middle" Text="清空歷史事件表" Width="105px" OnClientClick="return msgbox2('您確認(rèn)要這樣操作嗎?','為了安全,請您再次確認(rèn)您的操作!')" /><br />
最近一次清空歷史事件發(fā)生在:</span><span id="last" runat="server"></span></strong></td>
</tr>
<tr>
<td style="height: 2em; text-align: left; vertical-align: top;">
<asp:GridView ID="gv" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px"
CellPadding="3" PageSize="30" Width="100%">
<FooterStyle BackColor="White" ForeColor="#000066" />
<Columns>
<asp:BoundField HeaderText="事件" DataField="info" HtmlEncode="False">
<ItemStyle Width="60%" />
</asp:BoundField>
<asp:BoundField HeaderText="操作者" DataField="recorder">
<ItemStyle Width="15%" />
</asp:BoundField>
<asp:BoundField HeaderText="時(shí)間" DataField="eventtime" />
</Columns>
<RowStyle ForeColor="#000066" />
<SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
<HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
</asp:GridView>
</td>
</tr>
<tr>
<td style="height: 2em; text-align: left"><strong><span style="color: #3399cc"></span></strong></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -