%@ LANGUAGE="VBSCRIPT" %>
<%
rem ----------------------
rem ------主程序开始------
rem ----------------------
dim boardID
dim rs,sql
dim boardtype
dim tableback
dim tabletitle
dim tablebody
dim atablebody
dim tablefont
dim tablecontent
dim alertfont
dim strAllowForumCode
dim strAllowHTML
dim strIMGInPosts
dim strIcons
dim strflash
dim boardskin
dim boardstat
boardskin=1
boardid=request("boardid")
if boardmaster or master then
guestlist=""
else
guestlist=" lockboard=0 and "
end if
if BoardID="" or not isInteger(BoardID) then
BoardID=1
else
BoardID=clng(BoardID)
if err then
BoardID=1
err.clear
end if
end if
call boardinfo(boardid)
select case boardskin
case 1
boardstat="常规论坛,只允许注册会员发言"
case 2
boardstat="开放论坛,允许所有人发言"
case 3
boardstat="评论论坛,坛主和版主允许发言,其他注册用户只能回复"
if not(boardmaster or master) then
Founderr=true
Errmsg=Errmsg+"
"+"