<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa0.Master" AutoEventWireup="true" CodeBehind="index.aspx.cs" Inherits="Mtxfw.shop.bbs.index" %>
当前位置: 首页 > 论坛

推荐帖子更多>>

热贴专区更多>>

<% System.Data.DataSet Ds_forum = daoforum.GetCacheList("top 10", "B_seef=1 And B_pid=0 Order By B_linkid asc", "forum_0"); foreach (System.Data.DataRow forumDr in Ds_forum.Tables[0].Rows) { %>

.html"><%=forumDr["B_ForumName"].ToString()%>版主:<%=forumDr["B_ForumManager"].ToString() == "" ? "暂无" : forumDr["B_ForumManager"].ToString()%>

<% Ds_bbs = daobbs.GetCacheList("top 6 (Select username From user_info b where b.id=a.B_MemberId) as MemberName,(Select username From user_info b where b.id=a.B_LastMemberId) as LastMemberName,", "B_IFDelete=0 And B_seef=1 And B_Layer=0 And B_ForumId=" + forumDr["B_ID"].ToString() + " Order By B_IFGG Desc,B_SetTop Desc,B_LastSubmitDate Desc,B_UpDate Desc", "bbs_" + forumDr["B_ID"].ToString()); foreach (System.Data.DataRow Dr in Ds_bbs.Tables[0].Rows) { %> <%} %>
主题发布人/时间阅读/回复最后更新
[<%=Mtxfw.Utility.Common.GetB_TType(Dr["B_TType"].ToString())%>].html" style=" color:<%=Dr["B_TitleColor"].ToString()%>"><%=Dr["B_Title"].ToString()%><%=Dr["B_SetTop"].ToString() == "1" ? "" : ""%><%=Dr["B_IFHot"].ToString() == "1" ? "" : ""%><%=Dr["B_IFTJ"].ToString() == "1" ? "" : ""%> <%=Dr["MemberName"].ToString() == "" ? "管理员" : Dr["MemberName"]%>
<%=Dr["B_SubmitDate"].ToString()%>
<%=Dr["B_Hits"].ToString()%>/<%=Dr["B_Childs"].ToString()%> <%=Dr["LastMemberName"].ToString() == "" ? "管理员" : Dr["LastMemberName"]%>
<%=Dr["B_LastSubmitDate"].ToString()%>
<%} %>