|
|
<% if rsArticleList("isOuturl")=true then %>
" target="_blank"> <%=rsArticleList("Title")%>
<% else %>
" target="_blank"> <%=rsArticleList("Title")%>
<% end if %>
<% if (now()-cdate(rsArticleList("UpdateTime")))<3 then %>
<% end if %>
[<%=formatdatetime(rsArticleList("UpdateTime"),2)%>] |
<%
ArticleNum=ArticleNum+1
if ArticleNum>=MaxPerPage then exit do
rsArticleList.movenext
loop
end sub
%>
| <%if totalPut>MaxPerPage then showpage FileName,totalput,MaxPerPage,true,true,"篇文章"%> |