ssActLog.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:6k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="ssActLog.aspx.vb" Inherits="ioffice.ssActLog"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
  11. <script language="jscript">
  12. function clshisrec()
  13. {
  14. idelday=prompt("请输入要保存最近[操作日志]的天数:[如:0-表示清除所有[操作日志]的历史记录;5-表示只保留最近5天的[操作日志]。]","5")
  15. location.replace("ssactlog.aspx?v=ss6&idelday="+idelday)
  16. }
  17. </script>
  18. </HEAD>
  19. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  20. <form id="Form1" method="post" runat="server">
  21. <FONT face="宋体" size="3">
  22. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  23. <TR>
  24. <TD style="HEIGHT: 30px" vAlign="top">
  25. <TABLE style="HEIGHT: 25px" cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0">
  26. <TR>
  27. <TD class="titlebar" style="WIDTH: 67.76%">
  28. &nbsp;操作日志
  29. </TD>
  30. <TD align="right">
  31. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  32. </TD>
  33. </TR>
  34. </TABLE>
  35. </TD>
  36. </TR>
  37. <TR>
  38. <TD vAlign="top" align="middle">
  39. <TABLE style="WIDTH: 95%; HEIGHT: 412px" cellSpacing="0" cellPadding="0" border="0">
  40. <TR>
  41. <TD style="HEIGHT: 303px" vAlign="top">
  42. <TABLE class="querybox" style="WIDTH: 100%; HEIGHT: 8px" cellSpacing="0" cellPadding="0" border="0">
  43. <TR>
  44. <TD>
  45. <TABLE style="WIDTH: 100%; HEIGHT: 32px" cellSpacing="0" cellPadding="0" border="0">
  46. <TR>
  47. <TD class="td" style="WIDTH: 56px" noWrap>
  48. 操作时间:
  49. </TD>
  50. <TD class="td" style="WIDTH: 7px">
  51. </TD>
  52. <TD class="td" style="WIDTH: 91px">
  53. <asp:textbox id="txtFrom" runat="server" Width="92px"></asp:textbox>
  54. </TD>
  55. <TD class="td" style="WIDTH: 19px">
  56. -到
  57. </TD>
  58. <TD class="td" style="WIDTH: 93px">
  59. <asp:textbox id="txtTo" runat="server" Width="92px"></asp:textbox>
  60. </TD>
  61. <TD class="td" style="WIDTH: 76px" noWrap>
  62. 操作者名称:
  63. </TD>
  64. <TD style="WIDTH: 76px">
  65. <asp:textbox id="txtName" runat="server" Width="72px"></asp:textbox>
  66. </TD>
  67. <TD>
  68. &nbsp;
  69. <asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../../img/button/query.gif"></asp:imagebutton>
  70. </TD>
  71. </TR>
  72. </TABLE>
  73. </TD>
  74. </TR>
  75. </TABLE>
  76. <TABLE style="WIDTH: 100%; HEIGHT: 24px" cellSpacing="0" cellPadding="0" border="0">
  77. <TR>
  78. <TD class="tttable">
  79. 日志列表
  80. </TD>
  81. <TD class="td" align="right">
  82. <A onclick="clshisrec()" href="#">清除</A>
  83. </TD>
  84. <TD class="td" width="80">
  85. <A href="../../desktop.aspx">退出</A>
  86. </TD>
  87. </TR>
  88. </TABLE>
  89. <asp:datagrid id="dgdActLog" runat="server" CssClass="td" Width="100%" AllowPaging="True" AutoGenerateColumns="False" BorderColor="#999999" BackColor="#F0F0E8" AllowSorting="True">
  90. <HeaderStyle CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
  91. <PagerStyle PageButtonCount="15" Mode="NumericPages"></PagerStyle>
  92. <AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
  93. <Columns>
  94. <asp:BoundColumn DataField="action" SortExpression="action" HeaderText="操作">
  95. <HeaderStyle Wrap="False">
  96. </HeaderStyle>
  97. <ItemStyle Wrap="False">
  98. </ItemStyle>
  99. </asp:BoundColumn>
  100. <asp:BoundColumn DataField="logtable" SortExpression="logtable" HeaderText="操作表">
  101. <HeaderStyle Wrap="False">
  102. </HeaderStyle>
  103. </asp:BoundColumn>
  104. <asp:BoundColumn DataField="logtarget" HeaderText="操作描述">
  105. <HeaderStyle Wrap="False">
  106. </HeaderStyle>
  107. </asp:BoundColumn>
  108. <asp:BoundColumn DataField="empname" SortExpression="empname" HeaderText="操作者">
  109. <HeaderStyle Wrap="False">
  110. </HeaderStyle>
  111. <ItemStyle Wrap="False">
  112. </ItemStyle>
  113. </asp:BoundColumn>
  114. <asp:BoundColumn DataField="loginid" SortExpression="loginid" HeaderText="登录名">
  115. <HeaderStyle Wrap="False">
  116. </HeaderStyle>
  117. </asp:BoundColumn>
  118. <asp:BoundColumn DataField="ip" SortExpression="ip" HeaderText="登录IP">
  119. <HeaderStyle Wrap="False">
  120. </HeaderStyle>
  121. </asp:BoundColumn>
  122. <asp:BoundColumn DataField="ldate" SortExpression="ldate" HeaderText="操作时间">
  123. <HeaderStyle Wrap="False">
  124. </HeaderStyle>
  125. </asp:BoundColumn>
  126. </Columns>
  127. </asp:datagrid>
  128. <asp:label id="lblPageSize" runat="server" Visible="False">0</asp:label>
  129. <asp:label id="lblSort" runat="server" Visible="False"></asp:label>
  130. <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
  131. </TD>
  132. </TR>
  133. </TABLE>
  134. </TD>
  135. </TR>
  136. </TABLE>
  137. </FONT>
  138. </form>
  139. </body>
  140. </HTML>