bbslog.aspx
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:3k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
  2. <%@ Page language="c#" Codebehind="bbslog.aspx.cs" AutoEventWireup="false" Inherits="kuangren.bbslog" %>
  3. <%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  5. <HTML>
  6. <HEAD>
  7. <title>狂人论坛-论坛事件</title>
  8. <meta name="vs_showGrid" content="False">
  9. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  10. <meta name="CODE_LANGUAGE" Content="C#">
  11. <meta name="vs_defaultClientScript" content="JavaScript">
  12. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  14. <LINK href="skin/dvbbs/style.css" type="text/css" rel="stylesheet">
  15. </HEAD>
  16. <body leftMargin="0" topMargin="0"> <!--#include file="sitehead.aspx" -->
  17. <table cellSpacing="1" cellPadding="3" width="97%" align="center" bgColor="#6595d6" border="0">
  18. <tr>
  19. <td bgColor="#f0f0f0" height="25"><IMG height="9" hspace="3" src="skin/dvbbs/images/nav_position.gif" width="9" align="absMiddle">
  20. <uc1:jianinclude2 id="Jianinclude21" runat="server"></uc1:jianinclude2>
  21. <uc1:jianinclude3 id="Jianinclude31" runat="server"></uc1:jianinclude3>
  22. 事件记录列表</td>
  23. </tr>
  24. </table>
  25. <br>
  26. <table cellSpacing="1" cellPadding="4" width="97%" align="center" bgColor="#6595d6" border="0">
  27. <tr bgColor="#ffffff">
  28. <td colSpan="4" height="28">
  29. <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  30. <tr>
  31. <td align="center" width="50"><strong>广播:</strong></td>
  32. <td>广播。。。。</td>
  33. </tr>
  34. </table>
  35. </td>
  36. </tr>
  37. <tr class="title_link" align="center">
  38. <td class="title" style="HEIGHT: 2px" width="14%">对象</td>
  39.     <td width="51%" class="title" style="HEIGHT: 2px">事件内容</td>
  40. <td width="18%" class="title" style="HEIGHT: 2px">操作时间</td>
  41. <td class="title" style="HEIGHT: 2px" width="17%">操作人</td>
  42. </tr>
  43. <asp:repeater id="Repeater1" runat="server">
  44. <itemtemplate>
  45. <tr align="center" bgcolor="#FFFFFF" style="padding-top: 5px; padding-bottom: 5px;">
  46. <td width="14%"><%# DataBinder.Eval(Container.DataItem,"l_touser") %>
  47. </td>
  48. <td bgcolor="#e2ebf5"><div align="left"><%# DataBinder.Eval(Container.DataItem,"l_content") %>
  49. </div>
  50. </td>
  51. <td><%# DataBinder.Eval(Container.DataItem,"l_addtime") %>
  52. </td>
  53. <td width="17%">保密
  54. </td>
  55. </tr>
  56. </itemtemplate>
  57. </asp:repeater>
  58. <tr align="center" bgColor="#ffffff" height="28">
  59. <td colSpan="4"><form id="repeater" method="post" runat="server">
  60. <WEBDIYER:ASPNETPAGER id="AspNetPager1" runat="server" AlwaysShow="True" UrlPageIndexName="pageindex"
  61. UrlPaging="True" ShowCustomInfoSection="Left" Width="100%" NumericButtonTextFormatString="-{0}-" PagingButtonSpacing="8"
  62. NextPageText=">>" PrevPageText="<<" LastPageText=">>|" FirstPageText="|<<" NumericButtonCount="8"
  63. PageSize="20" CssClass="mypager" HorizontalAlign="Right" ShowBoxThreshold="5"></WEBDIYER:ASPNETPAGER></form>
  64. </td>
  65. </tr>
  66. </table>
  67. <!--#include file="sitefloor.aspx" -->
  68. </body>
  69. </HTML>