| |
.gif" class="mytext"> |
|
|
|
| |
<% =rs("Title") %> |
|
|
|
|
|
|
|
| |
<% if rs("sec")=true then %>
(非公开内容,只有站长能看到)
<% else %>
<% =ubbcode(rs("content"))%>
<% end if %> |
|
|
|
|
<%
'if rs("repflag")=true then
set rsb=Server.CreateObject("ADODB.Recordset")
'-----------------------此处进行了更改 V2.0 版--------------------------------
strsql="select * from reply where GuestID=" & Trim(rs("ID"))
rsb.open strsql,conn,1,3
if not rsb.eof then
if not rs("ReNoView")=True then
recont=rsb("content")
'-----------------------此处进行了更改 V1.1版-------------------------------
%>
| |
站长回复: |
|
|
|
| |
<% =ubbcode(recont) %> | |
<%
'-----------------------此处进行了更改 V2.0 版-------------------------------
end if
end if
rsb.close
set rsb=nothing
'end if
'-----------------------此处进行了更改 V2.0 版-------------------------------
%>
|
|
|
|