| <%=thisboard("boardname")%> |
| 文章:<%=thisboard("articles")%>
板主:
<% if thisboard("boardmaster")<>"" then response.write(thisboard("boardmaster"))%>
|
<%if mode=-1 then%>
本板目前没有文章。
[发表]
<%else%>
[发表]
<%if nowpage > 1 then %>
[上页]
<%end if%>
<%if (numpages-nowpage)>0 then%>
[下页]
<%end if%>
<%if (nowpage-numpages)<>0 then%>
[末页]
<%end if%>
<%if nowpage<>1 then%>
[首页]
<%end if%>
<%
if nowpage<>1 then
articles.movelast
articles.move(-((numpages-nowpage+1)*pagesize-1))
else
articles.movefirst
end if
cnt=0
do while cnt
|
<%if articles("porr")=FALSE then
response.write(" ")
end if%>
.gif"><%=articles("articlenum")%>.&nowpage=<%=nowpage%>"><%=articles("title")%>--<%=articles("author")%>
在 (<%=articles("posttime")%>) 发表 |
<% articles.movenext
loop
%>
<%end if%>
<%
thisboard.close
set thisboard=nothing
articles.close
set articles=nothing
Conn.close
set Conn=nothing
%>