ResumeInfo.jsp~2~
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:6k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <%@ page contentType="text/html; charset=GBK" %>
- <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
- <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
- <html>
- <head>
- <title>ResumeInfo</title>
- <link href="<%=request.getContextPath()%>/Manage/Css/skinv2.0.css" rel="stylesheet" type="text/css" />
- </head>
- <body bgcolor="#ffffff">
- <form method="post" id="form1" action="">
- <table cellspacing="0" cellpadding="0" width="100%" border="0">
- <tr bgcolor="#cfdbe8">
- <td style="WIDTH: 20px" width="20" bgcolor="#cfdbe8" height="19"> <img height="10" src="<%=request.getContextPath() %>/Manage/images/icon.gif" width="12" alt="" /></td>
- <td valign="middle" bgcolor="#cfdbe8" colspan="2"> 职位招聘管理</td>
- </tr>
- <tr>
- <td style="HEIGHT: 31px" valign="top" align="left" height="80"> </td>
- <td style="HEIGHT: 31px" valign="middle" align="left" colspan="2">
- <img src="<%=request.getContextPath() %>/Manage/images/edit.gif" align="middle" alt="" /> 应聘者信息
- </td>
- </tr>
- <tr>
- <td style="HEIGHT: 1px" valign="top" align="left"></td>
- <td style="HEIGHT: 1px" valign="top" align="left" width="820" bgcolor="#cfdbe8"></td>
- <td style="HEIGHT: 1px; width: 144px;" valign="top" align="left"></td>
- </tr>
- <tr>
- <td style="HEIGHT: 381px" valign="top" align="left"></td>
- <td style="HEIGHT: 381px" valign="top" align="left" colspan="2">
- <br/>
- <table align="left" bgcolor="#cccccc" border="0" cellpadding="1" cellspacing="1" width="98%">
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 应聘职位:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.jobs.job_Title}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 应聘时间:
- </td>
- <td style="height: 23px">
- <bean:write name="resume" property="res_Time" format="yyyy年MM月dd日"/>
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 姓名:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Name}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 性别:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Sex}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 出生日期:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Brithday}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 籍贯:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Nativeplace}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 政治面貌:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Polity}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 婚姻状况:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Marriage}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 教育程度:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Education}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 专业:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Specialty}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 毕业时间:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Graduate}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 工作经验:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Experience}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 电话:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Tel}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 联系地址:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Address}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 邮编:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_PostCode}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 能力:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Power}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- 简历:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Introduce}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff">
- <td style="height: 25px; width: 117px;">
- Email:
- </td>
- <td style="height: 23px">
- <c:out value="${resume.res_Email}" />
- </td>
- </tr>
- <tr bgcolor="#ffffff" align="center">
- <td colspan="2">
- <input type="submit" id="btnSave" value="打 印" onclick="javascript:window.print();" />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>