OperationLog.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:6k
源码类别:

.net编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="OperationLog.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.sysSecurity.OperationLog" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>userlog</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <LINK href="../lynn.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body MS_POSITIONING="GridLayout">
  13. <form id="userlog" method="post" runat="server">
  14. <IMG style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 0px" src="IMG/control_titel.gif">
  15. <TABLE id="Table2" style="Z-INDEX: 105; LEFT: 76px; WIDTH: 57px; POSITION: absolute; TOP: 34px; HEIGHT: 8px" cellSpacing="0" cellPadding="0" width="57" border="0">
  16. <TR>
  17. <TD><FONT face="宋体" color="#0033ff"><FONT size="2">操作日志</FONT></FONT></TD>
  18. </TR>
  19. </TABLE>
  20. <TABLE id="Table1" style="Z-INDEX: 102; LEFT: 39px; WIDTH: 179px; POSITION: absolute; TOP: 63px; HEIGHT: 26px" cellSpacing="0" cellPadding="0" width="179" border="0">
  21. <TR>
  22. <TD>
  23. <FONT face="宋体">
  24. <asp:panel id="Panel1" runat="server" Width="699px" Height="341px">
  25. <TABLE id="Table3" style="WIDTH: 657px; HEIGHT: 382px" cellSpacing="0" cellPadding="0" width="657" align="center" border="0">
  26. <TBODY>
  27. <TR>
  28. <TD>
  29. <TABLE id="Table5" style="WIDTH: 100%; HEIGHT: 26px" cellSpacing="0" cellPadding="0" width="692" border="0">
  30. <TBODY>
  31. <TR>
  32. <TD style="WIDTH: 12px"><IMG src="img/tbtopleft.gif"></TD>
  33. <TD style="BACKGROUND-IMAGE: url(img/tbtop(xi).gif); WIDTH: 45%"><FONT face="宋体"></FONT></TD>
  34. <TD style="BACKGROUND-IMAGE: url(img/tp_bg.gif); VERTICAL-ALIGN: super; WIDTH: 4.67%; BACKGROUND-REPEAT: repeat-x; TEXT-ALIGN: left" align="middle">
  35. <P><FONT style="TEXT-ALIGN: center" face="宋体"><FONT face="宋体"><FONT style="TEXT-ALIGN: center" face="宋体"><FONT style="VERTICAL-ALIGN: super" face="宋体"><FONT style="TEXT-ALIGN: center" face="宋体"><FONT face="宋体"><FONT style="TEXT-ALIGN: center" face="宋体"><FONT style="VERTICAL-ALIGN: baseline" face="宋体"><IMG height="25" src="img/top_corner.gif"></P></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></TD>
  36. <TD style="BACKGROUND-IMAGE: url(img/tp_bg.gif); WIDTH: 55%; BACKGROUND-REPEAT: repeat-x; TEXT-ALIGN: center" align="middle"><FONT face="宋体"></FONT></TD>
  37. <TD align="right"><IMG src="img/point_corner.gif"></TD>
  38. </TR>
  39. </TABLE>
  40. <TABLE id="Table4" style="BACKGROUND-IMAGE: none; HEIGHT: 7px" height="7" cellSpacing="0" cellPadding="0" width="100%" border="0">
  41. <TR>
  42. <TD style="WIDTH: 6px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 257px"><FONT face="宋体"></FONT></TD>
  43. <TD style="BACKGROUND-IMAGE: url(img/left_bg.gif); WIDTH: 33px; BACKGROUND-REPEAT: repeat-y; HEIGHT: 257px"><FONT face="宋体"></FONT></TD>
  44. <TD style="WIDTH: 99.73%; BACKGROUND-REPEAT: repeat-x; HEIGHT: 257px" bgColor="#f0f7ff"><FONT face="宋体"><FONT face="宋体">
  45. <DIV style="WIDTH: 640px; POSITION: relative; HEIGHT: 282px" ms_positioning="GridLayout">
  46. <P>&nbsp;</P>
  47. <asp:datagrid id=DataGridOptLog style="Z-INDEX: 104; LEFT: 0px; POSITION: absolute; TOP: 42px" runat="server" Width="639px" Height="240px" DataKeyField="pkid" AllowPaging="True" PageSize="8" AutoGenerateColumns="False">
  48. <AlternatingItemStyle CssClass="gridalteritem"></AlternatingItemStyle>
  49. <ItemStyle CssClass="griditem"></ItemStyle>
  50. <HeaderStyle CssClass="headcenter" BackColor="#FFF7CE"></HeaderStyle>
  51. <Columns>
  52. <asp:TemplateColumn>
  53. <ItemTemplate>
  54. <asp:CheckBox id="CheckBox1" runat="server"></asp:CheckBox>
  55. </ItemTemplate>
  56. </asp:TemplateColumn>
  57. <asp:BoundColumn DataField="number" HeaderText="序号"></asp:BoundColumn>
  58. <asp:BoundColumn DataField="OperatorID" HeaderText="用户ID"></asp:BoundColumn>
  59. <asp:BoundColumn DataField="OperatorName" HeaderText="用户姓名"></asp:BoundColumn>
  60. <asp:BoundColumn DataField="OperateTime" HeaderText="操作时间"></asp:BoundColumn>
  61. <asp:BoundColumn DataField="FuncName" HeaderText="操作模块"></asp:BoundColumn>
  62. <asp:BoundColumn DataField="OperationDescription" HeaderText="操作描述"></asp:BoundColumn>
  63. </Columns>
  64. <PagerStyle HorizontalAlign="Right" PageButtonCount="5" Mode="NumericPages"></PagerStyle>
  65. </asp:datagrid>
  66. <asp:CheckBox id="CheckBox2" runat="server" style="Z-INDEX: 103; LEFT: 281px; POSITION: absolute; TOP: 0px" Font-Size="X-Small" AutoPostBack="True" Text="选择当前页面的所有记录"></asp:CheckBox>
  67. <asp:imagebutton id="ImgBdel" style="Z-INDEX: 103; LEFT: 481px; POSITION: absolute; TOP: 0px" runat="server" ImageUrl="../img/del.jpg">
  68. </asp:imagebutton></DIV>
  69. </FONT></FONT>
  70. </TD>
  71. <TD style="BACKGROUND-POSITION-X: right; BACKGROUND-IMAGE: url(img/right_bg.gif); WIDTH: 6px; BACKGROUND-REPEAT: repeat-y; HEIGHT: 257px"><FONT face="宋体"><FONT face="宋体"><FONT style="BACKGROUND-IMAGE: url(img/tb_rightbg.gif); BACKGROUND-REPEAT: repeat-y" face="宋体"><FONT face="宋体"><FONT face="宋体"><FONT style="BACKGROUND-IMAGE: url(img/tb_rightbg.gif); BACKGROUND-REPEAT: repeat-y" face="宋体"></FONT></FONT></FONT></FONT></FONT></FONT>&nbsp;</FONT></TD>
  72. </TR>
  73. <TR>
  74. <TD style="BACKGROUND-IMAGE: url(img/corner_left_l.gif); WIDTH: 6px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 6px"><FONT face="宋体"></FONT></TD>
  75. <TD><IMG src="img/corner_ll.gif"></TD>
  76. <TD style="BACKGROUND-IMAGE: url(img/bot_bg.gif); WIDTH: 99.87%; BACKGROUND-REPEAT: repeat-x; HEIGHT: 12px"><FONT face="宋体"></FONT><FONT face="宋体"></FONT></TD>
  77. <TD style="BACKGROUND-IMAGE: none; WIDTH: 12px; HEIGHT: 13px"><IMG src="img/corner_r.gif"></TD>
  78. </TR>
  79. </TABLE>
  80. </TD></TR></TBODY></TABLE></asp:panel></FONT></TD></TR></TBODY></TABLE>
  81. </form>
  82. </body>
  83. </HTML>