📄 personinfo.jsp
字号:
<%@ page language="java" import="java.util.*,com.chinahr.pojo.*" pageEncoding="UTF-8"%>
<jsp:directive.page import="javax.servlet.jsp.tagext.TryCatchFinally"/>
<jsp:directive.page import="java.awt.Window"/>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"
prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
prefix="logic"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<jsp:include flush="true" page="PersonServerHead.jsp"></jsp:include>
<head>
<title>修改个人信息</title>
</head>
<body>
<SCRIPT type="text/javascript" src="/ChinaHR/script/PseronInfo/checkperson.js"></SCRIPT>
<SCRIPT type="text/javascript" src="/ChinaHR/script/PseronInfo/getArea.js"></SCRIPT>
<SCRIPT type="text/javascript" src="/ChinaHR/My97DatePicker/WdatePicker.js"></SCRIPT>
<logic:empty name="${requestScope.mesg}">
${requestScope.mesg }
</logic:empty>
<html:form action="doperson.do?o=addperson" method="post">
<br />
<h2>基本信息</h2>
<div>
<div><span id="hidden_all">为必填项</span></div>
<div><span id="hidden_all"></span></div>
<table id="Table3" style="color: #0000cc;">
<tr>
<th><span id="ctrl_nameCN">姓 名: </span></th>
<td>
<html:text property="userinfo.name" onblur="checkname()" value="${sessionScope.userinfo.name}"></html:text>
</td><td valign="top"><div ><span id="Name" style="color: red;"></span></div></td><td valign="top"><br /></td>
</tr>
<tr>
<th><span id="ctrl_gender">性 别:</span></th>
<td>
<%
UserInd userinfo=(UserInd)session.getAttribute("userinfo");
String sex=userinfo.getSex().toString();
System.out.println(userinfo.getSysPhotoInfo().getPhotoName());
if(sex.equals("0")){ %>
<input id="gender_0" type="radio" value="0" name="sex" checked="checked"/>
<label for="gender_0">男</label>
<input id="gender_0" type="radio" value="1" name="sex" />
<label for="gender_1">女</label>
<%}
else if(sex.equals("1")){%>
<input id="gender_0" type="radio" value="1" name="sex" checked="checked"/>
<label for="gender_0">女</label>
<input id="gender_0" type="radio" value="0" name="sex" />
<label for="gender_1">男</label>
<%} %>
</td><td valign="top"><div id="sex" style="display:none;"><font color="#FF0000"> 请选择性别!</font></div></td>
</tr>
<tr>
<th></th>
<td></td>
</tr>
<tr>
<th><span id="ctrl_wedstate">婚姻状况:</span></th>
<td>
<html:select property="userinfo.marriage" value="${sessionScope.userinfo.marriage}">
<html:optionsCollection name="marrState" label="wordValue" value="wordValue"/>
</html:select>
</td>
</tr>
<tr>
<th><span id="ctrl_birthday">出生日期:</span></th>
<td><input type="text" name="birthday" class="Wdate" onfocus="new WdatePicker(this,'%Y-%M-%D %h:%m:%s',true,'default')" value="${sessionScope.userinfo.birthday}" /></td></tr>
<tr>
<th><span id="ctrl_Nationality">国 籍:</span></th>
<td>
<html:text property="userinfo.nationality" onblur="checknationality()" value="${sessionScope.userinfo.nationality}"></html:text>
</td><td valign="top"><div ><span id="nationality" style="color: red;"></span></div></td>
</tr>
<tr>
<th><span id="ctrl_Nation">民 族:</span></th>
<td>
<html:select property="userinfo.folk">
<html:optionsCollection name="folk" label="wordValue" value="wordValue"/>
</html:select>
</td>
</tr>
<tr>
<th><span id="ctrl_WorkState">求职状态:</span></th>
<td>
<html:select property="userinfo.applyJobState">
<html:option value="目前正在找工作" >目前正在找工作</html:option>
<html:option value="我暂时不想找工作">我暂时不想找工作</html:option>
<html:option value="只有好的机会我才会考虑">只有好的机会我才会考虑</html:option>
</html:select>
</td>
</tr>
<tr>
<th><span id="ctrl_ResidenceRegion">现居住地:</span></th>
<td>
<html:select property="userinfo.bideCity" onchange="showBigArea()">
<html:optionsCollection name="city" label="province" value="id"/>
</html:select>
<html:select property="userinfo.bidArea">
<html:option value="0">请选择地区</html:option>
</html:select>
</td>
</tr>
<tr>
<th><span id="ctrl_HuKouRegion">户口所在地:</span></th>
<td>
<html:select property="userinfo.regCity" onchange="showRegArea()" >
<html:optionsCollection name="city" label="province" value="id" /> </html:select>
<html:select property="userinfo.regArea">
<html:option value="0">请选择地区</html:option>
</html:select>
学生填写生源地</td>
</tr>
<tr id="Ctrl_Paper">
<th><span id="ctrl_Identity">证件类型:</span></th>
<td>
<html:select property="userinfo.paperType" >
<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>
证件号码
<html:text property="userinfo.paperNumber" onblur="checkpaperNumber()"></html:text>
</td><td valign="top"><div ><span id="paperNumber" style="color: red"></span> </div></td>
</tr>
<tr>
<th><span id="ctrl_Degree">教育程度:</span></th>
<td>
<html:select property="userinfo.schoolAge" >
<html:option value="博士">博士</html:option>
<html:option value="MBA">MBA</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>
<th><span id="graduateTime">毕业时间:</span></th>
<td>
<input type="text" name="graduatetime" class="Wdate" onfocus="new WdatePicker(this,'%Y-%M-%D',true,'default')">
</tr>
<tr>
<th><span id="ctrl_Polity">政治面貌:</span></th>
<td>
<html:select property="userinfo.polityVisage" >
<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>
</table>
</div>
<DIV onresize="450px">
<DIV>
<DIV>
<DIV>
<SPAN id="hidden_all">
<div>
<h2>联系方式</h2>
</div>
<div>
<div><a href="http://my.chinahr.com/Resume/PreviewResume.aspx" target="_blank">中华英才网如何保护您的隐私</a>
<div>
<div>如果您不希望企业知道您的姓名和电话,可以<a href="http://my.chinahr.com/Resume/OpenResume.aspx">修改简历的开放设置</a>。<br />
请依此格式填写电话:<strong>区号-电话号码-分机号码。如:010-85261188-8000</strong></div>
</div>
<table id="Table6" border="0" style="color: #0000cc;">
<tbody>
<tr>
<th><span id="Lab_Email">E-mail:</span></th>
<td><span id="Span2"><span id="lblEmail">936387037@qq.com</span></span> </td>
</tr>
</tbody>
</table>
<table width="750" border="0" style="color: #0000cc;">
<tr>
<td>第一联系方式:</td>
<td>
<html:select property="userinfo.contactMode1type">
<html:option value="手机">手机</html:option>
<html:option value="家庭电话">家庭电话</html:option>
<html:option value="宿舍电话">宿舍电话</html:option>
<html:option value="工作电话">工作电话</html:option>
</html:select>
</td>
<td colspan="2"><label>
<html:text property="userinfo.contactMode1"></html:text>
</label></td>
</tr>
<tr>
<td>第二联系方式</td>
<td>
<html:select property="userinfo.contactMode2type">
<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="MSN ">MSN</html:option>
<html:option value="其他">其他</html:option>
</html:select>
</td>
<td colspan="2"><label>
<html:text property="userinfo.contactMode2"></html:text>
</label></td>
</tr>
<tr>
<td>第三联系方式</td>
<td><span id="hidden_all"><label>
<html:select property="userinfo.contactMode3type">
<html:option value="手机">手机</html:option>
<html:option value="家庭电话">家庭电话</html:option>
<html:option value="宿舍电话">宿舍电话</html:option>
<html:option value="工作电话">工作电话</html:option>
</html:select>
</label></span><br /></td>
<td colspan="2"><span id="hidden_all"><label>
<html:text property="userinfo.contactMode3"></html:text>
</label></span><br /></td>
</tr>
<tr>
<td>通信地址</td>
<td><label>
<html:text property="userinfo.communicateAddress"></html:text>
</label></td>
<td>邮政编码</td>
<td><html:text property="userinfo.postalcode" onblur="checkpostCode()"/></td>
<td><div ><span id="postcode" style="color: red"></span> </div></td>
</tr>
<tr>
<td>个人主页</td>
<td colspan="3"><html:text property="userinfo.individualPage"/></td>
</tr>
</table>
<div>
<div><span id="hidden_all">如果保存当前页对个人信息的修改,您全部简历的“个人信息”部分也将同时更新。<br />
为确保招聘企业能及时联系到您,我们建议您填写多种联系方式,特别是手机号码。</span></div>
</div>
<div><span id="hidden_all">
<button type="submit" name="submit" value="保存">保存</button>
</span></div>
<table id="isOK">
<tbody>
<tr>
<td><div id="addpersonsuccess"></div></td>
</tr>
</tbody>
</table>
<p> </p>
</div>
</div>
</html:form>
<DIV class=link style="background-color: aqua"><A
href="http://www.chinahr.com/pub/bottommenu/aboutus.asp?clickbutton=1"
target=_blank>中华英才网简介</A> | <A
href="http://www.chinahr.com/pub/bottommenu/service4empl.asp?clickbutton=3"
target=_blank>我们的服务</A> | <A
href="http://www.chinahr.com/pub/bottommenu/pressrelease.asp?clickbutton=1"
target=_blank>媒体关注</A> | <A
href="http://www.chinahr.com/pub/bottommenu/comments/feedback.asp?clickbutton=1"
target=_blank>用户反馈</A> | <A
href="http://www.chinahr.com/pub/bottommenu/joinus.asp?clickbutton=1"
target=_blank>本网招聘</A> | <A
href="http://www.chinahr.com/pub/bottommenu/announce.asp?clickbutton=1"
target=_blank>网站声明</A> | <A
href="http://www.chinahr.com/pub/bottommenu/contactinfo.asp?clickbutton=2"
target=_blank>联系我们</A> | <A
href="http://www.chinahr.com/pub/bottommenu/comradeship.asp?clickbutton=1"
target=_blank>合作伙伴</A></DIV>
<P class=icp1>本网站之所有招聘信息及作品,未经书面授权不得转载。<BR>中华英才网 © 版权所有 <A
href="http://www.miibeian.gov.cn/" target=_blank>ICP经营许可证编号 京ICP证000065号</A></P>
<SCRIPT language=javascript
src="修改E-mail——求职 招聘 中华英才网!.files/tracker.js"></SCRIPT>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -