在线情况
楼主
  • 头像
  • べ当愛已成往亊べ
  • 级别
  • 徽章
  • 声望+9
  • 积分4765
  • 经验54843
  • 文章4893
  • 注册2005-03-07
<分享>两款个人比较喜欢的DZ摸版
[TABLE][TR][TD]首页版面列表信息完全显示:

仿DZ表模版<1>

[/TD][TR][TD] function displayboard(BoardID,BoardAssort,BoardName,BoardIntro,LastWriter,LastWriteTime,TopicNum,AnnounceNum,ForumPass,LastAnnounceID,LastTopicName,MasterList,BoardLimit,AssortName,TodayAnnounce,GoodNum,BoardImgUrl,BoardImgWidth,BoardImgHeight,onlineUser,LowerBoard)
{
     var Temp = 0;
     if(CurrentAssosrt!=BoardAssort)
     {
           CurrentAssosrt = BoardAssort
           if(Flag == 1)
           {      document.write("</table>");
                 if(GBL_TableBottomString != "")document.write("<table width=" + DEF_BBS_ScreenWidth + " border=0 cellspacing=0 cellpadding=0 align=center><tr><td>" + GBL_TableBottomString + "</td></tr></table>");
                 document.write("<br>");
           }
           if(GBL_TableHeadString != "")document.write("<table width=" + DEF_BBS_ScreenWidth + " border=0 cellspacing=0 cellpadding=0 align=center><tr><td>" + GBL_TableHeadString + "</td></tr></table>");
           document.write("<table width=" + DEF_BBS_ScreenWidth + " border=0 cellspacing=1 cellpadding=5 align=center bgcolor=#cccccc class=TBone><tr bgcolor=#666699><td colspan=6 class=TBHead><img src=images/blank.gif width=2 height=2><br><a href=Boards.asp?Assort=" + BoardAssort + "><b><font color=white class=HeadFont>" + AssortName + "</font></b></a></td></tr><tr align=center class=TBHead3><td> </td><td width=46%>论坛</td><td width=6%>主题</td><td width=6%>贴数</td><td width=28%>最后发表</td><td width=10%>版主</td></tr>");
           Flag = 1;
     }
     document.write("<tr bgcolor=#f7f7f7 align=center class=TBBG9><td width=25 bgcolor=eeeeee class=TBBG1><img src=images/" + GBL_DefineImage + "BoardTopic/");
     if(TodayAnnounce > 0)document.write("_");
     if(ForumPass!="")
     {
           document.write("lock.gif title=保密论坛");
     }
     else
     {
           if(BoardLimit&(1<<(7-1)))
           {
                 document.write("lock3.gif title=版主专区");
           }
           else
           {
                 if((BoardLimit&(1<<(4-1))) && (BoardLimit&(1<<(3-1))) && (BoardLimit&(1<<(6-1))))
                 {
                       document.write("readonly.gif title=只读论坛");
                 }
                 else
                 {
                       if(BoardLimit&(1<<(2-1)))
                       {
                             document.write("lock2.gif title=正式会员论坛");
                       }
                       else
                       {
                             if(BoardLimit&(1<<(1-1)))
                             {
                                   document.write("lock1.gif title=注册认证论坛");
                             }
                             else
                             {
                                   if(BoardLimit&(1<<(9-1)))
                                   {
                                         document.write("open.gif title=开放论坛");
                                   }
                                   else
                                   {
                                         document.write("1.gif title=常规论坛");
                                   }
                             }
                       }
                 }
           }
     }
     document.write("  ></td>");
     document.write("<td align=Left><table width=100% border=0 cellspacing=0 cellpadding=3>");
     if(BoardImgUrl != "" && BoardImgUrl != null)document.write("<tr><td rowspan=3 width=" + BoardImgWidth + " valign=top><img src=images/null.gif width=2 height=3><br><a href=Board/Board.asp?BoardID=" + BoardID + "><img src=\"" + BoardImgUrl + "\" width=" + BoardImgWidth + " height=" + BoardImgHeight + " border=0></a></td><td width=4 rowspan=3><img src=images/null.gif width=2 height=2></td></tr>");
     document.write("<tr height=20><td><a href=Board/Board.asp?BoardID=" + BoardID + ">" + BoardName + "</a>");
     document.write("</td></tr>");
     document.write("<tr height=15><td>");
     document.write(BoardIntro);
     document.write("</td></tr>");
     document.write("</table></td>");
       document.write("<td align=center valign=middle><img src=images/null.gif height=2 width=2>" + TopicNum + "</td><td align=center valign=middle><img src=images/null.gif height=2 width=2>" + AnnounceNum + "</td>");
     document.write("<td align=Left valign=center><img src=images/null.gif height=2 width=2><br>");
     if(LastTopicName == "" || LastTopicName==null)
     {
           document.write("主题:无");
     }
     else
     {
           if(strlength(LastTopicName)>31)LastTopicName = LeftTrue(LastTopicName,31-3) + "..."
           LastTopicName = htmlencode(LastTopicName);
           if(ForumPass != "" || (BoardLimit&(1<<(2-1))) || (BoardLimit&(1<<(7-1))))
           {
                 document.write("主题:已设置为隐藏");
                 Temp = 1;
           }
           else
           {
                 if(parseInt(LastAnnounceID)==0){document.write("主题:" + htmlencode(LastTopicName));}
                 else{document.write("主题:<a href=announce/announce.asp?BoardID=" + BoardID + "&ID=" + LastAnnounceID + "&Aupflag=1&Anum=1>" + htmlencode(LastTopicName) + "</a>");}
           }
     }
     document.write("<br>");
     if(LastWriter == "")
     {
           document.write("回复:");
           LastWriter="无";
     }
     else
     {
           if(LastWriteTime.length==14)LastWriteTime = LastWriteTime.substr(0,4) + "-" + LastWriteTime.substr(4,2) + "-" + LastWriteTime.substr(6,2) + " " + LastWriteTime.substr(8,2) + ":" + LastWriteTime.substr(10,2)
           document.write("回复:" );
           if(LastWriter!="游客")
           {
                 if(Temp != 1)document.write("<a href=\"User/LookUserInfo.asp?Name=" + htmlencode(LastWriter) + "\">" + htmlencode(LastWriter) + "</a> ");
           }
           else
           {
                 document.write(htmlencode(LastWriter) + " ")
           }
                document.write("<br>");
           document.write("时间:");
           document.write(LastWriteTime);
           document.write("</td>");
     }
document.write("<td class=smalltxt align=center valign=middle>")
DisplayBoardMastList(MasterList,5);
document.write("</td></tr>")
}[/TD][/TR][/TABLE]

