📄 campus_multi_query.jsp
字号:
<jsp:include page="../user/checklogin.jsp" flush="true"/>
<jsp:include page="../header/header.jsp" flush="true"/>
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page language="java" %>
<%@ page import="foton.util.*" %>
<%@ page import="foton.resume.*,foton.system.*" %>
<%@ page import="java.util.*" %>
<html>
<META content="MSHTML 6.00.2716.2200" name=GENERATOR></HEAD>
<BODY leftMargin=0 topMargin=0 bgcolor=#ffffff>
<jsp:include page="../header/header_bg2.jsp" flush="true"/>
<jsp:include page="../header/menu_manager.jsp" flush="true"/>
</TD>
<TD width=672>
<TABLE height=1 cellSpacing=0 cellPadding=0 width=538 border=0>
<TBODY>
<TR>
<TD vAlign=bottom colSpan=2 height=43></TD></TR>
<TR>
<TD width=40 height=45 rowSpan=2><IMG height=43
src="../../images/qy_1_0.gif" width=40></TD>
<TD vAlign=top width=498 height=15><IMG height=1
src="../../images/qy_1.gif" width=498></TD></TR>
<TR>
<TD vAlign=top width=498 height="30"></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=672 border=0>
<TBODY>
<TR>
<TD height=23>
<!-- saved from url=(0049)http://ehr.chinahr.com/jobs/apply_cv_search_e.asp -->
<script language=javascript>
function OpenWin(theURL,winName,features)
{
window.open(theURL,winName,features);
}
</script>
<!--
<SCRIPT language=JavaScript>
var blSubmit;
blSubmit = false;
function OpenWin(theURL,winName,features)
{
window.open(theURL,winName,features);
}
function enableFilter()
{
var frm=document.form1;
for(var i=0;i<frm.rdoFilterOk.length;i++)
{
frm.rdoFilterOk[i].disabled=!frm.chkEnableFiler.checked;
}
}
function CheckForm()
{
if (blSubmit == true)
{
window.alert('正在查询,请稍候!');
return false;
}
var frm=document.form1;
var a=document.getElementsByName('txtAgeTo');
if(a.length>0)
{
if(!ChkPositive(frm.txtAgeFrom, '最小年龄')) return false;
if(!ChkPositive(frm.txtAgeTo, '最大年龄')) return false;
if(frm.txtAgeFrom.value!='' && frm.txtAgeFrom.value!='' && parseInt(frm.txtAgeFrom.value)>parseInt(frm.txtAgeTo.value))
{
alert('最小年龄不能大于最大年龄!');
frm.txtAgeFrom.focus();
return false;
}
}
a=document.getElementsByName('txtCvSerialNo');
if(a.length>0)
{
if(!ChkDigit(frm.txtCvSerialNo, '简历编号')) return false;
}
if(typeof(form1.txtApplyDateStart)!='undefined')
{
if(Trim(form1.txtApplyDateStart.value)!='')
{
if(!IsDate(form1.txtApplyDateStart.value))
{
alert('请输入正确格式的投递开始时间!');
form1.txtApplyDateStart.select();
return false;
}
}}
if(typeof(form1.txtApplyDateEnd)!='undefined')
{
if(Trim(form1.txtApplyDateEnd.value)!='')
{
if(!IsDate(form1.txtApplyDateEnd.value))
{
alert('请输入正确格式的投递结束时间!');
form1.txtApplyDateEnd.select();
return false;
}
}
}
if(typeof(form1.txtApplyDateStart)!='undefined' && typeof(form1.txtApplyDateEnd)!='undefined')
{
if(Trim(form1.txtApplyDateStart.value)!='' && Trim(form1.txtApplyDateEnd.value)!='')
{
//form1.txtApplyDateStart.value=FormatDate(form1.txtApplyDateStart.value);
//form1.txtApplyDateEnd.value=FormatDate(form1.txtApplyDateEnd.value);
if(FormatDate(form1.txtApplyDateStart.value)>FormatDate(form1.txtApplyDateEnd.value))
{
alert(' 投递开始时间 不能晚于 投递结束时间!');
form1.txtApplyDateStart.focus;
return false;
}
}
}
if(typeof(form1.txtWyear)!= 'undefined' && form1.txtWyear.value.length > 0)
{
var isWorkYear=/^[1-9]\d{0,3}$/;
if(isWorkYear.test(form1.txtWyear.value) == false)
{
alert("不正确的工作经验!");
form1.txtWyear.select();
return false;
}
}
if(typeof(form1.txtKeyWords)!= 'undefined' && form1.txtKeyWords.value.length > 0)
{
if (typeof(form1.rdoCvLang)!= 'undefined')
if (form1.rdoCvLang[0].checked == true)
{
window.alert('使用关键词查询时需要指定查询简历的语言,请选择中文或英文。');
form1.rdoCvLang[1].click();
return false;
}
}
//SelAll(form1.sltCurrLocId);
//SelAll(form1.sltTgtLocId);
frm.HidOpType.value='search';
blSubmit = true;
return true;
}
function AddLoc(objFrom,objTo)
{
var frm = document.form1;
var intCount = 0;
for(var x=0;x<objFrom.length;x++)
{
if(objFrom.options[x].selected) intCount++;
}
intCount += objTo.length;
if(intCount>5)
{
alert('最多可以选择5个工作地区!');
objFrom.focus();
return false;
}
AddOption(objFrom, objTo);
return false;
}
function DeleteLoc(objTo)
{
var frm = document.form1;
DelOption(objTo);
return false;
}
function SelAll(obj) {
if(typeof(obj)!='undefined')
{
for(var i=0;i<obj.length;i++) obj.options[i].selected = true;
}
}
/*
function SelectLoc1(pbox,cbox){
val=pbox.value;
if (val!=255){
m=sel(val,Province);
clear(cbox);
for (i=0;i<City[m].length;i++){fullup_P(cbox,City[m][i],CityID[m][i]);}
} else {
clear(cbox);
fullup_P(cbox, '--选择城市--', 255);
}
//cbox.selectedIndex=0;
}
*/
function fullup_P(obj1,val1,val2){
var vn = new Option(val1,val2);
obj1.add(vn);
}
</SCRIPT>
<SCRIPT language=javascript>
<!--
var initJobState=true;
Org = new Array;
Job = new Array;
JobID = new Array;
JobT = new Array;
JobTID = new Array;
intI = 0;
Org[intI] = '11200002021201';
Job[intI] = new Array;
JobID[intI] = new Array;
intJ = 0;
JobID[intI][intJ] ='11200002021201000102';
Job[intI][intJ] = '欧曼重卡产品设计主任师';
intJ++;
JobID[intI][intJ] ='11200002021201000103';
Job[intI][intJ] = '欧曼重卡车辆产品管理主管师';
intJ++;
JobID[intI][intJ] ='11200002021201000104';
Job[intI][intJ] = '欧曼重卡销售分公司经理';
intJ++;
JobT[intI] = new Array;
JobTID[intI] = new Array;
intJ = 0;
JobTID[intI][intJ] = '11200002021201000009';
JobT[intI][intJ] = '专用车研发工程师';
intJ++;
JobTID[intI][intJ] = '11200002021201000010';
JobT[intI][intJ] = '专用车销售工程师';
intJ++;
JobTID[intI][intJ] = '11200002021201000011';
JobT[intI][intJ] = '专用车质量管理工程师';
intJ++;
JobTID[intI][intJ] = '22203241092220317946';
JobT[intI][intJ] = '福田改装车总经理';
intJ++;
JobTID[intI][intJ] = '22203241092220317978';
JobT[intI][intJ] = '福田改装车副总';
intJ++;
intI++;
/*
function SelectJob(){
pbox=document.form1.sltOrgId;
cbox=document.form1.sltJobId;
val=pbox.value;
if (val!=255){
m=sel(val,Org);
clear(cbox);
var vn = new Option("所有 ","");
cbox.add(vn);
if(!initJobState)
for (i=0;i<JobT[m].length;i++){fullup_P(cbox,JobT[m][i],JobTID[m][i]);}
else
for (i=0;i<Job[m].length;i++){fullup_P(cbox,Job[m][i],JobID[m][i]);}
} else {
clear(cbox);
}
}
*/
</SCRIPT>
-->
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=bottom >
<!--
<SCRIPT language=javascript>
var strHomepage="sysset/mem_org_manage.asp";
//alert(strHomepage + window.parent.location.pathname);
if("/" + strHomepage==window.parent.location.pathname){
document.write("<A HREF=\"javascript:;\" ONCLICK=\"open('/user_homepage_update.asp?status=Cancel&url=/index_rec.asp','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=100,left='+(window.screen.availWidth-200)/2+',top='+(window.screen.availHeight-100)/2)\">取消首页设置</A>");
}else{
document.write("<A HREF=\"javascript:;\" ONCLICK=\"open('/user_homepage_update.asp?url='+window.parent.location.pathname,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=100,left='+(window.screen.availWidth-200)/2+',top='+(window.screen.availHeight-100)/2)\">设为系统首页</A>");
}
-->
</TD>
</tr>
<TR>
<td width=10% > </td>
<TD vAlign=top align=middle width=80% >
<TABLE cellSpacing=0 cellPadding=5 width=80% border=0 bgcolor=#f5f5f5>
<tbody>
<FORM name=form1 action="resume_campus_query.jsp" method=post>
<%
transCode trans = new transCode();
String research = trans.transCode(request.getParameter("research"));
String position = trans.transCode(request.getParameter("position"));
String company = trans.transCode(request.getParameter("company"));
String workArea = trans.transCode(request.getParameter("workArea"));
String exptJobType = trans.transCode(request.getParameter("exptJobType"));
String hukou = trans.transCode(request.getParameter("hukou"));
String degree = trans.transCode(request.getParameter("degree"));
String majorType = trans.transCode(request.getParameter("majorType"));
String majorName = trans.transCode(request.getParameter("majorName"));
String workYear = trans.transCode(request.getParameter("workYear"));
String age = trans.transCode(request.getParameter("age"));
String sex = trans.transCode(request.getParameter("sex"));
//String keyword = trans.transCode(request.getParameter("keyword"));
String flag = trans.transCode(request.getParameter("flag"));
String name = trans.transCode(request.getParameter("name"));
//String research = trans.transCode(request.getParameter("research"));
String politicStatus = trans.transCode(request.getParameter("politicStatus"));
String postTime = trans.transCode(request.getParameter("postTime"));
%>
<TR>
<TD colSpan=2 height=50 align=center><h2>应聘简历查询</h2></TD></TR>
<TR>
<TD align=right width="30%">所学专业类别 </TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -