action.aspx
上传用户:xiecaij
上传日期:2015-02-08
资源大小:2016k
文件大小:3k
源码类别:

百货/超市行业

开发平台:

ASP/ASPX

  1. <%@ Register TagPrefix="Admin" TagName="AdminMenu" Src="AdminMenu.ascx" %>
  2. <%@ Page language="c#" Codebehind="action.aspx.cs" AutoEventWireup="false" Inherits="admin.action" %>
  3. <HTML>
  4. <HEAD>
  5. <LINK href="styles.css" type="text/css" rel="stylesheet">
  6. </HEAD>
  7. <body bottomMargin="0" leftMargin="0" background="../images/sitebkgrdnogray.gif" topMargin="0"
  8. rightMargin="0" marginwidth="0" marginheight="0">
  9. <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  10. <tr>
  11. <td vAlign="top" width="145" bgColor="#9999cc" height="100%"><ADMIN:ADMINMENU id="Menu1" runat="server"></ADMIN:ADMINMENU><IMG height="1" src="images/1x1.gif" width="145">
  12. </td>
  13. <td vAlign="top" align="center" width="700">
  14. <table height="100%" width="100%" align="center" border="0">
  15. <tr vAlign="top">
  16. <td align="center">
  17. <TABLE id="Table1" align="left" cellSpacing="1" cellPadding="1" width="300" border="0">
  18. <TR>
  19. <TD noWrap colSpan="3"><FONT face="宋体">
  20. <table cellspacing="0" cellpadding="0" width="100%" border="0">
  21. <tr>
  22. <td class="ContentHead">管理员日志
  23. <br>
  24. </td>
  25. </tr>
  26. </table>
  27. </FONT>
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD noWrap></TD>
  32. <TD noWrap>
  33. <form id="action" runat="server">
  34. <asp:DataGrid id="GridAction" runat="server" AutoGenerateColumns="False" BorderColor="Black" GridLines="Vertical"
  35. cellpadding="4" Font-Name="Verdana" Font-Size="8pt" ShowFooter="True" HeaderStyle-CssClass="CartListHead"
  36. FooterStyle-CssClass="cartlistfooter" ItemStyle-CssClass="CartListItem" AlternatingItemStyle-CssClass="CartListItemAlt"
  37. AllowPaging="True" PageSize="20" Width="279px">
  38. <FooterStyle CssClass="cartlistfooter"></FooterStyle>
  39. <AlternatingItemStyle CssClass="CartListItemAlt"></AlternatingItemStyle>
  40. <ItemStyle CssClass="CartListItem"></ItemStyle>
  41. <HeaderStyle CssClass="CartListHead"></HeaderStyle>
  42. <Columns>
  43. <asp:BoundColumn DataField="adminID" ReadOnly="True" HeaderText="管理员ID">
  44. <HeaderStyle Wrap="False"></HeaderStyle>
  45. <ItemStyle Wrap="False"></ItemStyle>
  46. <FooterStyle Wrap="False"></FooterStyle>
  47. </asp:BoundColumn>
  48. <asp:BoundColumn DataField="action" ReadOnly="True" HeaderText="动作">
  49. <HeaderStyle Wrap="False"></HeaderStyle>
  50. <ItemStyle Wrap="False"></ItemStyle>
  51. <FooterStyle Wrap="False"></FooterStyle>
  52. </asp:BoundColumn>
  53. <asp:BoundColumn DataField="actionDate" ReadOnly="True" HeaderText="操作时间">
  54. <HeaderStyle Wrap="False"></HeaderStyle>
  55. <ItemStyle Wrap="False"></ItemStyle>
  56. <FooterStyle Wrap="False"></FooterStyle>
  57. </asp:BoundColumn>
  58. </Columns>
  59. <PagerStyle Mode="NumericPages"></PagerStyle>
  60. </asp:DataGrid>
  61. </form>
  62. </TD>
  63. <TD noWrap></TD>
  64. </TR>
  65. <TR>
  66. <TD noWrap></TD>
  67. <TD noWrap></TD>
  68. <TD noWrap></TD>
  69. </TR>
  70. </TABLE>
  71. </td>
  72. </tr>
  73. </table>
  74. </td>
  75. </tr>
  76. </table>
  77. </body>
  78. </HTML>