📄 engageexam_filter.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="engageExam" styleId="demo1" >
<input type="hidden" name="opee" value="doFilter">
<input type="hidden" name="rid" value="${ermes.resId}" >
<table border="1" cellspacing="0" align="center" width="95%" bordercolor="black" style="font-size: 12px">
<TR>
<Th>职位分类</Th>
<TD>
${ermes.humanMajorKindName }
</TD>
<Th>职位名称</Th>
<TD>
${ermes.humanMajorId }
</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>
${ermes.humanName }
</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>
<input type="text" name="answersize" class="texts3" value="${ermes.testAmount }">
</td>
<th>成绩</th>
<td>
<input type="text" name="score" class="texts3" value="${answermes.totalPoint }" readonly="readonly">
</td>
<th>筛选人</th>
<td>
<input type="text" name="person" class="texts3" value="${loginuser.uname}" readonly="readonly">
</td>
<th>筛选时间</th>
<td>
<input type="text" name="times" id="currentTime" readonly="readonly" class="texts">
</td>
</tr>
<tr>
<th>筛选结果</th>
<td colspan="7">
<input type="radio" name="result" value="建议录用" style="background-color: transparent;" checked="checked">建议录用
<input type="radio" name="result" value="删除简历" style="background-color: transparent;">删除简历
</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 + -