%if strAction="reply" then%>
<%elseif strAction="detail" then%>| 查看详情 | |
| 留言者 | <%=gbookQuery("mUser")%> |
| 留言时间 | <%=gbookQuery("mTime")%> |
| 留言标题 | <%=gbookQuery("mTitle")%> |
| 留言内容 | <%=textFormat(gbookQuery("mContent"))%> |
| 回复者 | <%=gbookQuery("mReplyUser")%> |
| 回复时间 | <%=gbookQuery("mReplyTime")%> |
| 回复内容 | <%if gbookQuery("mReplyContent") <>"" then response.write textFormat(gbookQuery("mReplyContent"))%> |