|
|
<% if trim(rsArticleList("Author"))<>"" and trim(rsArticleList("Author"))<>"佚名" then
response.write "作者:" & rsArticleList("Author") & " "
end if
if trim(rsArticleList("CopyFrom"))<>"" then
response.write "转贴自:" & rsArticleList("CopyFrom") & " "
end if
if trim(rsArticleList("SubTitle"))<>"" then
response.write "日期:" & rsArticleList("SubTitle") & " "
end if
%> |
|
|
| <%=rsArticleList("content")%> |
<% end if %>