📄 resume_searchresult.asp
字号:
end if
if keyword<>"" then
srcsql=srcsql&" and (resume_appraise like '%"&keyword&"%' or resume_name like '%"&keyword&"%' or resume_request like '%"&keyword&"%' or resume_title like '%"&keyword&"%')"
end if
select case taxis
case 1
srcsql=srcsql&" order by resume_announcedate desc"
case 2
srcsql=srcsql&" order by resume_announcedate asc"
case 3
srcsql=srcsql&" order by resume_visitnum desc"
end select
srcrs.open srcsql,conn,1,1
if srcrs.eof and srcrs.bof then
Response.Write"<br><li>对不起,尚未找到符合您查询的结果!</li>"
else
totalPut=srcrs.recordcount
if (page-1)*MaxPerpage>totalput then
if (totalPut mod MaxPerpage)=0 then
page= totalPut \ MaxPerpage
else
page= totalPut \ MaxPerpage + 1
end if
end if
if page=1 then
Call MainInfo()
else
if (page-1)*MaxPerpage<totalPut then
srcrs.move (page-1)*MaxPerpage
dim bookmark
bookmark=srcrs.bookmark
Call MainInfo()
else
page=1
Call MainInfo()
end if
end if
end if
srcrs.close
set srcrs=nothing
%>
<%Sub MainInfo()%>
<form name="simplesearch" action="resume_searchresult.asp?numberss=<%=numbers%>&taxiss=<%=taxis%>&profession=<%=profession%>&professions=<%=professions%>&position=<%=position%>&positions=<%=positions%>&workadd=<%=workadd%>&workadds=<%=workadds%>&datetime=<%=datetime%>&datetimes=<%=datetimes%>&keyword=<%=keyword%>" method="post">
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td width="7%" style="background:url(../skin/skin1/tit_bg.gif) bottom repeat-x"><input type="checkbox" name="checkbox" value="checkbox" onClick="javascript: checkAll(this)" />
全选</td>
<td width="93%" align="right" style="background:url(../skin/skin1/tit_bg.gif) bottom repeat-x"><!--<input name="Input" type="button" value="查看选中的简历" class="inputs" onClick="confirmX(1);" /> -->
<input name="Input2" type="button" value="发送面试邀请" class="inputs" onClick="confirmX(2);" />
<input name="Input3" type="button" value="放入人才库" class="inputs" onClick="confirmX(3);" />
每页显示<select name="numbers" size="1" style="z-index:0" onchange="javascript:window.location='<%=JoinChar(strFileName)%>numbers='+this.options[this.selectedIndex].value;"><option value="10" <%if numbers=10 then Response.Write("selected")%>>10条</option><option value="20" <%if numbers=20 then Response.Write("selected")%>>20条</option><option value="50" <%if numbers=50 then Response.Write("selected")%>>50条</option></select> <select name="taxis" size="1" onchange="javascript:window.location='<%=JoinChar(strFileName)%>taxis='+this.options[this.selectedIndex].value;"><option value="1" <%if taxis=2 then Response.Write("selected")%> >按发布时间降序</option><option value="2" <%if taxis=2 then Response.Write("selected")%>>按发布时间升序</option><option value="3" <%if taxis=3 then Response.Write("selected")%>>按关注度排序</option></select></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="0" style=" background-color:#D9F3FF;border-bottom:1px #D9E9FF solid;white-space:normal;word-break:break-all;overflow:auto;">
<tr>
<td width="5%"> </td>
<td width="20%">意向职位</td>
<td width="15%"><select name="item1" size="1" style="width:100px;" onchange="document.simplesearch.submit();">
<%if item2<>1 and item3<>1 and item4<>1 and item5<>1 then%><option value="1" <%if item1=1 then Response.Write("selected")%> >现地区</option><%end if%>
<%if item2<>2 and item3<>2 and item4<>2 and item5<>2 then%><option value="2" <%if item1=2 then Response.Write("selected")%> >学历</option><%end if%>
<%if item2<>3 and item3<>3 and item4<>3 and item5<>3 then%><option value="3" <%if item1=3 then Response.Write("selected")%>>性别</option><%end if%>
<%if item2<>4 and item3<>4 and item4<>4 and item5<>4 then%><option value="4" <%if item1=4 then Response.Write("selected")%>>期望月薪</option><%end if%>
<%if item2<>5 and item3<>5 and item4<>5 and item5<>5 then%><option value="5" <%if item1=5 then Response.Write("selected")%>>自我评价</option><%end if%>
<%if item2<>6 and item3<>6 and item4<>6 and item5<>6 then%><option value="6" <%if item1=6 then Response.Write("selected")%>>期望工作性质</option><%end if%>
<%if item2<>7 and item3<>7 and item4<>7 and item5<>7 then%><option value="7" <%if item1=7 then Response.Write("selected")%>>出生日期</option><%end if%>
<%if item2<>8 and item3<>8 and item4<>8 and item5<>8 then%><option value="8" <%if item1=8 then Response.Write("selected")%>>户口所在地</option><%end if%>
<%if item2<>9 and item3<>9 and item4<>9 and item5<>9 then%><option value="9" <%if item1=9 then Response.Write("selected")%>>毕业院校</option><%end if%>
<%if item2<>10 and item3<>10 and item4<>10 and item5<>10 then%><option value="10" <%if item1=10 then Response.Write("selected")%>>更新时间</option><%end if%>
</select></td>
<td width="15%"><select name="item2" size="1" style="width:100px;" onchange="document.simplesearch.submit();">
<%if item1<>1 and item3<>1 and item4<>1 and item5<>1 then%><option value="1" <%if item2=1 then Response.Write("selected")%> >现地区</option><%end if%>
<%if item1<>2 and item3<>2 and item4<>2 and item5<>2 then%><option value="2" <%if item2=2 then Response.Write("selected")%> >学历</option><%end if%>
<%if item1<>3 and item3<>3 and item4<>3 and item5<>3 then%><option value="3" <%if item2=3 then Response.Write("selected")%>>性别</option><%end if%>
<%if item1<>4 and item3<>4 and item4<>4 and item5<>4 then%><option value="4" <%if item2=4 then Response.Write("selected")%>>期望月薪</option><%end if%>
<%if item1<>5 and item3<>5 and item4<>5 and item5<>5 then%><option value="5" <%if item2=5 then Response.Write("selected")%>>自我评价</option><%end if%>
<%if item1<>6 and item3<>6 and item4<>6 and item5<>6 then%><option value="6" <%if item2=6 then Response.Write("selected")%>>期望工作性质</option><%end if%>
<%if item1<>7 and item3<>7 and item4<>7 and item5<>7 then%><option value="7" <%if item2=7 then Response.Write("selected")%>>出生日期</option><%end if%>
<%if item1<>8 and item3<>8 and item4<>8 and item5<>8 then%><option value="8" <%if item2=8 then Response.Write("selected")%>>户口所在地</option><%end if%>
<%if item1<>9 and item3<>9 and item4<>9 and item5<>9 then%><option value="9" <%if item2=9 then Response.Write("selected")%>>毕业院校</option><%end if%>
<%if item1<>10 and item3<>10 and item4<>10 and item5<>10 then%><option value="10" <%if item2=10 then Response.Write("selected")%>>更新时间</option><%end if%>
</select></td>
<td width="15%"><select name="item3" size="1" style="width:100px;" onchange="document.simplesearch.submit();">
<%if item1<>1 and item2<>1 and item4<>1 and item5<>1 then%><option value="1" <%if item3=1 then Response.Write("selected")%> >现地区</option><%end if%>
<%if item1<>2 and item2<>2 and item4<>2 and item5<>2 then%><option value="2" <%if item3=2 then Response.Write("selected")%> >学历</option><%end if%>
<%if item1<>3 and item2<>3 and item4<>3 and item5<>3 then%><option value="3" <%if item3=3 then Response.Write("selected")%>>性别</option><%end if%>
<%if item1<>4 and item2<>4 and item4<>4 and item5<>4 then%><option value="4" <%if item3=4 then Response.Write("selected")%>>期望月薪</option><%end if%>
<%if item1<>5 and item2<>5 and item4<>5 and item5<>5 then%><option value="5" <%if item3=5 then Response.Write("selected")%>>自我评价</option><%end if%>
<%if item1<>6 and item2<>6 and item4<>6 and item5<>6 then%><option value="6" <%if item3=6 then Response.Write("selected")%>>期望工作性质</option><%end if%>
<%if item1<>7 and item2<>7 and item4<>7 and item5<>7 then%><option value="7" <%if item3=7 then Response.Write("selected")%>>出生日期</option><%end if%>
<%if item1<>8 and item2<>8 and item4<>8 and item5<>8 then%><option value="8" <%if item3=8 then Response.Write("selected")%>>户口所在地</option><%end if%>
<%if item1<>9 and item2<>9 and item4<>9 and item5<>9 then%><option value="9" <%if item3=9 then Response.Write("selected")%>>毕业院校</option><%end if%>
<%if item1<>10 and item2<>10 and item4<>10 and item5<>10 then%><option value="10" <%if item3=10 then Response.Write("selected")%>>更新时间</option><%end if%>
</select></td>
<td width="15%"><select name="item4" size="1" style="width:100px;" onchange="document.simplesearch.submit();">
<%if item1<>1 and item2<>1 and item3<>1 and item5<>1 then%><option value="1" <%if item4=1 then Response.Write("selected")%> >现地区</option><%end if%>
<%if item1<>2 and item2<>2 and item3<>2 and item5<>2 then%><option value="2" <%if item4=2 then Response.Write("selected")%> >学历</option><%end if%>
<%if item1<>3 and item2<>3 and item3<>3 and item5<>3 then%><option value="3" <%if item4=3 then Response.Write("selected")%>>性别</option><%end if%>
<%if item1<>4 and item2<>4 and item3<>4 and item5<>4 then%><option value="4" <%if item4=4 then Response.Write("selected")%>>期望月薪</option><%end if%>
<%if item1<>5 and item2<>5 and item3<>5 and item5<>5 then%><option value="5" <%if item4=5 then Response.Write("selected")%>>自我评价</option><%end if%>
<%if item1<>6 and item2<>6 and item3<>6 and item5<>6 then%><option value="6" <%if item4=6 then Response.Write("selected")%>>期望工作性质</option><%end if%>
<%if item1<>7 and item2<>7 and item3<>7 and item5<>7 then%><option value="7" <%if item4=7 then Response.Write("selected")%>>出生日期</option><%end if%>
<%if item1<>8 and item2<>8 and item3<>8 and item5<>8 then%><option value="8" <%if item4=8 then Response.Write("selected")%>>户口所在地</option><%end if%>
<%if item1<>9 and item2<>9 and item3<>9 and item5<>9 then%><option value="9" <%if item4=9 then Response.Write("selected")%>>毕业院校</option><%end if%>
<%if item1<>10 and item2<>10 and item3<>10 and item5<>10 then%><option value="10" <%if item4=10 then Response.Write("selected")%>>更新时间</option><%end if%>
</select></td>
<td width="15%"><select name="item5" size="1" style="width:100px;" onchange="document.simplesearch.submit();">
<%if item1<>1 and item2<>1 and item3<>1 and item4<>1 then%><option value="1" <%if item5=1 then Response.Write("selected")%> >现地区</option><%end if%>
<%if item1<>2 and item2<>2 and item3<>2 and item4<>2 then%><option value="2" <%if item5=2 then Response.Write("selected")%> >学历</option><%end if%>
<%if item1<>3 and item2<>3 and item3<>3 and item4<>3 then%><option value="3" <%if item5=3 then Response.Write("selected")%>>性别</option><%end if%>
<%if item1<>4 and item2<>4 and item3<>4 and item4<>4 then%><option value="4" <%if item5=4 then Response.Write("selected")%>>期望月薪</option><%end if%>
<%if item1<>5 and item2<>5 and item3<>5 and item4<>5 then%><option value="5" <%if item5=5 then Response.Write("selected")%>>自我评价</option><%end if%>
<%if item1<>6 and item2<>6 and item3<>6 and item4<>6 then%><option value="6" <%if item5=6 then Response.Write("selected")%>>期望工作性质</option><%end if%>
<%if item1<>7 and item2<>7 and item3<>7 and item4<>7 then%><option value="7" <%if item5=7 then Response.Write("selected")%>>出生日期</option><%end if%>
<%if item1<>8 and item2<>8 and item3<>8 and item4<>8 then%><option value="8" <%if item5=8 then Response.Write("selected")%>>户口所在地</option><%end if%>
<%if item1<>9 and item2<>9 and item3<>9 and item4<>9 then%><option value="9" <%if item5=9 then Response.Write("selected")%>>毕业院校</option><%end if%>
<%if item1<>10 and item2<>10 and item3<>10 and item4<>10 then%><option value="10" <%if item5=10 then Response.Write("selected")%>>更新时间</option><%end if%>
</select></td>
</tr>
</table>
<%
si=0
do while not srcrs.eof
%>
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="0" onmouseover="this.style.background='#F7F8FE'" onmouseout="this.style.background=''" style="border-bottom:1px #D9E9FF solid;white-space:normal;word-break:break-all;overflow:auto;">
<tr>
<td width="5%"><input name="checks" type="checkbox" value="<%=srcrs("resume_id")%>" /></td>
<td width="20%"><a href="<%=FormatLink(srcrs("resume_announcedate"),1,1,srcrs("resume_id"),0)%>" target="_blank"><%=Hireposition(srcrs("resume_position"))%></a></td>
<td width="15%"><%select case item1
case 1:if srcrs("resume_cityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid"))&"'>"&left(Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid")),8)&"</font>"
case 2:if srcrs("resume_edu")<>"" then Response.Write Hireedu(srcrs("resume_edu"))
case 3:if srcrs("resume_sex")<>"" then Response.Write Hiresex(srcrs("resume_sex"))
case 4:if srcrs("resume_pay")<>"" then Response.Write Hirepay(srcrs("resume_pay"))
case 5:if srcrs("resume_appraise")<>"" then Response.Write srcrs("resume_appraise")
case 6:if srcrs("resume_jobtype")<>"" then Response.Write Hiretype(srcrs("resume_jobtype"))
case 7:if srcrs("resume_birth")<>"" then Response.Write srcrs("resume_birth")
case 8:if srcrs("resume_hukoucityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid"))&"'>"&left(Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid")),8)&"</font>"
case 9:if srcrs("resume_school")<>"" then Response.Write srcrs("resume_school")
case 10:if srcrs("resume_announcedate")<>"" then Response.Write FormatDate(srcrs("resume_announcedate"),8)
end select%></td>
<td width="15%"><%select case item2
case 1:if srcrs("resume_cityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid"))&"'>"&left(Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid")),8)&"</font>"
case 2:if srcrs("resume_edu")<>"" then Response.Write Hireedu(srcrs("resume_edu"))
case 3:if srcrs("resume_sex")<>"" then Response.Write Hiresex(srcrs("resume_sex"))
case 4:if srcrs("resume_pay")<>"" then Response.Write Hirepay(srcrs("resume_pay"))
case 5:if srcrs("resume_appraise")<>"" then Response.Write srcrs("resume_appraise")
case 6:if srcrs("resume_jobtype")<>"" then Response.Write Hiretype(srcrs("resume_jobtype"))
case 7:if srcrs("resume_birth")<>"" then Response.Write srcrs("resume_birth")
case 8:if srcrs("resume_hukoucityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid"))&"'>"&left(Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid")),8)&"</font>"
case 9:if srcrs("resume_school")<>"" then Response.Write srcrs("resume_school")
case 10:if srcrs("resume_announcedate")<>"" then Response.Write FormatDate(srcrs("resume_announcedate"),8)
end select%></td>
<td width="15%"><%select case item3
case 1:if srcrs("resume_cityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid"))&"'>"&left(Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid")),8)&"</font>"
case 2:if srcrs("resume_edu")<>"" then Response.Write Hireedu(srcrs("resume_edu"))
case 3:if srcrs("resume_sex")<>"" then Response.Write Hiresex(srcrs("resume_sex"))
case 4:if srcrs("resume_pay")<>"" then Response.Write Hirepay(srcrs("resume_pay"))
case 5:if srcrs("resume_appraise")<>"" then Response.Write srcrs("resume_appraise")
case 6:if srcrs("resume_jobtype")<>"" then Response.Write Hiretype(srcrs("resume_jobtype"))
case 7:if srcrs("resume_birth")<>"" then Response.Write srcrs("resume_birth")
case 8:if srcrs("resume_hukoucityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid"))&"'>"&left(Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid")),8)&"</font>"
case 9:if srcrs("resume_school")<>"" then Response.Write srcrs("resume_school")
case 10:if srcrs("resume_announcedate")<>"" then Response.Write FormatDate(srcrs("resume_announcedate"),8)
end select%></td>
<td width="15%"><%select case item4
case 1:if srcrs("resume_cityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid"))&"'>"&left(Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid")),8)&"</font>"
case 2:if srcrs("resume_edu")<>"" then Response.Write Hireedu(srcrs("resume_edu"))
case 3:if srcrs("resume_sex")<>"" then Response.Write Hiresex(srcrs("resume_sex"))
case 4:if srcrs("resume_pay")<>"" then Response.Write Hirepay(srcrs("resume_pay"))
case 5:if srcrs("resume_appraise")<>"" then Response.Write srcrs("resume_appraise")
case 6:if srcrs("resume_jobtype")<>"" then Response.Write Hiretype(srcrs("resume_jobtype"))
case 7:if srcrs("resume_birth")<>"" then Response.Write srcrs("resume_birth")
case 8:if srcrs("resume_hukoucityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid"))&"'>"&left(Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid")),8)&"</font>"
case 9:if srcrs("resume_school")<>"" then Response.Write srcrs("resume_school")
case 10:if srcrs("resume_announcedate")<>"" then Response.Write FormatDate(srcrs("resume_announcedate"),8)
end select%></td>
<td width="15%">
<%select case item5
case 1:if srcrs("resume_cityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid"))&"'>"&left(Hireworkadds(srcrs("resume_provinceid")&"*"&srcrs("resume_capitalid")&"*"&srcrs("resume_cityid")),8)&"</font>"
case 2:if srcrs("resume_edu")<>"" then Response.Write Hireedu(srcrs("resume_edu"))
case 3:if srcrs("resume_sex")<>"" then Response.Write Hiresex(srcrs("resume_sex"))
case 4:if srcrs("resume_pay")<>"" then Response.Write Hirepay(srcrs("resume_pay"))
case 5:if srcrs("resume_appraise")<>"" then Response.Write srcrs("resume_appraise")
case 6:if srcrs("resume_jobtype")<>"" then Response.Write Hiretype(srcrs("resume_jobtype"))
case 7:if srcrs("resume_birth")<>"" then Response.Write srcrs("resume_birth")
case 8:if srcrs("resume_hukoucityid")<>"" then Response.Write "<font title='"&Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid"))&"'>"&left(Hireworkadds(srcrs("resume_hukouprovinceid")&"*"&srcrs("resume_hukoucapitalid")&"*"&srcrs("resume_hukoucityid")),8)&"</font>"
case 9:if srcrs("resume_school")<>"" then Response.Write srcrs("resume_school")
case 10:if srcrs("resume_announcedate")<>"" then Response.Write FormatDate(srcrs("resume_announcedate"),8)
end select%></td>
</tr>
</table>
<%si=si+1
if si>=MaxPerPage then exit do
srcrs.movenext
loop
%>
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td width="7%"> </td>
<td width="93%" align="right"><%If totalput>0 Then
Call Showpage(strFileName,totalput,MaxPerPage,false,true,"条")
End If%></td>
</tr>
<tr>
<td style="background:url(../skin/skin1/tit_bg.gif) bottom repeat-x"><input type="checkbox" name="checkbox" value="checkbox" onClick="javascript: checkAll(this)" />
全选</td>
<td align="right" style="background:url(../skin/skin1/tit_bg.gif) bottom repeat-x"><!--<input name="Input" type="button" value="查看选中的简历" class="inputs" onClick="confirmX(1);" /> -->
<input name="Input2" type="button" value="发送面试邀请" class="inputs" onClick="confirmX(2);" />
<input name="Input3" type="button" value="放入人才库" class="inputs" onClick="confirmX(3);" />
每页显示<select name="numbers" size="1" style="z-index:0" onchange="javascript:window.location='<%=JoinChar(strFileName)%>numbers='+this.options[this.selectedIndex].value;"><option value="10" <%if numbers=10 then Response.Write("selected")%>>10条</option><option value="20" <%if numbers=20 then Response.Write("selected")%>>20条</option><option value="50" <%if numbers=50 then Response.Write("selected")%>>50条</option></select> <select name="taxis" size="1" onchange="javascript:window.location='<%=JoinChar(strFileName)%>taxis='+this.options[this.selectedIndex].value;"><option value="1" <%if taxis=2 then Response.Write("selected")%> >按发布时间降序</option><option value="2" <%if taxis=2 then Response.Write("selected")%>>按发布时间升序</option><option value="3" <%if taxis=3 then Response.Write("selected")%>>按关注度排序</option></select></td>
</tr>
</table>
</form>
<%End Sub%>
</div>
<%call bottom()%>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -