📄 show_reply.asp
字号:
<!--#include file=conn.asp-->
<!--#include file=Post_Ubb.asp-->
<!--#include file="Config.asp"-->
<title>回复信息查看</title>
<LINK href="qt.css" type=text/css rel=stylesheet>
<div align="center">
<table border="0" width="100%" id="table5" class="t1">
<tr>
<td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="table15">
<tr>
<td height="36" align="center" onmouseover="this.className='tbb'" onmouseout="this.className='taa'" class="taa">
<p align="center">
<span>回复信息查看</span></font></td>
</tr>
</tr></table>
<%if request("id")<>"" then
id=cint(request("id"))
end if%>
<%rs.open"select * from reply where id="&id,conn,1,1
if rs.eof then
response.write"回复参数出错!"
else
rs2.open"select * from question where id="&rs("replyid"),conn,1,1%><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20"><a href=Show_User.asp?name=<%=rs("replyer")%>><%=rs("replyer")%></a>回复于<font color=green><%=rs("replytime")%></font></td></tr>
<tr><td><%if rs("replytitle")<>"" then%>回复标题:<%=rs("replytitle")%><br><%end if%>回复内容:<br><%=ubb(rs("replycontent"))%><%if rs("ck")<>"" then%><br><br><SPAN style="COLOR: #666666">参考资料:<%=ubb(rs("ck"))%></SPAN><%end if%></td></tr></table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" style="border:1pt dotted black ">
<tr>
<td height="23" align="center"><%=rs2("title")%><hr size=1 class="hr1"></td>
</tr>
<tr>
<td valign="top"><%=HTMLcode(rs2("content"))%></td>
</tr>
<tr>
<td height="20" align="right"><hr size=1 class="hr1"><%=rs2("sender")%>发布于<%=rs2("sendtime")%></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<%end if
rs.close%>
</table>
</div>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -