bbslog.aspx
资源名称:论坛源码.rar [点击查看]
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:3k
源码类别:
.net编程
开发平台:
C#
- <%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
- <%@ Page language="c#" Codebehind="bbslog.aspx.cs" AutoEventWireup="false" Inherits="kuangren.bbslog" %>
- <%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>狂人论坛-论坛事件</title>
- <meta name="vs_showGrid" content="False">
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <LINK href="skin/dvbbs/style.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body leftMargin="0" topMargin="0"> <!--#include file="sitehead.aspx" -->
- <table cellSpacing="1" cellPadding="3" width="97%" align="center" bgColor="#6595d6" border="0">
- <tr>
- <td bgColor="#f0f0f0" height="25"><IMG height="9" hspace="3" src="skin/dvbbs/images/nav_position.gif" width="9" align="absMiddle">
- <uc1:jianinclude2 id="Jianinclude21" runat="server"></uc1:jianinclude2>
- <uc1:jianinclude3 id="Jianinclude31" runat="server"></uc1:jianinclude3>
- 事件记录列表</td>
- </tr>
- </table>
- <br>
- <table cellSpacing="1" cellPadding="4" width="97%" align="center" bgColor="#6595d6" border="0">
- <tr bgColor="#ffffff">
- <td colSpan="4" height="28">
- <table cellSpacing="0" cellPadding="0" width="100%" border="0">
- <tr>
- <td align="center" width="50"><strong>广播:</strong></td>
- <td>广播。。。。</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr class="title_link" align="center">
- <td class="title" style="HEIGHT: 2px" width="14%">对象</td>
- <td width="51%" class="title" style="HEIGHT: 2px">事件内容</td>
- <td width="18%" class="title" style="HEIGHT: 2px">操作时间</td>
- <td class="title" style="HEIGHT: 2px" width="17%">操作人</td>
- </tr>
- <asp:repeater id="Repeater1" runat="server">
- <itemtemplate>
- <tr align="center" bgcolor="#FFFFFF" style="padding-top: 5px; padding-bottom: 5px;">
- <td width="14%"><%# DataBinder.Eval(Container.DataItem,"l_touser") %>
- </td>
- <td bgcolor="#e2ebf5"><div align="left"><%# DataBinder.Eval(Container.DataItem,"l_content") %>
- </div>
- </td>
- <td><%# DataBinder.Eval(Container.DataItem,"l_addtime") %>
- </td>
- <td width="17%">保密
- </td>
- </tr>
- </itemtemplate>
- </asp:repeater>
- <tr align="center" bgColor="#ffffff" height="28">
- <td colSpan="4"><form id="repeater" method="post" runat="server">
- <WEBDIYER:ASPNETPAGER id="AspNetPager1" runat="server" AlwaysShow="True" UrlPageIndexName="pageindex"
- UrlPaging="True" ShowCustomInfoSection="Left" Width="100%" NumericButtonTextFormatString="-{0}-" PagingButtonSpacing="8"
- NextPageText=">>" PrevPageText="<<" LastPageText=">>|" FirstPageText="|<<" NumericButtonCount="8"
- PageSize="20" CssClass="mypager" HorizontalAlign="Right" ShowBoxThreshold="5"></WEBDIYER:ASPNETPAGER></form>
- </td>
- </tr>
- </table>
- <!--#include file="sitefloor.aspx" -->
- </body>
- </HTML>