asp技术学习感谢您的参与
在线情况
2
  • 头像
  • べ当愛已成往亊べ
  • 级别
  • 徽章
  • 声望+9
  • 积分4765
  • 经验54843
  • 文章4893
  • 注册2005-03-07
[CODE]首页版面列表信息完全显示: 仿DZ表模版<2> function displayboard(BoardID,BoardAssort,BoardName,BoardIntro,LastWriter,LastWriteTime,TopicNum,AnnounceNum,ForumPass,LastAnnounceID,LastTopicName,MasterList,BoardLimit,AssortName,TodayAnnounce,GoodNum,BoardImgUrl,BoardImgWidth,BoardImgHeight,onlineUser,LowerBoard) { var Temp = 0; if(CurrentAssosrt!=BoardAssort) { CurrentAssosrt = BoardAssort if(Flag == 1) { document.write("
"); if(GBL_TableBottomString != "")document.write("
" + GBL_TableBottomString + "


"); document.write("
"); } if(GBL_TableHeadString != "")document.write("
" + GBL_TableHeadString + "
"); document.write("
"); Flag = 1; } document.write(""); document.write(""); document.write(""); document.write("") document.write(""); } } function DisplayBoardMastList(s,num) { if("?LeadBBS?" == s) { document.write("全体版主"); } else { if(s == "" || s == null)document.write("无"); var ss,n; ss = s.split(","); for(n=0;n=num)break; document.write("" + htmlencode(ss[n]) + " "); } if(n>=num && n..."); } } } function htmlencode(str) { var re = /(<)/gi; var rv = str.replace(re,"<"); re = /(>)/gi; rv = rv.replace(re,">"); re = /(\")/gi; rv = rv.replace(re,"""); return(rv); } function LeftTrue(str,n) { var mx=String.fromCharCode(127); if(str.length<=n/2) { return(str); } else { var TStr=""; var l,t=0; var i; l=str.length; for(i=0;imx) { t=t+2; } else { t=t+1; } if(t>n)break; TStr=TStr+str.charAt(i); } return(TStr); } } function strlength(str) { var mx=String.fromCharCode(255); if(str.length==0) { return(0); } else { var TStr=""; var l,t,c; var i; l=str.length; t=l; for(i=0;imx) { t+=1; } } return(t); } } function DisplayBoardMastList(s,num) { if("?LeadBBS?" == s) { document.write("全体版主"); } else { if(s == "" || s == null)document.write("无"); var ss,n; ss = s.split(","); for(n=0;n=num)break; document.write("" + htmlencode(ss[n]) + " "); } if(n>=num && n..."); } } } function htmlencode(str) { var re = /(<)/gi; var rv = str.replace(re,"<"); re = /(>)/gi; rv = rv.replace(re,">"); re = /(\")/gi; rv = rv.replace(re,"""); return(rv); } function LeftTrue(str,n) { var mx=String.fromCharCode(127); if(str.length<=n/2) { return(str); } else { var TStr=""; var l,t=0; var i; l=str.length; for(i=0;imx) { t=t+2; } else { t=t+1; } if(t>n)break; TStr=TStr+str.charAt(i); } return(TStr); } } function strlength(str) { var mx=String.fromCharCode(255); if(str.length==0) { return(0); } else { var TStr=""; var l,t,c; var i; l=str.length; t=l; for(i=0;imx) { t+=1; } } return(t); } } [/CODE]
" + AssortName + "
论坛主题贴数最后发表版主
0)document.write("_"); if(ForumPass!="") { document.write("lock.gif title=保密论坛"); } else { if(BoardLimit&(1<<(7-1))) { document.write("lock3.gif title=版主专区"); } else { if((BoardLimit&(1<<(4-1))) && (BoardLimit&(1<<(3-1))) && (BoardLimit&(1<<(6-1)))) { document.write("readonly.gif title=只读论坛"); } else { if(BoardLimit&(1<<(2-1))) { document.write("lock2.gif title=认证会员论坛"); } else { if(BoardLimit&(1<<(1-1))) { document.write("lock1.gif title=注册认证论坛"); } else { if(BoardLimit&(1<<(9-1))) { document.write("open.gif title=开放论坛"); } else { document.write("1.gif title=常规论坛"); } } } } } } document.write(" >"); if(BoardImgUrl != "" && BoardImgUrl != null)document.write(""); document.write(""); //document.write(""); document.write(""); document.write("
" + BoardName + "

