ssActLog.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:6k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="ssActLog.aspx.vb" Inherits="ioffice.ssActLog"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
- <script language="jscript">
- function clshisrec()
- {
- idelday=prompt("请输入要保存最近[操作日志]的天数:[如:0-表示清除所有[操作日志]的历史记录;5-表示只保留最近5天的[操作日志]。]","5")
- location.replace("ssactlog.aspx?v=ss6&idelday="+idelday)
- }
- </script>
- </HEAD>
- <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <FONT face="宋体" size="3">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="HEIGHT: 30px" vAlign="top">
- <TABLE style="HEIGHT: 25px" cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0">
- <TR>
- <TD class="titlebar" style="WIDTH: 67.76%">
- 操作日志
- </TD>
- <TD align="right">
- <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" align="middle">
- <TABLE style="WIDTH: 95%; HEIGHT: 412px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="HEIGHT: 303px" vAlign="top">
- <TABLE class="querybox" style="WIDTH: 100%; HEIGHT: 8px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD>
- <TABLE style="WIDTH: 100%; HEIGHT: 32px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD class="td" style="WIDTH: 56px" noWrap>
- 操作时间:
- </TD>
- <TD class="td" style="WIDTH: 7px">
- 从
- </TD>
- <TD class="td" style="WIDTH: 91px">
- <asp:textbox id="txtFrom" runat="server" Width="92px"></asp:textbox>
- </TD>
- <TD class="td" style="WIDTH: 19px">
- -到
- </TD>
- <TD class="td" style="WIDTH: 93px">
- <asp:textbox id="txtTo" runat="server" Width="92px"></asp:textbox>
- </TD>
- <TD class="td" style="WIDTH: 76px" noWrap>
- 操作者名称:
- </TD>
- <TD style="WIDTH: 76px">
- <asp:textbox id="txtName" runat="server" Width="72px"></asp:textbox>
- </TD>
- <TD>
-
- <asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../../img/button/query.gif"></asp:imagebutton>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- <TABLE style="WIDTH: 100%; HEIGHT: 24px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD class="tttable">
- 日志列表
- </TD>
- <TD class="td" align="right">
- <A onclick="clshisrec()" href="#">清除</A>
- </TD>
- <TD class="td" width="80">
- <A href="../../desktop.aspx">退出</A>
- </TD>
- </TR>
- </TABLE>
- <asp:datagrid id="dgdActLog" runat="server" CssClass="td" Width="100%" AllowPaging="True" AutoGenerateColumns="False" BorderColor="#999999" BackColor="#F0F0E8" AllowSorting="True">
- <HeaderStyle CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
- <PagerStyle PageButtonCount="15" Mode="NumericPages"></PagerStyle>
- <AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
- <Columns>
- <asp:BoundColumn DataField="action" SortExpression="action" HeaderText="操作">
- <HeaderStyle Wrap="False">
- </HeaderStyle>
- <ItemStyle Wrap="False">
- </ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="logtable" SortExpression="logtable" HeaderText="操作表">
- <HeaderStyle Wrap="False">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="logtarget" HeaderText="操作描述">
- <HeaderStyle Wrap="False">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="empname" SortExpression="empname" HeaderText="操作者">
- <HeaderStyle Wrap="False">
- </HeaderStyle>
- <ItemStyle Wrap="False">
- </ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="loginid" SortExpression="loginid" HeaderText="登录名">
- <HeaderStyle Wrap="False">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="ip" SortExpression="ip" HeaderText="登录IP">
- <HeaderStyle Wrap="False">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="ldate" SortExpression="ldate" HeaderText="操作时间">
- <HeaderStyle Wrap="False">
- </HeaderStyle>
- </asp:BoundColumn>
- </Columns>
- </asp:datagrid>
- <asp:label id="lblPageSize" runat="server" Visible="False">0</asp:label>
- <asp:label id="lblSort" runat="server" Visible="False"></asp:label>
- <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>