<%=TD_home%> » 首页 » 人才招聘

人才招聘

    <% set rs=server.createobject("adodb.recordset") exec="select top "&config("jobclass")&" * from job order by id desc" rs.open exec,conn,1,1 if rs.eof then response.Write "
    暂无记录!" response.End() else rs.PageSize =""&TD_jobclass&"" iCount=rs.RecordCount iPageSize=rs.PageSize maxpage=rs.PageCount page=b if Not IsNumeric(page) or page="" then page=1 else page=cint(page) end if if page<1 then page=1 elseif page>maxpage then page=maxpage end if rs.AbsolutePage=Page if page=maxpage then x=iCount-(maxpage-1)*iPageSize else x=iPageSize end if end if %> <% dim i i=1 do while not rs.eof %>
    <%=InterceptString(rs("title"),20)%>
    性别: <% if rs("sex")=1 then response.Write("男") elseif rs("sex")=2 then response.Write("女") else response.Write("不限") end if %>
    学历要求: <% if rs("xueli")=1 then response.Write("初中以上") elseif rs("xueli")=2 then response.Write("中专/高中") elseif rs("xueli")=3 then response.Write("专科") elseif rs("xueli")=4 then response.Write("本科") elseif rs("xueli")=5 then response.Write("博士/硕士") else response.Write("学历不限") end if %>
        <%=i5808(rs("body"),1000)%>
    年龄要求:<%=rs("nn1")%>至<%=rs("nn2")%>岁 人数:<%=rs("renshu")%>
    <% if i mod 1 =0 then end if i=i+1 rs.movenext loop %>
<%'以下显示分页 call PageControl(iCount,maxpage,page,"border=0 align=center","

") rs.close set rs=nothing %>

栏目导航

    <%=job_left%>