"); document.write(BoardIntro); document.write("
"); document.write("
" + TopicNum + "" + AnnounceNum + ""); Temp = 0; if(LastTopicName == "" || LastTopicName==null) { } else { if(LastTopicName.length>12) { LastTopicName = LastTopicName.substring(0,12-1); LastTopicName = htmlencode(LastTopicName) + "..." } else { LastTopicName = htmlencode(LastTopicName); } if(ForumPass != "" || (BoardLimit&(1<<(2-1)))) { Temp = 1; } else { } } document.write(""); if(LastWriter == "") { } else { if(LastWriter!="游客") { if(Temp == 1) { } else { } } else { } if(LastWriteTime.length==14) { LastWriteTime = LastWriteTime.substr(0,4) + "-" + LastWriteTime.substr(4,2) + "-" + LastWriteTime.substr(6,2) + " " + LastWriteTime.substr(8,2) + ":" + LastWriteTime.substr(10,2) } else { LastWriteTime = "无" } document.write("
"); document.write("" + LastWriteTime); document.write("
by " + htmlencode(LastWriter) + ""); document.write("
") document.write("
") document.write("
") DisplayBoardMastList(MasterList,5); document.write("
asp技术学习感谢您的参与
在线情况
3
  • 头像
  • 级别
    • 积分21
    • 经验221
    • 文章13
    • 注册2007-04-21
    不会用。。。。。
    asp技术学习感谢您的参与
    在线情况
    4
    • 头像
    • 级别
    • 徽章
    • 积分389
    • 经验27870
    • 文章253
    • 注册2007-03-02
    第一个好
    asp技术学习感谢您的参与
    在线情况
    5
    • 头像
    • 级别
    • 徽章
    • 声望+9
    • 积分1935
    • 经验172057
    • 文章2288
    • 注册2006-11-05
    确实不错,收藏 不过我还是习惯用自己改完之后的模板
    asp技术学习感谢您的参与
    在线情况
    6
    • 头像
    • 级别
    • 徽章
    • 积分389
    • 经验27870
    • 文章253
    • 注册2007-03-02
    但是第一个不显示区版主
    asp技术学习感谢您的参与
    在线情况
    7
    • 头像
    • 级别
    • 徽章
    • 积分389
    • 经验27870
    • 文章253
    • 注册2007-03-02
    而且没有今日新贴显示
    asp技术学习感谢您的参与
    在线情况
    8
    • 头像
    • べ当愛已成往亊べ
    • 级别
    • 徽章
    • 声望+9
    • 积分4765
    • 经验54843
    • 文章4893
    • 注册2005-03-07
    路人之家使用的摸版 [CODE]function displayboard(BoardID,BoardAssort,BoardName,BoardIntro,LastWriter,LastWriteTime,TopicNum,AnnounceNum,ForumPass,LastAnnounceID,LastTopicName,MasterList,BoardLimit,AssortName,TodayAnnounce,GoodNum,BoardImgUrl,BoardImgWidth,BoardImgHeight,onlineUser,LowerBoard,AssortMaster) { var Temp = 0; if(CurrentAssosrt!=BoardAssort) { CurrentAssosrt = BoardAssort if(Flag == 1) { document.write("
    "); if(GBL_TableBottomString != "")document.write("
    " + GBL_TableBottomString + "
    "); document.write("
    "); } if(GBL_TableHeadString != "")document.write("
    " + GBL_TableHeadString + "
    "); document.write(""); Flag = 1; } document.write(""); document.write(""); document.write(""); } document.write(""); } else { if(LowerBoard==""||LowerBoard==null) {document.write("版面:无下级版面");} else{document.write("版面:" + LowerBoard.split(",").length + "个");} } }[/CODE]

    " + AssortName + "
    0)document.write("_"); if(ForumPass!="") { document.write("lock.gif title=保密论坛"); } else { if(BoardLimit&(1<<(7-1))) { document.write("lock3.gif title=版主专区"); } else { if((BoardLimit&(1<<(4-1))) && (BoardLimit&(1<<(3-1))) && (BoardLimit&(1<<(6-1)))) { document.write("readonly.gif title=只读论坛"); } else { if(BoardLimit&(1<<(2-1))) { document.write("lock2.gif title=正式会员论坛"); } else { if(BoardLimit&(1<<(1-1))) { document.write("lock1.gif title=注册认证论坛"); } else { if(BoardLimit&(1<<(9-1))) { document.write("open.gif title=开放论坛"); } else { document.write("1.gif title=常规论坛"); } } } } } } document.write(" >") document.write(""); document.write(""); document.write(""); if(BoardImgUrl != "" && BoardImgUrl != null)document.write(""); document.write(""); document.write("
    ※" + BoardName + "※
    "); document.write(BoardIntro); document.write("

    "); if(!(BoardLimit&(1<<(12-1)))) { if(LastTopicName == "" || LastTopicName==null) { document.write("主题:无"); } else { if(strlength(LastTopicName)>31)LastTopicName = LeftTrue(LastTopicName,31-3) + "..." LastTopicName = htmlencode(LastTopicName); if(ForumPass != "" || (BoardLimit&(1<<(2-1))) || (BoardLimit&(1<<(7-1)))) { document.write("主题:已设置为隐藏"); Temp = 1; } else { document.write("主题:" + htmlencode(LastTopicName) + ""); } } document.write("

    "); if(LastWriter == "") { document.write("回复:"); LastWriter="无"; } else { if(LastWriteTime.length==14)LastWriteTime = LastWriteTime.substr(0,4) + "-" + LastWriteTime.substr(4,2) + "-" + LastWriteTime.substr(6,2) + " " + LastWriteTime.substr(8,2) + ":" + LastWriteTime.substr(10,2) document.write("回复:" ); if(LastWriter!="游客") { if(Temp != 1)document.write("" + htmlencode(LastWriter) + " "); } else { document.write(htmlencode(LastWriter) + " ") } document.write("

    时间:"); document.write(LastWriteTime); document.write("
    "); document.write("
    "); document.write("版主:"); DisplayBoardMastList(MasterList,5); document.write(""); document.write("新帖:" + TodayAnnounce + " 主题 " + TopicNum + " 总量 " + AnnounceNum + "
    asp技术学习感谢您的参与
    在线情况
    9
    • 头像
    • べ当愛已成往亊べ
    • 级别
    • 徽章
    • 声望+9
    • 积分4765
    • 经验54843
    • 文章4893
    • 注册2005-03-07
    动网摸版 [CODE]function displayboard(BoardID,BoardAssort,BoardName,BoardIntro,LastWriter,LastWriteTime,TopicNum,AnnounceNum,ForumPass,LastAnnounceID,LastTopicName,MasterList,BoardLimit,AssortName,TodayAnnounce,GoodNum,BoardImgUrl,BoardImgWidth,BoardImgHeight,onlineUser,LowerBoard,AssortMaster) { var Temp = 0; if(CurrentAssosrt!=BoardAssort) { CurrentAssosrt = BoardAssort if(Flag == 1) { document.write("
    "); if(GBL_TableBottomString != "")document.write("
    " + GBL_TableBottomString + "
    "); document.write("
    "); } if(GBL_TableHeadString != "")document.write("
    " + GBL_TableHeadString + "
    "); document.write(""); Flag = 1; } document.write(""); document.write(""); } else { if(LowerBoard==""||LowerBoard==null) {document.write("版面:无下级版面");} else{document.write("版面:" + LowerBoard.split(",").length + "个");} } } [/CODE]
    " + AssortName + "
    0)document.write("_"); if(ForumPass!="") { document.write("lock.gif title=保密论坛"); } else { if(BoardLimit&(1<<(7-1))) { document.write("lock3.gif title=版主专区"); } else { if((BoardLimit&(1<<(4-1))) && (BoardLimit&(1<<(3-1))) && (BoardLimit&(1<<(6-1)))) { document.write("readonly.gif title=只读论坛"); } else { if(BoardLimit&(1<<(2-1))) { document.write("lock2.gif title=正式会员论坛"); } else { if(BoardLimit&(1<<(1-1))) { document.write("lock1.gif title=注册认证论坛"); } else { if(BoardLimit&(1<<(9-1))) { document.write("open.gif title=开放论坛"); } else { document.write("1.gif title=常规论坛"); } } } } } } document.write(" >"); document.write(""); } } document.write(""); document.write("
    ") document.write(""); document.write(""); document.write(""); if(BoardImgUrl != "" && BoardImgUrl != null)document.write(""); document.write(""); document.write("

    ※" + BoardName + "※

    "); document.write(BoardIntro); document.write("

    "); if(!(BoardLimit&(1<<(12-1)))) { if(LastTopicName == "" || LastTopicName==null) { document.write("主题:无"); } else { if(strlength(LastTopicName)>28)LastTopicName = LeftTrue(LastTopicName,28-3) + "..." LastTopicName = htmlencode(LastTopicName); if(ForumPass != "" || (BoardLimit&(1<<(2-1))) || (BoardLimit&(1<<(7-1)))) { document.write("主题:已设置为隐藏"); Temp = 1; } else { document.write("主题:" + htmlencode(LastTopicName) + ""); } } document.write("

    "); if(ForumPass != "" || (BoardLimit&(1<<(2-1))) || (BoardLimit&(1<<(7-1)))) { document.write("回复:隐藏"); } else { if(LastWriter == "") { document.write("回复:"); LastWriter="无"; } else { if(LastWriteTime.length==14)LastWriteTime = LastWriteTime.substr(0,4) + "-" + LastWriteTime.substr(4,2) + "-" + LastWriteTime.substr(6,2) + " " + LastWriteTime.substr(8,2) + ":" + LastWriteTime.substr(10,2) document.write("回复:" ); if(LastWriter!="游客") { if(Temp != 1)document.write("" + htmlencode(LastWriter) + " "); } else { document.write(htmlencode(LastWriter) + " ") } document.write("

    时间:"); document.write(LastWriteTime); document.write("
    "); document.write("
    "); document.write("版主:"); DisplayBoardMastList(MasterList,5); document.write("
    新帖:" + TodayAnnounce + "主题:" + TopicNum + "总量:" + AnnounceNum + "
    asp技术学习感谢您的参与
    在线情况
    10
    • 头像
    • べ当愛已成往亊べ
    • 级别
    • 徽章
    • 声望+9
    • 积分4765
    • 经验54843
    • 文章4893
    • 注册2005-03-07
    动网摸版2 [CODE]function displayboard(BoardID,BoardAssort,BoardName,BoardIntro,LastWriter,LastWriteTime,TopicNum,AnnounceNum,ForumPass,LastAnnounceID,LastTopicName,MasterList,BoardLimit,AssortName,TodayAnnounce,GoodNum,BoardImgUrl,BoardImgWidth,BoardImgHeight,onlineUser,LowerBoard) { var Temp = 0; if(CurrentAssosrt!=BoardAssort) { CurrentAssosrt = BoardAssort if(Flag == 1) { document.write("
    "); if(GBL_TableBottomString != "")document.write("
    " + GBL_TableBottomString + "
    "); document.write("
    "); } if(GBL_TableHeadString != "")document.write("
    " + GBL_TableHeadString + "
    "); document.write(""); Flag = 1; } document.write(""); document.write(""); } } [/CODE]

    " + AssortName + "
    0)document.write("_"); if(ForumPass!="") { document.write("lock.gif title=保密论坛"); } else { if(BoardLimit&(1<<(7-1))) { document.write("lock3.gif title=版主专区"); } else { if((BoardLimit&(1<<(4-1))) && (BoardLimit&(1<<(3-1))) && (BoardLimit&(1<<(6-1)))) { document.write("readonly.gif title=只读论坛"); } else { if(BoardLimit&(1<<(2-1))) { document.write("lock2.gif title=正式会员论坛"); } else { if(BoardLimit&(1<<(1-1))) { document.write("lock1.gif title=注册认证论坛"); } else { if(BoardLimit&(1<<(9-1))) { document.write("open.gif title=开放论坛"); } else { document.write("1.gif title=常规论坛"); } } } } } } document.write(" >"); document.write(""); if(BoardImgUrl != "" && BoardImgUrl != null){document.write(""); } else {document.write("");} document.write(""); document.write(""); document.write("
    『 " + BoardName + " 』

    "); if(LastTopicName == "" || LastTopicName==null) { document.write("主题:无"); } else { if(strlength(LastTopicName)>27)LastTopicName = LeftTrue(LastTopicName,27-3) + "..." LastTopicName = htmlencode(LastTopicName); if(ForumPass != "" || (BoardLimit&(1<<(2-1))) || (BoardLimit&(1<<(7-1)))) { document.write("主题:已设置为隐藏"); Temp = 1; } else { if(parseInt(LastAnnounceID)==0){document.write("主题:" + htmlencode(LastTopicName));} else{document.write("主题:" + htmlencode(LastTopicName) + "");} } } document.write("
    "); if(LastWriter == "") { document.write("作者:"); LastWriter="无"; } else { if(LastWriteTime.length==14)LastWriteTime = LastWriteTime.substr(0,4) + "年" + LastWriteTime.substr(4,2) + "月" + LastWriteTime.substr(6,2) + "日 " + LastWriteTime.substr(8,2) + ":" + LastWriteTime.substr(10,2) document.write("作者:" ); if(LastWriter!="游客") { if(Temp != 1)document.write("" + htmlencode(LastWriter) + " "); } else { document.write(htmlencode(LastWriter) + " ") } document.write("
    "); document.write("时间:" + LastWriteTime); document.write("
    "); document.write(BoardIntro); document.write("
    asp技术学习感谢您的参与
    在线情况
    11
    • 头像
    • べ当愛已成往亊べ
    • 级别
    • 徽章
    • 声望+9
    • 积分4765
    • 经验54843
    • 文章4893
    • 注册2005-03-07
    个人稍微修改喜欢的动网摸版 [CODE]function displayboard(BoardID,BoardAssort,BoardName,BoardIntro,LastWriter,LastWriteTime,TopicNum,AnnounceNum,ForumPass,LastAnnounceID,LastTopicName,MasterList,BoardLimit,AssortName,TodayAnnounce,GoodNum,BoardImgUrl,BoardImgWidth,BoardImgHeight,onlineUser,LowerBoard,AssortMaster) { var Temp = 0; if(CurrentAssosrt!=BoardAssort) { CurrentAssosrt = BoardAssort if(Flag == 1) { document.write("
    "); if(GBL_TableBottomString != "")document.write("
    " + GBL_TableBottomString + "
    "); document.write("
    "); } if(GBL_TableHeadString != "")document.write("
    " + GBL_TableHeadString + "
    "); document.write(""); Flag = 1; } document.write(""); document.write(""); } else { if(LowerBoard==""||LowerBoard==null) {document.write("版面:无下级版面");} else{document.write("版面:" + LowerBoard.split(",").length + "个");} } } [/CODE]
    " + AssortName + "
    0)document.write("_"); if(ForumPass!="") { document.write("lock.gif title=保密论坛"); } else { if(BoardLimit&(1<<(7-1))) { document.write("lock3.gif title=版主专区"); } else { if((BoardLimit&(1<<(4-1))) && (BoardLimit&(1<<(3-1))) && (BoardLimit&(1<<(6-1)))) { document.write("readonly.gif title=只读论坛"); } else { if(BoardLimit&(1<<(2-1))) { document.write("lock2.gif title=正式会员论坛"); } else { if(BoardLimit&(1<<(1-1))) { document.write("lock1.gif title=注册认证论坛"); } else { if(BoardLimit&(1<<(9-1))) { document.write("open.gif title=开放论坛"); } else { document.write("1.gif title=常规论坛"); } } } } } } document.write(" >"); document.write(""); } } document.write(""); document.write("
    ") document.write(""); document.write(""); document.write(""); if(BoardImgUrl != "" && BoardImgUrl != null)document.write(""); document.write(""); document.write("

    " + BoardName + "


    "); document.write(BoardIntro); document.write("

    "); if(!(BoardLimit&(1<<(12-1)))) { if(LastTopicName == "" || LastTopicName==null) { document.write("主题:无"); } else { if(strlength(LastTopicName)>28)LastTopicName = LeftTrue(LastTopicName,28-3) + "..." LastTopicName = htmlencode(LastTopicName); if(ForumPass != "" || (BoardLimit&(1<<(2-1))) || (BoardLimit&(1<<(7-1)))) { document.write("主题:已设置为隐藏"); Temp = 1; } else { document.write("主题:" + htmlencode(LastTopicName) + ""); } } document.write("

    "); if(ForumPass != "" || (BoardLimit&(1<<(2-1))) || (BoardLimit&(1<<(7-1)))) { document.write("回复:隐藏"); } else { if(LastWriter == "") { document.write("回复:"); LastWriter="无"; } else { if(LastWriteTime.length==14)LastWriteTime = LastWriteTime.substr(0,4) + "-" + LastWriteTime.substr(4,2) + "-" + LastWriteTime.substr(6,2) + " " + LastWriteTime.substr(8,2) + ":" + LastWriteTime.substr(10,2) document.write("回复:" ); if(LastWriter!="游客") { if(Temp != 1)document.write("" + htmlencode(LastWriter) + " "); } else { document.write(htmlencode(LastWriter) + " ") } document.write("

    时间:"); document.write(LastWriteTime); document.write("
    "); document.write("
    "); document.write("版主:"); DisplayBoardMastList(MasterList,5); document.write("
    今日帖 " + TodayAnnounce + "主题 " + TopicNum + "总量 " + AnnounceNum + "
    asp技术学习感谢您的参与
    在线情况
    12
    • 头像
    • 幕后두ኪ
    • 级别
    • 徽章
    • 声望+3
    • 积分1894
    • 经验20320
    • 文章2996
    • 注册2006-09-14
    喜欢中 能改成这样吗? [IMGA]http://www.leadbbs.com/images/upload_mm/2007/04/30_223424s.jpg[/IMGA] 谢谢
    asp技术学习感谢您的参与
    Page created in 0.0312 seconds with 6 queries.