article_order.aspx
资源名称:论坛源码.rar [点击查看]
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:4k
源码类别:
.net编程
开发平台:
C#
- <%@ Page language="c#" Codebehind="article_order.aspx.cs" AutoEventWireup="false" Inherits="kuangren.article_order" %>
- <%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <meta name="vs_showGrid" content="False">
- <TITLE>狂人论坛-<%=showinfor%></TITLE>
- <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
- <meta content="C#" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <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" MS_POSITIONING="GridLayout">
- <!--#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> → 帖子列表 → <%=showinfor%></td>
- </tr>
- </table>
- <br>
- <table cellSpacing="1" cellPadding="4" width="97%" align="center" bgColor="#6595d6" border="0">
- <tr bgColor="#ffffff">
- <td colSpan="5" height="28"><strong>>> <%=showinfor%></strong> <strong><<</strong></td>
- </tr>
- <tr class="title_link" align="center">
- <td class="title" style="HEIGHT: 2px" width="10%">状态</td>
- <td class="title" style="HEIGHT: 2px">主题 (点<IMG height="9" hspace="3" src="skin/dvbbs/images/%2B.gif" width="9" align="absMiddle"
- border="0">即可展开贴子列表)</td>
- <td class="title" style="HEIGHT: 2px" width="12%">作者</td>
- <td class="title" style="HEIGHT: 2px" width="13%">回复/人气</td>
- <td class="title" style="HEIGHT: 2px" width="27%">最后更新 | 回复人</td>
- </tr>
- <asp:repeater id="Repeater1" runat="server">
- <itemtemplate>
- <tr align="center" bgcolor="#FFFFFF" style="padding-top: 5px; padding-bottom: 5px;">
- <td width="10%">
- <img src="images/<%# JudgeImage(DataBinder.Eval(Container.DataItem,"f3_top").ToString(),DataBinder.Eval(Container.DataItem,"f3_distillate").ToString(),DataBinder.Eval(Container.DataItem,"f3_state").ToString(),Convert.ToInt32(DataBinder.Eval(Container.DataItem,"f3_replynum").ToString())) %>" >
- </td>
- <td bgcolor="#e2ebf5"><div align="left">
- <%# Server.HtmlEncode((DataBinder.Eval(Container.DataItem,"f3_motif")).ToString())%>
- </div></td>
- <td width="12%">
- <%# DataBinder.Eval(Container.DataItem,"f3_name") %>
- </td>
- <td width="13%" bgcolor="#e2ebf5">
- <%# DataBinder.Eval(Container.DataItem,"f3_replynum") %>
- /
- <%# DataBinder.Eval(Container.DataItem,"f3_count") %>
- </td>
- <td width="27%"> <table width="85%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <%# DataBinder.Eval(Container.DataItem,"f3_now") %>
- <font color="#CC0000">|</font>
- <%# GetReply(DataBinder.Eval(Container.DataItem,"f3_replyname")) %>
- </td>
- </tr>
- </table></td>
- </tr>
- </itemtemplate>
- </asp:repeater>
- <form id="repeater" method="post" runat="server">
- <tr align="center" bgColor="#ffffff" height="28">
- <td colSpan="5"><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></td>
- </tr></form>
- </table>
- <!--#include file="sitefloor.aspx" -->
- </body>
- </HTML>