%
dim isdisp,bbseveninfo
dim endpage
dim totalrec
dim n
dim currentpage,page_count,Pcount
dim bgcolor
if boardid=0 then
stats="论坛总事件列表"
call nav()
call head_var(2,0,"","")
else
stats="事件记录列表"
call nav()
call head_var(1,BoardDepth,0,0)
end if
if Cint(GroupSetting(39))=0 then
Errmsg=Errmsg+"
"+"
您没有浏览本论坛事件的权限,请登陆或者同管理员联系。"
founderr=true
end if
if master then founderr=false
if founderr then
call dvbbs_error()
else
if request("action")="dellog" then
call batch()
else
call boardeven()
end if
if founderr then call dvbbs_error()
call activeonline()
end if
call footer()
REM 显示版面信息---Headinfo
sub boardeven()
currentPage=request("page")
if currentpage="" or not isInteger(currentpage) then
currentpage=1
else
currentpage=clng(currentpage)
end if
if master then
response.write "版主或管理员请点击操作时间切换到管理状态
"
end if
response.write "