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(" ");
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("主题:" + htmlencode(LastTopicName) + "");}
}
}
document.write("
 ");
if(LastWriter == "")
{
document.write("作者:");
LastWriter="无";
document.write(LastWriter);
document.write("
 时间:无");
}
else
{
document.write("回复:");
if(LastWriter!="游客")
{
if(Temp == 1)
{
document.write("隐藏");
}
else
{
document.write("" + htmlencode(LastWriter) + "");
}
}
else
{
document.write(htmlencode(LastWriter))
}
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) + ":" + LastWriteTime.substr(12,2)
}
else
{
document.write(htmlencode(LastWriter) + " ")
}
document.write(LastWriteTime);
document.write("
 ");
document.write("新帖:" + TodayAnnounce + " 主题 " + TopicNum + " 总量 " + AnnounceNum);
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