<% set Menu=new TreeMenu Chk_Admin_Login() Id=zhcx.checknumeric(request("Id")) Btn="添加" if Id>0 then Btn="修改" Sql="Select * From Z_Freeback where Id="&Id Set rs=zhcx.conn(sql) if not rs.eof then Title=trim(rs("Title")) Content=rs("Content") itype=rs("itype") addtime=trim(rs("addtime")) end if rs.close set rs=nothing end if %> <%=Zhcx.GetTopTemplates(2)%>
查看信息
类型: <% if trim(itype)="0" then response.write "需求留言" else response.write "咨询需求调查表" end if %>
标题:  <%=title%>
提交时间:  <%=addtime%>
内容:  <%=content%>