📄 engageinterview_regist.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<base href="http://localhost:8080/accp_hr/"/>
<title>humanfile_regist.jsp</title>
<link href="css/validator.css" rel="stylesheet" type="text/css" ></link>
<script type="text/javascript" src="js/mootools.js" ></script>
<script type="text/javascript" src="js/full-validator.js" ></script>
<script type="text/javascript" src="js/DateTime2.js"></script>
<script type="text/javascript">
Validator.setup({
form : 'demo1',
configs : 'tag',
warns : 'alert',
triggers : 'submit, blur'
});
</script>
<style type="text/css">
th{
background-color: #CCCCFF;
}
.texts{
width: 130px;
}
.texts2{
width: 200px;
}
.texts3{
background-color: transparent;
width: 130px;
border-style: none;
}
select{
width: 130px;
}
td{
background-color: #DADEDD;
}
</style>
</head>
<BODY bgcolor="#DADEDD" style="background-image: url('images/accphr/main.jpg');background-attachment :fixed ;">
<html:form action="engageInterview" styleId="demo1" >
<input type="hidden" name="opei" value="doAdd">
<input type="hidden" name="engageInterview.resumeId" value="${ermes.resId }" >
<input type="hidden" name="engageInterview.interviewStatus" value="1" >
<table border="1" cellspacing="0" align="center" width="95%" bordercolor="black" style="font-size: 12px">
<TR>
<Th>职位分类</Th>
<TD>
<input type="hidden" name="engageInterview.humanMajorKindId" value="${ermes.humanMajorKindId }" >
<html:text property="engageInterview.humanMajorKindName" value="${ermes.humanMajorKindName }" styleClass="texts3" readonly="true" ></html:text>
</TD>
<Th>职位名称</Th>
<TD>
<input type="hidden" name="engageInterview.humanMajorId" value="${ermes.humanMajorId }" >
<html:text property="engageInterview.humanMajorName" value="${ermes.humanMajorName }" styleClass="texts3" readonly="true" ></html:text>
</TD>
<Th>招聘类型</Th>
<TD colspan="2">
${ermes.engageType }
</TD>
<TD rowspan="6"><div style="width: 100%;height: 100%;" ><img src="up/${ermes.humanPicture }" width="130" height="140" id="showp" /></div></TD>
</TR>
<TR>
<Th>姓名</Th>
<TD>
<html:text property="engageInterview.humanName" styleClass="texts3" readonly="true" value="${ermes.humanName }" ></html:text>
</TD>
<Th>性别</Th>
<TD>
${ermes.humanSex }
</TD>
<Th>EMAIL</Th>
<TD colspan="2">
${ermes.humanEmail }
</TD>
</TR>
<TR>
<Th>电话</Th>
<TD>
${ermes.humanTelephone }
</TD>
<Th>家庭电话</Th>
<TD>
${ermes.humanHomephone }
</TD>
<Th>手机</Th>
<TD colspan="2">
${ermes.humanMobilephone }
</TD>
</TR>
<TR>
<Th>住址</Th>
<TD colspan="3">
${ermes.humanAddress }
</TD>
<Th>邮编</Th>
<TD colspan="2">
${ermes.humanPostcode }
</TD>
</TR>
<TR>
<Th>国籍</Th>
<TD>
${ermes.humanNationality }
</TD>
<Th>出生地</Th>
<td>
${ermes.humanBirthplace }
</td>
<Th>注册时间</Th>
<TD colspan="2">
${ermes.registTime }
</TD>
</TR>
<TR>
<Th>民族</Th>
<TD>
${ermes.humanRace }
</TD>
<Th>宗教信仰</Th>
<TD>
${ermes.humanReligion }
</TD>
<Th>身份证号</Th>
<TD colspan="2">
${ermes.humanIdcard }
</TD>
</TR>
<TR>
<Th>政治面貌</Th>
<TD>
${ermes.humanParty }
</TD>
<Th>年龄</Th>
<TD>
${ermes.humanAge }
</TD>
<Th>毕业院校</Th>
<TD>
${ermes.humanCollege }
</TD>
<th>生日</th>
<TD>
${ermes.humanBirthday }
</TD>
</TR>
<TR>
<Th>教育年限</Th>
<TD>
${ermes.humanEducatedYears }
</TD>
<Th>学历专业</Th>
<TD>
${ermes.humanEducatedMajor }
</TD>
<Th>薪酬要求</Th>
<TD>
${ermes.demandSalaryStandard }
</TD>
<Th>登记人</Th>
<TD>
${ermes.register }
</TD>
</TR>
<TR>
<Th>特长</Th>
<TD>
${ermes.humanSpecility }
</TD>
<Th>爱好</Th>
<TD>
${ermes.humanHobby }
</TD>
<Th>学历</Th>
<TD>
${ermes.humanEducatedDegree }
</TD>
<Th> </Th>
<TD>
</TD>
</TR>
<TR>
<Th>个人履历</Th>
<TD colspan="7">
<textarea rows="5" style="width:100%;" cols="5" readonly="readonly" >${ermes.humanHistoryRecords } </textarea>
</TD>
</TR>
<TR>
<Th>备注</Th>
<TD colspan="7">
<textarea rows="5" cols="5" style="width: 100%;" readonly="readonly">${ermes.remark } </textarea>
</TD>
</TR>
<TR>
<Th>筛选推荐意见</Th>
<TD colspan="7">
<textarea rows="5" cols="5" style="width: 100%;" readonly="readonly">${ermes.recomandation } </textarea>
</TD>
</TR>
<tr>
<th>面试次数</th>
<td>
<html:text property="engageInterview.interviewAmount" value="${amount+1}" readonly="true"></html:text>
</td>
<th>形象评价</th>
<td>
<html:select property="engageInterview.imageDegree">
<html:option value="A">A</html:option>
<html:option value="B">B</html:option>
<html:option value="C">C</html:option>
</html:select>
</td>
<th>口才评价</th>
<td>
<html:select property="engageInterview.nativeLanguageDegree">
<html:option value="A">A</html:option>
<html:option value="B">B</html:option>
<html:option value="C">C</html:option>
</html:select>
</td>
<th>外语口语能力</th>
<td>
<html:select property="engageInterview.foreignLanguageDegree">
<html:option value="A">A</html:option>
<html:option value="B">B</html:option>
<html:option value="C">C</html:option>
</html:select>
</td>
</tr>
<tr>
<th>应变能力</th>
<td>
<html:select property="engageInterview.responseSpeedDegree">
<html:option value="A">A</html:option>
<html:option value="B">B</html:option>
<html:option value="C">C</html:option>
</html:select>
</td>
<th>EQ</th>
<td>
<html:select property="engageInterview.eqDegree">
<html:option value="A">A</html:option>
<html:option value="B">B</html:option>
<html:option value="C">C</html:option>
</html:select>
</td>
<th>IQ</th>
<td>
<html:select property="engageInterview.iqDegree">
<html:option value="A">A</html:option>
<html:option value="B">B</html:option>
<html:option value="C">C</html:option>
</html:select>
</td>
<th>综合素质</th>
<td>
<html:select property="engageInterview.multiQualityDegree">
<html:option value="A">A</html:option>
<html:option value="B">B</html:option>
<html:option value="C">C</html:option>
</html:select>
</td>
</tr>
<tr>
<th>面试人</th>
<td>
<html:text property="engageInterview.register" value="${loginuser.uname}" readonly="true"></html:text>
</td>
<th>面试时间</th>
<td>
<input type="text" name="times" id="currentTime" readonly="readonly" class="texts">
</td>
<th> </th>
<td> </td>
<th> </th>
<td> </td>
</tr>
<tr>
<th>面试评价</th>
<td colspan="7">
<html:textarea property="engageInterview.interviewComment" style="width:700px;"></html:textarea>
</td>
</tr>
</TABLE>
<br>
<center><html:submit value="提交" /> <html:reset value="重置" /> </center>
</html:form>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -