📄 addbioinfo.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="com.gforce.currency.*,com.gforce.gfoa.*,java.util.*" %>
<% Session m_session = new Session(session); %>
<html>
<head>
<title>西部国际信托投资有限公司</title>
<link href="../css.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style2 {color: #990000}
.style6 {color: #FDFDFD}
.style8 {font-weight: bold; font-family: "宋体";}
.style9 {color: #FF0000}
-->
</style>
<SCRIPT src="../text.js"></SCRIPT>
<script>
function checkAddWebArticle()
{
if(document.addarticle.JobID.value=="请选择应聘的岗位")
{
alert("请选择应聘岗位!");
document.addarticle.JobID.focus();
return false;
}
if(document.addarticle.PayRequest.value=="")
{
alert("请输入薪资要求!");
document.addarticle.PayRequest.focus();
return false;
}
if(document.addarticle.Name.value=="")
{
alert("请输入姓名!");
document.addarticle.Name.focus();
return false;
}
if(document.addarticle.IDCard.value=="")
{
alert("请输入身份证号码!");
document.addarticle.IDCard.focus();
return false;
}
if(document.addarticle.Sex.value=="")
{
alert("请选择性别!");
document.addarticle.Sex.focus();
return false;
}
if(document.addarticle.EducationID.value=="")
{
alert("请选择学历!");
document.addarticle.EducationID.focus();
return false;
}
if(document.addarticle.EducationDate.value=="")
{
alert("请输入毕业时间!");
document.addarticle.EducationDate.focus();
return false;
}
if(document.addarticle.TechnicalPostID.value=="")
{
alert("请选择职称!");
document.addarticle.TechnicalPostID.focus();
return false;
}
if(document.addarticle.HomeTel.value=="")
{
alert("请输入家庭电话!");
document.addarticle.HomeTel.focus();
return false;
}
if(document.addarticle.EMail.value=="")
{
alert("请输入电子邮件!");
document.addarticle.EMail.focus();
return false;
}
if(document.addarticle.Resume.value=="")
{
alert("请输入个人简历!");
document.addarticle.Resume.focus();
return false;
}
}
</script>
</head>
<body>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../images/index01.jpg" width="778" height="21"></td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../images/index01a.jpg" width="74" height="74"></td>
<td><img src="../images/dong1.gif" width="106" height="74"></td>
<td width="598" height="74" valign="top"><img src="../images/index03a.jpg" width="598" height="74"></td>
</tr>
</table>
<table width="778" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../images/point.gif" width="1" height="1"></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" bgcolor="#BB5D5D"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30"><img src="../images/point.gif" width="1" height="3"></td>
</tr>
</table> <table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30"> </td>
<td><span class="style6"></span></td>
</tr>
</table> <img src="../images/point.gif" width="1" height="3"></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF"><img src="../images/point.gif" width="1" height="1"></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#CACBCD"><img src="../images/point.gif" width="1" height="3"></td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="80" align="center" valign="top"><img src="../images/pop02.jpg" width="18" height="475"></td>
<td width="700" align="center" valign="top"><br>
<table width="661" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20" background="../images/pop03-1.jpg"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200"> </td>
<td><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="9" height="20"><img src="../images/sub3-1.jpg" width="12" height="20"></td>
<td width="130" align="center" background="../images/sub3-2.jpg" class="size14 style8"><font color="#3877f6">填写个人简历</font></td>
<td><img src="../images/sub3-3.gif" width="1" height="20"><img src="../images/sub3-3.jpg" width="18" height="20"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center" valign="top" background="../images/pop03-3.jpg">
<br>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" height="380"><p></p>
<form name="addarticle" action="AddBioInfoAction1.jsp" target="_self" method="post" onSubmit="javascript:return checkAddWebArticle();">
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td><div align="right">应聘岗位</div></td>
<td><select name="JobID" id="JobID">
<option value="请选择应聘的岗位">请选择应聘的岗位</option>
<%
java.util.Date t_Date = new java.util.Date();
Vector v_Article = JobInfoManager.getRecordBySearch("","","","","","","","","","","","","","","Xitic","cnweb","","");
if(v_Article.size()>0)
{
for(int i=0;i<v_Article.size();i++)
{
%><option value="<%=((Vector)v_Article.get(i)).get(0).toString()%>"><%=((Vector)v_Article.get(i)).get(1).toString()%></option><%
}
}
%>
</select></td>
</tr>
<tr>
<td><div align="right">薪资要求</div></td>
<td><input name="PayRequest" type="text" id="PayRequest">
<span class="style9">*</span></td>
</tr>
<tr>
<td><div align="right">姓名</div></td>
<td><input name="Name" type="text" id="Name">
<span class="style9">*</span></td>
</tr>
<tr>
<td><div align="right">身份证号码</div></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -