<%
set Menu=new TreeMenu
Chk_Admin_Login()
Id=zhcx.checknumeric(request("Id"))
Btn="添加"
if Id>0 then
Btn="修改"
Sql="Select * From Z_Job where Id="&Id
Set rs=zhcx.conn(sql)
if not rs.eof then
Title=trim(rs("Title"))
Content=re_htmlCode(rs("Content"))
num=trim(rs("num"))
end if
rs.close
set rs=nothing
end if
%>
<%=Zhcx.GetTopTemplates(2)%>