<div class="ForumPostBodyArea">
<%
if Rs("UserAccountStatus")=2 then
Response.Write "==============================<br> <font color=RED>该用户帐号已被禁用 </font><br>=============================="
else
if Subject<>"" then response.write "<div class=ForumPostTitle>"&Subject&"</div>"
response.write "<div class=ForumPostContentText>"&Body&"</div>"
if SiteConfig("EnableSignatures")=1 and SiteConfig("AllowSignatures")=1 then
if Rs("UserSign")<>"" then response.write " <FONT SIZE=4 COLOR=#336699> <div class=ForumPostSignature>"&YbbEncode(Rs("UserSign"))&"</div> </FONT> "
end if
end if
%> </div>
</div>