⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resume_mod.jsp

📁 企业人力资源管理
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@taglib prefix="html" uri="http://jakarta.apache.org/struts/tags-html"%>
<%@taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>

<html>
	<head>
		<title>简历修改</title>
		<link rel="stylesheet" type="text/css" href="/hr/css/all_page.css">
	</head>
	<script type="text/javascript" src="/hr/js/share/share.js"></script>
	<script type="text/javascript" src="/hr/js/share/ajax.js"></script>
	<script type="text/javascript" src="/hr/js/share/third_relate.js"></script>
	<script type="text/javascript" src="/hr/js/share/major_relate.js"></script>
	<script type="text/javascript" src="/hr/js/share/dateControl.js"></script>
	<script type="text/javascript" src="/hr/js/engage/resume.js"></script>
	<body>
		<html:form action="/resume" onsubmit="return resume_mod_sub(this)">
			<html:hidden property="humanMajorKindName" />
			<html:hidden property="humanMajorName" />
			<html:hidden property="humanMajorKindId" />
			<html:hidden property="humanMajorId" />
			<html:hidden property="method" value="doMod" />
			<html:hidden property="resId" />
			<html:hidden property="engageType" />
			<font color="#0000CC"> 您正在做的业务是:人力资源--招聘管理-简历管理--简历审核</font>
			<p align="right">
				<html:submit value="提交"></html:submit>
				<input type="button" value="返回招聘管理"
					onclick="location.href='/hr/baseConfig.do?method=toBodyUrl&url=body_engage';" />
			</p>
			<table width="100%" border="1" cellpadding="0" cellspacing="0">

				<tr>
					<td>
						姓名
					</td>
					<td>
						<html:text property="humanName" onfocus="this.blur();" />
					</td>
					<td>
						性别
					</td>
					<td>
						<html:select property="humanSex" onfocus="this.blur();">
							<option value="男">
							</option>
							<option value="女">
							</option>
						</html:select>
					</td>
					<td>
						Email:
					</td>
					<td colspan="2">
						<html:text property="humanEmail" onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						电话
					</td>
					<td>
						<html:text property="humanTelephone" onfocus="this.blur();" />
					</td>
					<td>
						家庭电话
					</td>
					<td>
						<html:text property="humanHomephone" onfocus="this.blur();" />
					</td>
					<td>
						手机
					</td>
					<td colspan="2">
						<html:text property="humanMobilephone" onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						住址
					</td>
					<td colspan="3">
						<html:text property="humanAddress" size="35"
							onfocus="this.blur();" />
					</td>
					<td>
						邮编
					</td>
					<td colspan="2">
						<html:text property="humanPostcode" onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						国籍
					</td>
					<td>
						<html:text property="humanNationality" onfocus="this.blur();" />
					</td>
					<td>
						出生地址
					</td>
					<td>
						<html:text property="humanBirthplace" onfocus="this.blur();" />
					</td>
					<td>
						生日
					</td>
					<td colspan="2">
						<input name="birthday"
							value="${requestScope.resumeForm.humanBirthday }"
							onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						民族
					</td>
					<td>
						<html:text property="humanRace" onfocus="this.blur();" />
					</td>
					<td>
						宗教信仰:
					</td>
					<td>
						<html:text property="humanReligion" onfocus="this.blur();" />
					</td>
					<td>
						政治面貌:
					</td>
					<td colspan="2">
						<html:text property="humanParty" onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						身份证号码:
					</td>
					<td>
						<html:text property="humanIdcard" onfocus="this.blur();" />
					</td>
					<td>
						年龄:
					</td>
					<td>
						<html:text property="humanAge" onfocus="this.blur();" />
					</td>
					<td>
						毕业院校:
					</td>
					<td>
						<html:text property="humanCollege" onfocus="this.blur();" />
					</td>
					<td>
						学历
					</td>
					<td>
						<html:text property="humanEducatedDegree" onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						教育年限
					</td>
					<td>
						<html:text property="humanEducatedYears" onfocus="this.blur();" />
					</td>
					<td>
						学历专业
					</td>
					<td>
						<html:text property="humanEducatedMajor" onfocus="this.blur();" />
					</td>
					<td>
						薪酬标准
					</td>
					<td>
						<html:text property="demandSalaryStandard" onfocus="this.blur();" />
					</td>
					<td>
						注册时间
					</td>
					<td width="80px">
						<input type="text" name="cur_date"
							value="${requestScope.resumeForm.registTime }"
							onfocus="this.blur();" size="12" />
					</td>
				</tr>
				<tr>
					<td>
						特长
					</td>
					<td>
						<html:text property="humanSpecility" onfocus="this.blur();" />
					</td>
					<td>
						兴趣爱好
					</td>
					<td>
						<html:text property="humanHobby" onfocus="this.blur();" />
					</td>
					<td>
						是否推荐
					</td>
					<td>
						<select name="checkStatus">
							<option value="1">
								推荐
							</option>
							<option value="0">
								不推荐
							</option>
						</select>
						<span style="color: red;">*</span>
					</td>
					<td>
						登记人
					</td>
					<td colspan="2">
						<html:text property="register" onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						个人履历
					</td>
					<td colspan="7">
						<html:textarea property="humanHistoryRecords" cols="90" rows="6"
							onfocus="this.blur();">
						</html:textarea>
					</td>
				</tr>
				<tr>
					<td>
						推荐意见
					</td>
					<td colspan="7">
						<html:textarea property="recomandation" cols="90" rows="6">
						</html:textarea>
						<span style="color: red;">*</span>
					</td>
				</tr>
				<tr>
					<td>
						备注
					</td>
					<td colspan="7">
						<html:textarea property="remark" cols="90" rows="6">
						</html:textarea>
					</td>
				</tr>
			</table>
		</html:form>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -