📄 resume_expert_insert.jsp
字号:
<jsp:include page="../header/header.jsp" flush="true"/>
<TABLE cellSpacing=0 cellPadding=0 width=767 border=0 bgcolor=#ffffff>
<TBODY>
<TR>
<TD vAlign=top width=100% align=center>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GB2312" %>
<%@ page language="java" %>
<%@ page import="foton.util.*" %>
<%@ page import="foton.resume.*,foton.system.*" %>
<%@ page import="java.util.*" %>
<%
untalentDAO dao= new untalentDAO();
String RID = String.valueOf(dao.getRID());
System.out.println("RID="+RID);
%>
<html:html>
<head>
<title>专家人才库</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<script src="../js/checkResumeForm.js"></script>
<body bgcolor="#FFFFFF" >
<html:form action="/resumeAction" method="post" onsubmit="return checkResumeForm()">
<html:hidden value="STORE-UNTALENT" property="action"/>
<html:hidden value="<%=RID%>" property="RID"/>
<html:hidden value="<%=request.getParameter("jobID")%>" property="jobID"/>
<% String jobName=request.getParameter("jobName");
jobName=new String(jobName.getBytes("ISO8859_1"));
%>
<html:hidden value="<%=jobName%>" property="jobName"/>
<%System.out.println("jobName="+jobName);%>
<html:hidden value="新投简历" property="flag"/>
<html:hidden value="专家" property="talentType"/>
<table cellSpacing=0 cellPadding=0 width="80%" align=center border=0>
<tr>
<td width=216 bgcolor=#6699cc><b>专家人才库</b></td>
<td align=right bgcolor=#6699cc colspan=2>请注意标注 <font color=#ff0000>*</font> 的项目不要忘记填写</td>
</tr>
</table>
<table cellSpacing=0 cellPadding=0 width="80%" align=center border=0>
<tr>
<td bgcolor=#d9d9d9>
<table cellSpacing=1 cellPadding=0 width="100%" border=0>
<tr>
<td align=middle width="16%" bgcolor=#ffffff>个人情况</td>
<td width="84%">
<table cellSpacing=0 cellPadding=3 width="100%" border=0>
<tr bgcolor=#ffffff>
<td align=right width="25%">姓名
</td>
<td width="75%">
<html:text maxlength="30" property="name" size="15"/>
<font color=#ff0000>*</font> </td>
</tr>
<tr>
<td align=right width="25%" bgcolor=#f5f5f5>性别 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:select property="sex" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="男">男</html:option>
<html:option value="女">女 </html:option>
</html:select>
<font color=#ff0000>*</font></td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">出生年月 </td>
<td width="75%">
<SCRIPT src="fPopUpCalendarDlg.js"></SCRIPT>
<html:text value="2004-5-27" readonly="readonly" property="birthday" size="12"/>
<html:button value=">>" property="button1" onclick="fPopUpCalendarDlg(birthday);return false"/>
<font color=#ff0000>*</font> </td>
</tr>
<tr>
<td align=right width="25%" bgcolor=#f5f5f5>身份证号 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:text maxlength="20" property="IDCard"/>
<font color=#ff0000>*</font>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">民族 </td>
<td width="75%">
<html:select property="nationality" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="汉族">汉族</html:option>
<html:option value="蒙古族">蒙古族 </html:option>
<html:option value="满族">满族 </html:option>
<html:option value="藏族">藏族 </html:option>
<html:option value="维吾尔族">维吾尔族 </html:option>
<html:option value="回族">回族 </html:option>
<html:option value="壮族">壮族 </html:option>
<html:option value="傣族">傣族 </html:option>
<html:option value="其它">其它 </html:option>
</html:select>
</td>
</tr>
<tr>
<td align=right width="25%" bgcolor=#f5f5f5>政治面貌 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:select property="politicStatus" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="中共党员">中共党员</html:option>
<html:option value="中共团员">中共团员 </html:option>
<html:option value="群众">群众 </html:option>
<html:option value="其它">其它 </html:option>
</html:select>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">身高 </td>
<td width="75%">
<html:text maxlength="10" property="height" size="15"/> 厘米
</td>
</tr>
<tr>
<td align=right width="25%" bgcolor=#f5f5f5>体重 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:text maxlength="10" property="weight" size="15"/> 公斤
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">健康状况 </td>
<td width="75%">
<html:select property="health" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="良好">良好</html:option>
<html:option value="一般">一般 </html:option>
<html:option value="不好">不好 </html:option>
</html:select>
</td>
</tr>
<tr>
<td align=right width="25%" bgcolor=#f5f5f5>籍贯 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:select property="birthPlace" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="安徽">安徽</html:option>
<html:option value="北京">北京</html:option>
<html:option value="福建">福建</html:option>
<html:option value="甘肃">甘肃</html:option>
<html:option value="广东">广东</html:option>
<html:option value="广西">广西</html:option>
<html:option value="贵州">贵州</html:option>
<html:option value="海南">海南</html:option>
<html:option value="河北">河北</html:option>
<html:option value="河南">河南</html:option>
<html:option value="黑龙江">黑龙江</html:option>
<html:option value="湖北">湖北</html:option>
<html:option value="湖南">湖南</html:option>
<html:option value="吉林">吉林</html:option>
<html:option value="江苏">江苏</html:option>
<html:option value="江西">江西</html:option>
<html:option value="辽宁">辽宁</html:option>
<html:option value="内蒙古">内蒙古</html:option>
<html:option value="宁夏">宁夏</html:option>
<html:option value="其他">其他</html:option>
<html:option value="青海">青海</html:option>
<html:option value="山东">山东</html:option>
<html:option value="山西">山西</html:option>
<html:option value="陕西">陕西</html:option>
<html:option value="上海">上海</html:option>
<html:option value="四川">四川</html:option>
<html:option value="天津">天津</html:option>
<html:option value="西藏">西藏</html:option>
<html:option value="新疆">新疆</html:option>
<html:option value="云南">云南</html:option>
<html:option value="浙江">浙江</html:option>
<html:option value="重庆">重庆</html:option>
<html:option value="其它">其它</html:option>
</html:select>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">家庭住址 </td>
<td width="75%">
<html:text maxlength="100" property="address" size="30"/>
</td>
</tr>
<tr>
<td align=right width="25%" bgcolor=#f5f5f5>户口所在地 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:select property="hukou" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="安徽">安徽</html:option>
<html:option value="北京">北京</html:option>
<html:option value="福建">福建</html:option>
<html:option value="甘肃">甘肃</html:option>
<html:option value="广东">广东</html:option>
<html:option value="广西">广西</html:option>
<html:option value="贵州">贵州</html:option>
<html:option value="海南">海南</html:option>
<html:option value="河北">河北</html:option>
<html:option value="河南">河南</html:option>
<html:option value="黑龙江">黑龙江</html:option>
<html:option value="湖北">湖北</html:option>
<html:option value="湖南">湖南</html:option>
<html:option value="吉林">吉林</html:option>
<html:option value="江苏">江苏</html:option>
<html:option value="江西">江西</html:option>
<html:option value="辽宁">辽宁</html:option>
<html:option value="内蒙古">内蒙古</html:option>
<html:option value="宁夏">宁夏</html:option>
<html:option value="其他">其他</html:option>
<html:option value="青海">青海</html:option>
<html:option value="山东">山东</html:option>
<html:option value="山西">山西</html:option>
<html:option value="陕西">陕西</html:option>
<html:option value="上海">上海</html:option>
<html:option value="四川">四川</html:option>
<html:option value="天津">天津</html:option>
<html:option value="西藏">西藏</html:option>
<html:option value="新疆">新疆</html:option>
<html:option value="云南">云南</html:option>
<html:option value="浙江">浙江</html:option>
<html:option value="重庆">重庆</html:option>
<html:option value="其它">其它</html:option>
</html:select>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">
婚姻状况 </td>
<td width="75%">
<html:select property="maritalStatus" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="已婚">已婚</html:option>
<html:option value="未婚">未婚</html:option>
</html:select>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right bgcolor=#ffffff width="25%">电话 </td>
<td width="75%">
<html:text maxlength="20" property="phone" size="15"/>
</td>
</tr>
<tr>
<td align=right bgcolor=#f5f5f5 width="25%">手机 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:text maxlength="20" property="mobile" size="15"/>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">电子邮箱 </td>
<td width="75%">
<html:text maxlength="128" property="email" size="30"/>
<font color=#ff0000>*</font> </td>
</tr>
<tr>
<td align=right bgcolor=#f5f5f5 width="25%">通讯地址 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:text maxlength="100" property="mailAdd" size="30"/>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right width="25%">邮政编码 </td>
<td width="75%">
<html:text maxlength="10" property="postCode" size="15"/>
</td>
</tr>
</table>
<table cellSpacing=0 cellPadding=3 width="100%" border=0>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
<table cellSpacing=0 cellPadding=0 width="80%" align=center border=0>
<tr>
<td bgcolor=#d9d9d9>
<table cellSpacing=1 cellPadding=0 width="100%" border=0>
<tr>
<td align=middle width="16%" bgcolor=#ffffff>求职情况</td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -