📄 detailperson.jsp
字号:
<%@ include file="../sys/sessioncheck.jsp"%>
<%@ 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">
<style type="text/css">
<!--
.style1 {font-size: 16px}
-->
</style>
</head>
<body >
<p align="left"><nobr></nobr></p>
<p align="left" class="tilte style1"> 应聘人员登记表</p>
<input type="button" value="修改" name="B2" onClick="updatePerson()"/>
<input type="button" value="删除" name="B3" onClick="delaction()"/>
<input type="button" name="Submit" value="打印" onclick="print()">
</p>
<table width="816" height="65" border="0" cellpadding="0" cellspacing="1">
<tr >
<th width="563" align="left" scope="col"><table width="563" height="47" border="0" cellpadding="0" cellspacing="1">
<!--DWLayoutTable-->
<tbody>
<tr height="23" bgcolor="#DDDDDD">
<td width="134" >申请职位</td>
<td width="162" >薪水要求</td>
<td width="132" >填表日期</td>
</tr>
<tr height="23" bgcolor="#DDDDDD">
<td >Apply for</td>
<td >Salary Requirnent(NET)</td>
<td >data</td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td ><c:out value="${personForm.apply_for}"/></td>
<td ><c:out value="${personForm.salary_requirnet_net}"/></td>
<td ><c:out value="${personForm.time}"/></td>
</tr>
</tbody>
</table></th>
<th width="208" scope="col"> <div align="right"><img name="pic" height="120" width="102" src="jsp/manager/person/showimg.jsp?person_id=<c:out value="${personForm.person_id}"/>" /></div></th>
</tr>
</table>
<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="0" cellpadding="0" cellspacing="1" width="822">
<!--DWLayoutTable-->
<tbody ><tr>
<td height="23" bgcolor="#DDDDDD" width="177">姓 名 Name</td>
<td width="123" height="23" bgcolor="#F0F0F0"><c:out value="${personForm.person_fname}"/><c:out value="${personForm.person_sname}"/></td>
<td width="202"height="23" bgcolor="#DDDDDD">户籍 Registered Residence</td>
<td width="114" height="23" bgcolor="#F0F0F0"><c:out value="${personForm.registered_residence}"/></td>
<td width="90"height="23" bgcolor="#DDDDDD">邮编PC</td>
<td width="109" height="23" bgcolor="#F0F0F0"><c:out value="${personForm.post_code}"/></td>
</tr>
<tr>
<td height="23" bgcolor="#DDDDDD" >性 别 Sex</td>
<td height="23" bgcolor="#F0F0F0"> <c:out value="${personForm.sex}"/></td>
<td height="23" bgcolor="#DDDDDD">身份证号码 ID No.</td>
<td colspan="3" height="23" bgcolor="#F0F0F0"><c:out value="${personForm.ID_no}"/></td>
</tr>
<tr>
<td height="23" bgcolor="#DDDDDD" >出生日期Date of Birth</td>
<td height="23" bgcolor="#F0F0F0"><c:out value="${personForm.brithdate}"/></td>
<td height="23" bgcolor="#DDDDDD">联系电话Contact Phone No</td>
<td colspan="3" height="23" bgcolor="#F0F0F0"><c:out value="${personForm.contact_phone_no}"/></td>
</tr>
<tr>
<td height="23" bgcolor="#DDDDDD" >婚姻状况Marital Status</td>
<td height="23" bgcolor="#F0F0F0"><c:out value="${personForm.marital_status}"/></td>
<td height="23" bgcolor="#DDDDDD">联系地址 Contact Addr.</td>
<td colspan="3" height="23" bgcolor="#F0F0F0"><c:out value="${personForm.address_no}"/></td>
</tr>
</tbody></table>
<p>II.学历、其他教育 Education&Training:</p>
<table border="0" cellpadding="0" cellspacing="1" width="821">
<!--DWLayoutTable-->
<tbody><tr height="23" bgcolor="#DDDDDD">
<td width="182">日期Date(从~至)</td>
<td width="212">学校名称</td>
<td width="159">主修科目</td>
<td width="124">学历</td>
<td width="216">是否有相关证明</td>
</tr>
<tr height="23" bgcolor="#DDDDDD">
<td >From~Till</td>
<td >Name of School</td>
<td >Major</td>
<td >Degree</td>
<td >Relevant Certificate</td>
</tr>
<c:forEach var="educationList" items="${personForm.educationList}" varStatus="status">
<tr height="23" bgcolor="#F0F0F0">
<td><c:out value="${educationList.e_educationdate_from}"/>~<c:out value="${educationList.e_educationdate_to}"/></td>
<td ><c:out value="${educationList.e_schoolname}"/></td>
<td ><c:out value="${educationList.e_major}"/></td>
<td ><c:out value="${educationList.e_degree}"/></td>
<td ><a href="jsp/manager/person/showdegree.jsp?education_id=<c:out value="${educationList.education_id}"/>">学历证书</a></td>
</tr>
</c:forEach>
</tbody></table>
<p>III.工作经历 Work Experience:</p>
<table border="0" cellpadding="0" cellspacing="1" width="919">
<!--DWLayoutTable-->
<tbody><tr height="23" bgcolor="#DDDDDD">
<td height="23" width="178">日期Date(从~至)</td>
<td width="203">单位名称</td>
<td width="156">职务</td>
<td width="120">最后工资</td>
<td width="217">离职原因</td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td height="23" >From~Till</td>
<td >Name of Company</td>
<td >Position</td>
<td >Last Salary</td>
<td >Reason of Resignation</td>
</tr>
<c:forEach var="workexperienceList" items="${personForm.workexperienceList}" varStatus="status">
<tr height="23" bgcolor="#F0F0F0">
<td height="23" ><c:out value="${workexperienceList.work_from}"/>~<c:out value="${workexperienceList.work_to}"/></td>
<td ><c:out value="${workexperienceList.name_of_company}"/></td>
<td ><c:out value="${workexperienceList.position}"/></td>
<td ><c:out value="${workexperienceList.lastsalary}"/></td>
<td ><c:out value="${workexperienceList.reason_of_resignation}"/></td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td>工作内容 </td>
<td colspan="4"><c:out value="${workexperienceList.work_content}"/></td></tr>
</c:forEach>
</tbody></table>
<p>IV.技能 Skills:</p>
<table border="0" cellpadding="0" cellspacing="1" width="893">
<!--DWLayoutTable-->
<tbody><tr height="23" bgcolor="#DDDDDD">
<td width="360">技能</td>
<td width="183">程度</td>
<td width="350">是否有相关证明</td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td >Skills</td>
<td >Degree</td>
<td >Relevant Certificate</td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td >英语 Foreign Language Ability</td>
<td ><c:out value="${personForm.language_en}"/></td>
<td ><a href="jsp/manager/person/showeng.jsp?person_id=<c:out value="${personForm.person_id}"/>">等级证书</a></td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td >日语 Foreign Language Ability</td>
<td ><c:out value="${personForm.language_jp}"/></td>
<td ><a href="jsp/manager/person/showjp.jsp?person_id=<c:out value="${personForm.person_id}"/>">等级证书</a></td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td >电脑能力 Computer Skills</td>
<td ><c:out value="${personForm.computer_level}"/></td>
<td ><a href="jsp/manager/person/showcomputer.jsp?person_id=<c:out value="${personForm.person_id}"/>">能力证书</a></td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td >其他1 Other1</td>
<td ><c:out value="${personForm.other1}"/></td>
<td ></td>
</tr>
<tr height="23" bgcolor="#F0F0F0">
<td >其他2 Other2</td>
<td ><c:out value="${personForm.other2}"/></td>
<td ></td>
</tr>
</tbody></table>
<p>V.家庭成员表 Family Member:</p>
<table border="0" cellpadding="0" cellspacing="1" width="893">
<tbody><tr height="23" bgcolor="#DDDDDD">
<td width="173">姓名 Name</td>
<td width="182">称谓 Relation</td>
<td width="189">年龄 Age</td>
<td width="349">何单位任何职 Job</td>
</tr>
<c:forEach var="familymemberList" items="${personForm.familymemberList}" varStatus="status">
<tr height="23" bgcolor="#F0F0F0">
<td ><c:out value="${familymemberList.familymember_name}"/></td>
<td ><c:out value="${familymemberList.familymember_relation}"/></td>
<td ><c:out value="${familymemberList.familymember_age}"/></td>
<td ><c:out value="${familymemberList.familymember_job}"/></td>
</tr>
</c:forEach>
</tbody></table>
<p> </p>
</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 + -