ResumeInfo.jsp~2~
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:6k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
  3. <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
  4. <html>
  5. <head>
  6. <title>ResumeInfo</title>
  7. <link href="<%=request.getContextPath()%>/Manage/Css/skinv2.0.css" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body bgcolor="#ffffff">
  10. <form method="post" id="form1" action="">
  11. <table cellspacing="0" cellpadding="0" width="100%" border="0">
  12.   <tr bgcolor="#cfdbe8">
  13.     <td style="WIDTH: 20px" width="20" bgcolor="#cfdbe8" height="19">&nbsp;<img height="10" src="<%=request.getContextPath() %>/Manage/images/icon.gif" width="12" alt="" /></td>
  14.     <td valign="middle" bgcolor="#cfdbe8" colspan="2">&nbsp; 职位招聘管理</td>
  15.   </tr>
  16.   <tr>
  17.     <td style="HEIGHT: 31px" valign="top" align="left" height="80">&nbsp;</td>
  18.     <td style="HEIGHT: 31px" valign="middle" align="left" colspan="2">
  19.       &nbsp;<img src="<%=request.getContextPath() %>/Manage/images/edit.gif" align="middle" alt="" />&nbsp;应聘者信息
  20.     </td>
  21.   </tr>
  22.   <tr>
  23.     <td style="HEIGHT: 1px" valign="top" align="left"></td>
  24.     <td style="HEIGHT: 1px" valign="top" align="left" width="820" bgcolor="#cfdbe8"></td>
  25.     <td style="HEIGHT: 1px; width: 144px;" valign="top" align="left"></td>
  26.   </tr>
  27.   <tr>
  28.     <td style="HEIGHT: 381px" valign="top" align="left"></td>
  29.     <td style="HEIGHT: 381px" valign="top" align="left" colspan="2">
  30.       <br/>
  31.       <table align="left" bgcolor="#cccccc" border="0" cellpadding="1" cellspacing="1" width="98%">
  32.         <tr bgcolor="#ffffff">
  33.           <td style="height: 25px; width: 117px;">
  34.           &nbsp; 应聘职位:
  35.           </td>
  36.           <td style="height: 23px">
  37.             &nbsp;<c:out value="${resume.jobs.job_Title}" />
  38.           </td>
  39.         </tr>
  40.         <tr bgcolor="#ffffff">
  41.           <td style="height: 25px; width: 117px;">
  42.           &nbsp; 应聘时间:
  43.           </td>
  44.           <td style="height: 23px">
  45.             &nbsp;<bean:write name="resume" property="res_Time" format="yyyy年MM月dd日"/>
  46.           </td>
  47.         </tr>
  48.         <tr bgcolor="#ffffff">
  49.           <td style="height: 25px; width: 117px;">
  50.           &nbsp; 姓名:
  51.           </td>
  52.           <td style="height: 23px">
  53.             &nbsp;<c:out value="${resume.res_Name}" />
  54.           </td>
  55.         </tr>
  56.         <tr bgcolor="#ffffff">
  57.           <td style="height: 25px; width: 117px;">
  58.           &nbsp; 性别:
  59.           </td>
  60.           <td style="height: 23px">
  61.             &nbsp;<c:out value="${resume.res_Sex}" />
  62.           </td>
  63.         </tr>
  64.         <tr bgcolor="#ffffff">
  65.           <td style="height: 25px; width: 117px;">
  66.           &nbsp; 出生日期:
  67.           </td>
  68.           <td style="height: 23px">
  69.             &nbsp;<c:out value="${resume.res_Brithday}" />
  70.           </td>
  71.         </tr>
  72.         <tr bgcolor="#ffffff">
  73.           <td style="height: 25px; width: 117px;">
  74.           &nbsp; 籍贯:
  75.           </td>
  76.           <td style="height: 23px">
  77.             &nbsp;<c:out value="${resume.res_Nativeplace}" />
  78.           </td>
  79.         </tr>
  80.         <tr bgcolor="#ffffff">
  81.           <td style="height: 25px; width: 117px;">
  82.           &nbsp; 政治面貌:
  83.           </td>
  84.           <td style="height: 23px">
  85.             &nbsp;<c:out value="${resume.res_Polity}" />
  86.           </td>
  87.         </tr>
  88.         <tr bgcolor="#ffffff">
  89.           <td style="height: 25px; width: 117px;">
  90.           &nbsp; 婚姻状况:
  91.           </td>
  92.           <td style="height: 23px">
  93.             &nbsp;<c:out value="${resume.res_Marriage}" />
  94.           </td>
  95.         </tr>
  96.         <tr bgcolor="#ffffff">
  97.           <td style="height: 25px; width: 117px;">
  98.           &nbsp; 教育程度:
  99.           </td>
  100.           <td style="height: 23px">
  101.             &nbsp;<c:out value="${resume.res_Education}" />
  102.           </td>
  103.         </tr>
  104.         <tr bgcolor="#ffffff">
  105.           <td style="height: 25px; width: 117px;">
  106.           &nbsp; 专业:
  107.           </td>
  108.           <td style="height: 23px">
  109.             &nbsp;<c:out value="${resume.res_Specialty}" />
  110.           </td>
  111.         </tr>
  112.         <tr bgcolor="#ffffff">
  113.           <td style="height: 25px; width: 117px;">
  114.           &nbsp; 毕业时间:
  115.           </td>
  116.           <td style="height: 23px">
  117.             &nbsp;<c:out value="${resume.res_Graduate}" />
  118.           </td>
  119.         </tr>
  120.         <tr bgcolor="#ffffff">
  121.           <td style="height: 25px; width: 117px;">
  122.           &nbsp; 工作经验:
  123.           </td>
  124.           <td style="height: 23px">
  125.             &nbsp;<c:out value="${resume.res_Experience}" />
  126.           </td>
  127.         </tr>
  128.         <tr bgcolor="#ffffff">
  129.           <td style="height: 25px; width: 117px;">
  130.           &nbsp; 电话:
  131.           </td>
  132.           <td style="height: 23px">
  133.             &nbsp;<c:out value="${resume.res_Tel}" />
  134.           </td>
  135.         </tr>
  136.         <tr bgcolor="#ffffff">
  137.           <td style="height: 25px; width: 117px;">
  138.           &nbsp; 联系地址:
  139.           </td>
  140.           <td style="height: 23px">
  141.             &nbsp;<c:out value="${resume.res_Address}" />
  142.           </td>
  143.         </tr>
  144.         <tr bgcolor="#ffffff">
  145.           <td style="height: 25px; width: 117px;">
  146.           &nbsp; 邮编:
  147.           </td>
  148.           <td style="height: 23px">
  149.             &nbsp;<c:out value="${resume.res_PostCode}" />
  150.           </td>
  151.         </tr>
  152.         <tr bgcolor="#ffffff">
  153.           <td style="height: 25px; width: 117px;">
  154.           &nbsp; 能力:
  155.           </td>
  156.           <td style="height: 23px">
  157.             &nbsp;<c:out value="${resume.res_Power}" />
  158.           </td>
  159.         </tr>
  160.         <tr bgcolor="#ffffff">
  161.           <td style="height: 25px; width: 117px;">
  162.           &nbsp; 简历:
  163.           </td>
  164.           <td style="height: 23px">
  165.             &nbsp;<c:out value="${resume.res_Introduce}" />
  166.           </td>
  167.         </tr>
  168.         <tr bgcolor="#ffffff">
  169.           <td style="height: 25px; width: 117px;">
  170.           &nbsp; Email:
  171.           </td>
  172.           <td style="height: 23px">
  173.             &nbsp;<c:out value="${resume.res_Email}" />
  174.           </td>
  175.         </tr>
  176.         <tr bgcolor="#ffffff" align="center">
  177.           <td colspan="2">
  178.             <input type="submit" id="btnSave" value="打  印" onclick="javascript:window.print();" />&nbsp;&nbsp;&nbsp;&nbsp;
  179.           </td>
  180.         </tr>
  181.       </table>
  182.     </td>
  183.   </tr>
  184. </table>
  185. </form>
  186. </body>
  187. </html>