<%@ LANGUAGE = VBScript.Encode %> 生成人才详细页面 <% if Instr(session("AdminPurview"),"|34,")=0 then response.write ("

您没有管理该模块的权限!
") response.end end if if ISHTML = 0 then response.Write "" response.End end If %>
招聘信息:添加,修改招聘信相关的内容
添加招聘信息 | 查看招聘信息  | 查看人才信息 | 生成人才分类页面 | 生成人才详细页面

0%
<% totalrec=Conn.Execute("select count(*) from Jobs")(0) sql="Select * from Jobs order by ID desc" Set Rs=Conn.Execute(sql) if totalrec=0 then Detail_Num=0 Else Detail_Num=1 do while not rs.eof ID=rs("ID") call htmll("/CH/","/CH/",""&JobNameDiy&""&Separated&""&ID&"."&HTMLName&"","JobsView.asp","ID=",ID,"","") call htmll("/EN/","/EN/",""&JobNameDiy&""&Separated&""&ID&"."&HTMLName&"","JobsView.asp","ID=",ID,"","") Response.Write "" Response.Flush rs.movenext Detail_Num=Detail_Num+1 loop end if rs.close set rs=Nothing conn.close set conn=Nothing %>