📄 .#detailperson.jsp.1.6
字号:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<c:set value="${personForm}" var="personForm" />
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>应聘人员登记表</title>
<link href="css/1.css" rel="stylesheet" type="text/css">
</head>
<body>
<p align="left"><!--webbot bot="Navigation" S-Type="global"
S-Orientation="horizontal" S-Rendering="text" B-Include-Home="TRUE"
B-Include-Up="FALSE" U-Page S-Target startspan --><nobr>[ <a href="add_resume.htm">新建人员</a> ]</nobr> <nobr>[ <a href="ShowSearchPersonAction.do">人员检索</a> ]</nobr> <nobr>[ <a href="ListPersonAction.do">人员列表</a> ]</nobr><!--webbot bot="Navigation" endspan i-checksum="43816" -->
</p>
<p class="style1" align="left"> 应聘人员登记表</p>
<img name="pic" height="120" width="80" src="jsp/manager/person/showimg.jsp?person_id=<c:out value="${personForm.person_id}"/>"/>
<table align="right" border="1" cellpadding="0" cellspacing="0" width="450">
<!--DWLayoutTable-->
<tbody>
<tr>
<td width="118" height="15" valign="top">申请职位</td>
<td width="196" valign="top">薪水要求</td>
<td width="143" valign="top">填表日期</td>
</tr>
<tr>
<td height="15" valign="top">Apply for</td>
<td valign="top">Salary Requirnent(NET)</td>
<td valign="top">data</td>
</tr>
<tr>
<td height="15" valign="top"><c:out value="${personForm.apply_for}"/></td>
<td valign="top"><c:out value="${personForm.salary_requirnet_net}"/></td>
<td valign="top"><c:out value="${personForm.time}"/></td>
</tr>
</tbody>
</table>
<p>
<input type="button" value="修改" name="B2" onClick="updatePerson()"/>
<input type="button" value="删除" name="B3" onClick="delaction()"/>
<input type="button" name="B4" value="打印" onclick="print()">
</p>
<form method="post" action="query.html" name="form1">
<input name="person_id" type="hidden" value="<c:out value="${personForm.person_id}"/>"/>
<input name="person_check" type="hidden" value="<c:out value="${personForm.person_id}"/>"/>
<p>I.个人资料 Personal Data:</p>
<table border="1" cellpadding="0" cellspacing="0" width="893">
<!--DWLayoutTable-->
<tbody><tr>
<td height="21" valign="top" width="176">姓 名 Name</td>
<td valign="top" width="123"><c:out value="${personForm.person_fname}"/><c:out value="${personForm.person_sname}"/></td>
<td valign="top" width="201">户籍 Registered Residence</td>
<td valign="top" width="114"><c:out value="${personForm.registered_residence}"/></td>
<td valign="top" width="116">邮编PC</td>
<td valign="top" width="149"><c:out value="${personForm.post_code}"/></td>
</tr>
<tr>
<td height="21" valign="top">性 别 Sex</td>
<td valign="top"> <c:out value="${personForm.sex}"/></td>
<td valign="top">身份证号码 ID No.</td>
<td colspan="3" valign="top"><c:out value="${personForm.ID_no}"/></td>
</tr>
<tr>
<td height="21" valign="top">出生日期Date of Birth</td>
<td valign="top"><c:out value="${personForm.brithdate}"/></td>
<td valign="top">联系电话Contact Phone No</td>
<td colspan="3" valign="top"><c:out value="${personForm.contact_phone_no}"/></td>
</tr>
<tr>
<td height="21" valign="top">婚姻状况Marital Status</td>
<td valign="top"><c:out value="${personForm.marital_status}"/></td>
<td valign="top">联系地址 Contact Addr.</td>
<td colspan="3" valign="top"><c:out value="${personForm.address_no}"/></td>
</tr>
</tbody></table>
<p>II.学历、其他教育 Education&Training:</p>
<table border="1" cellpadding="0" cellspacing="0" width="893">
<!--DWLayoutTable-->
<tbody><tr>
<td height="17" valign="top" width="182">日期Date(从~至)</td>
<td valign="top" width="212">学校名称</td>
<td valign="top" width="159">主修科目</td>
<td valign="top" width="124">学历</td>
<td valign="top" width="216">是否有相关证明</td>
</tr>
<tr>
<td height="19" valign="top">From~Till</td>
<td valign="top">Name of School</td>
<td valign="top">Major</td>
<td valign="top">Degree</td>
<td valign="top">Relevant Certificate</td>
</tr>
<c:forEach var="educationList" items="${personForm.educationList}" varStatus="status">
<tr>
<td height="19" valign="top"><c:out value="${educationList.e_educationdate_from}"/>~<c:out value="${educationList.e_educationdate_to}"/></td>
<td valign="top"><c:out value="${educationList.e_schoolname}"/></td>
<td valign="top"><c:out value="${educationList.e_major}"/></td>
<td valign="top"><c:out value="${educationList.e_degree}"/></td>
<td valign="top"><c:out value="${educationList.e_certificate}"/></td>
</tr>
</c:forEach>
</tbody></table>
<p>III.工作经历 Work Experience:</p>
<table border="1" cellpadding="0" cellspacing="0" width="893">
<!--DWLayoutTable-->
<tbody><tr>
<td height="23" valign="top" width="182">日期Date(从~至)</td>
<td valign="top" width="208">单位名称</td>
<td valign="top" width="160">职务</td>
<td valign="top" width="123">最后工资</td>
<td valign="top" width="220">离职原因</td>
</tr>
<tr>
<td height="23" valign="top">From~Till</td>
<td valign="top">Name of Company</td>
<td valign="top">Position</td>
<td valign="top">Last Salary</td>
<td valign="top">Reason of Resignation</td>
</tr>
<c:forEach var="workexperienceList" items="${personForm.workexperienceList}" varStatus="status">
<tr>
<td height="23" valign="top"><c:out value="${workexperienceList.work_from}"/>~<c:out value="${workexperienceList.work_to}"/></td>
<td valign="top"><c:out value="${workexperienceList.name_of_company}"/></td>
<td valign="top"><c:out value="${workexperienceList.position}"/></td>
<td valign="top"><c:out value="${workexperienceList.lastsalary}"/></td>
<td valign="top"><c:out value="${workexperienceList.reason_of_resignation}"/></td>
</tr>
</c:forEach>
</tbody></table>
<p>IV.技能 Skills:</p>
<table border="1" cellpadding="0" cellspacing="0" width="893">
<!--DWLayoutTable-->
<tbody><tr>
<td height="19" valign="top" width="360">技能</td>
<td valign="top" width="183">程度</td>
<td valign="top" width="350">是否有相关证明</td>
</tr>
<tr>
<td height="19" valign="top">Skills</td>
<td valign="top">Degree</td>
<td valign="top">Relevant Certificate</td>
</tr>
<tr>
<td height="19" valign="top">英语 Foreign Language Ability</td>
<td valign="top"><c:out value="${personForm.language_en}"/></td>
<td valign="top"><c:out value="${personForm.language_en_certificate}"/></td>
</tr>
<tr>
<td height="19" valign="top">日语 Foreign Language Ability</td>
<td valign="top"><c:out value="${personForm.language_jp}"/></td>
<td valign="top"><c:out value="${personForm.language_jp_certificate}"/></td>
</tr>
<tr>
<td height="19" valign="top">电脑能力 Computer Skills</td>
<td valign="top"><c:out value="${personForm.computer_level}"/></td>
<td valign="top"><c:out value="${personForm.computer_level}"/></td>
</tr>
<tr>
<td height="19" valign="top">其他1 Other1</td>
<td valign="top"><c:out value="${personForm.other1}"/></td>
<td valign="top"><c:out value="${personForm.other1}"/></td>
</tr>
<tr>
<td height="19" valign="top">其他2 Other2</td>
<td valign="top"><c:out value="${personForm.other2}"/></td>
<td valign="top"><c:out value="${personForm.other2}"/></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
<td></td>
</tr>
</tbody></table>
<p>V.家庭成员表 Family Member:</p>
<table border="1" cellpadding="0" cellspacing="0" width="893">
<!--DWLayoutTable-->
<tbody><tr>
<td height="22" valign="top" width="173">姓名 Name</td>
<td valign="top" width="182">称谓 Relation</td>
<td valign="top" width="189">年龄 Age</td>
<td valign="top" width="349">何单位任何职 Job</td>
</tr>
<c:forEach var="familymemberList" items="${personForm.familymemberList}" varStatus="status">
<tr>
<td height="22" valign="top"><c:out value="${familymemberList.familymember_name}"/></td>
<td valign="top"><c:out value="${familymemberList.familymember_relation}"/></td>
<td valign="top"><c:out value="${familymemberList.familymember_age}"/></td>
<td valign="top"><c:out value="${familymemberList.familymember_job}"/></td>
</tr>
</c:forEach>
</tbody></table>
</form>
<script language="javascript">
function delaction()
{
form1.action = "DeletePersonAction.do";
form1.submit();
}
function updatePerson()
{
form1.action="updateperson.do";
form1.submit();
}
function print()
{
form1.action="printpdf1";
form1.submit();
}
</script>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -