| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306 |
- <%@ page language="java" contentType="text/html;charset=GBK"
- pageEncoding="GBK"%>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
- <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
- <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
- <%@ taglib uri="/WEB-INF/tlds/select.tld" prefix="l"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>人才信息</title>
- <link href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
- <link href="${pageContext.request.contextPath }/main.css" rel="stylesheet" type="text/css"/>
- <script src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/ligerui.all.js" type="text/javascript"></script>
-
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <script type="text/javascript" src="/shares/js/file.js"></script>
- <script type="text/javascript">
- var navtab = null;
- $(function ()
- {
- $("#tab1").ligerTab();
- navtab = $("#tab1").ligerGetTabManager();
-
- var flag="${flag}";
- if(flag.length>0){
- var succMsg = '<a href="#">操作成功!';
- // +' <br/><br/>是否继续创建新的项目?<br/><br/>是否继续?'
- $.ligerDialog({content:succMsg, title:"操作成功",type:"success",width:250,height:55,allowClose : false,
- buttons:[ {text:"关闭",onclick:function(){closeAndReload();closeWindow();}}]
- });
- }
-
- });
-
- //关闭当前页面刷新列表必须要传入tabid
- function closeAndReload(){
- var old_tabid = '${tabid}';
- if(old_tabid.length > 0){
- var tabid = getCurrentTabId();
- window.parent.f_selectTab(old_tabid);
- window.parent.f_reloadTab(old_tabid);
- window.parent.f_closeTab(tabid);
- }
- }
- function person_status(){
- var person_status = $('#person_status').val();
- var staff_id =$('#staff_id').val();
- var temp ='';
- if(person_status==5){
- temp ='是否面试通过';
- }else if(person_status==4){
- temp ='是否面试不通过';
- }else if(person_status==3){
- temp ='是否目前不适合';
- }
- $.ligerDialog.confirm(temp, function (yes){
- if(yes ==true){
- alert("com");
- window.location.href='TelentsAction.do?task=person_status&staff_id='+staff_id+'&id='+person_status;
- }
-
-
- });
-
- }
- function go_back(){
- window.location.href='TelentsAction.do?task=init';
- }
- </script>
- </head>
- <body>
- <br/>
-
- <div style="margin-bottom: 0px;">
- <form method='post' name="theForm" id="theForm"
- action="TelentsAction.do?task=person_status">
- <input type="hidden" id="tabid" name="tabid" value="${param.tabid }" />
- <c:forEach items="${list }" var="list">
- <input type="hidden" value="${list.staff_id }" name="staff_id"/>
- </c:forEach>
- <select id="id" name="id">
- <option value="5">面试通过</option>
- <option value="4">面试不通过</option>
- <option value="3">目前不适合</option>
-
- </select>
- <input type="submit" value="保存" class="l-button" />
- <input type="button" value="返回" class="l-button" onclick="go_back();"/>
- </div><br/>
- <div id="tab1" style="width: 98%;overflow:hidden; border:1px solid #A3C0E8; ">
- <div title="基本信息" style="height:100%" class="forum-container-2">
-
- <c:forEach items="${list }" var="list">
- <table border="0" cellspacing="1" cellpadding="0" style="border: 1px solid #ededed; margin-top: 0px" >
- <tr>
- <td height="35px" width="100px" >姓名 :</td><td width="200px">${list.cname }</td>
- <td width="100px">性别 :</td><td width="200px"><c:if test="${list.sex==1 }">男</c:if><c:if test="${list.sex==2 }">女</c:if></td><td rowspan="7"></td></tr>
- <tr><td height="35px">出身年月 :</td><td><fmt:formatDate value="${list.birthday }" type="both" pattern="yyyy-MM-dd"/></td><td>籍贯 :</td><td>${list.native_province } ${list.native_city }</td></tr>
- <tr><td height="35px">民族 :</td><td>${list.nation }</td><td>手机 :</td><td>${list.mobile_phone }</td></tr>
- <tr><td height="35px">身份证号码 :</td><td>${list.id_number }</td><td>婚姻状况 :</td><td><c:if test="${list.marital_status==1 }">是</c:if><c:if test="${list.marital_status==0 }">否</c:if></td></tr>
- <tr><td height="35px">家庭地址:</td><td>${list.home_address }</td><td>家庭电话 :</td><td>${list.area_code }-${list.home_phone }</td></tr>
- <tr><td height="35px">现住地址:</td><td>${list.live_address }</td><td>邮编 :</td><td>${list.code }</td></tr>
- <tr><td height="35px">E-mail:</td><td>${list.email }</td><td>语言能力 :</td><td>${list.language }</td></tr>
- <tr>
- <td height="33px">个人简历:(有何特殊技能、擅长、成果、专长)</td><td colspan="3">${list.bio }</td>
- </tr>
- <tr>
- <td height="33px">应聘途径:</td>
- <td colspan="6"><input type="radio" name="employ_way" value="1" ${list.employ_way=='1'?'checked':'' }/>网站信息
- <input type="radio" name="employ_way" value="2" ${list.employ_way=='2'?'checked':'' }/>人才市场
- <input type="radio" name="employ_way" value="3" ${list.employ_way=='3'?'checked':'' }/>本公司人介绍 姓名:<input type="text" size="8" name="referee" id="referee" value="${list.referee }" size="4"/>
- <input type="radio" name="employ_way" value="4" ${list.employ_way=='4'?'checked':'' }/>其他 <textarea rows="3" cols="30" id="other" name="other">${list.other }</textarea></td>
-
- </tr>
- <tr>
-
- <td>期望月薪:</td><td>${list.pay }</td>
- <td>应聘岗位:<span style="color: red">*</span></td><td><l:select filter=" unit=${session.unit.id}" require="false" field="posname" name="otherposname" table="t_position" value="universalid" current="${list.posttion}"/></td>
- </tr>
- </table>
-
- </c:forEach>
- </div>
- <div title="学历" style="height:100%" class="forum-container-2">
- <table border="0" cellspacing="1" cellpadding="0" style="border: 1px solid #ededed; margin-top: 0px">
- <tr><td height="33px" width="100px" colspan="4"><b>第一学历</b></td></tr>
- <c:forEach items="${edu_list_one }" var="edu_list_one">
- <tr><td height="33px">毕业时间:</td><td><fmt:formatDate value="${edu_list_one.gradu_time }" type="both" pattern="yyyy-MM-dd"/></td><td>毕业学校:</td><td>${edu_list_one.school }</td></tr>
- <tr><td height="33px">文化程度:</td>
- <td>
- <c:if test="${edu_list_one.education==1}">
- 本科
- </c:if>
- <c:if test="${edu_list_one.education==2}">
- 研究生
- </c:if>
- <c:if test="${edu_list_one.education==3}">
- 博士
- </c:if>
- <c:if test="${edu_list_one.education==4}">
- 专科
- </c:if>
- <c:if test="${edu_list_one.education==5}">
- 其他
- </c:if>
- <%--
- <select id="education">
-
- <option value="1" ${edu_list_one.education=='1'?'selected':'' }>本科</option>
- <option value="2" ${edu_list_one.education=='2'?'selected':'' }>研究生</option>
- <option value="3" ${edu_list_one.education=='3'?'selected':'' }>博士</option>
- <option value="4" ${edu_list_one.education=='4'?'selected':'' }>专科</option>
- <option value="5" ${edu_list_one.education=='5'?'selected':'' }>其他</option>
- </select>
- --%>
- </td>
-
- <td>专业:</td><td>${edu_list_one.major }</td></tr>
- <tr><td height="33px">升学方式:</td>
- <td>
- <c:if test="${edu_list_one.go_school==1}">
- 统招
- </c:if>
- <c:if test="${edu_list_one.go_school==2}">
- 专升本
- </c:if>
- <c:if test="${edu_list_one.go_school==3}">
- 自考
- </c:if>
- <c:if test="${edu_list_one.go_school==4}">
- 在职
- </c:if>
- <c:if test="${edu_list_one.go_school==5}">
- 函授
- </c:if>
-
- <%--
- <input type="radio" value="1" ${edu_list_one.go_school=='1'?'checked':'' }/>统招
- <input type="radio" value="2" ${edu_list_one.go_school=='2'?'checked':'' }/>专升本
- <input type="radio" value="3" ${edu_list_one.go_school=='3'?'checked':'' }/>自考
- <input type="radio" value="4" ${edu_list_one.go_school=='4'?'checked':'' }/>在职
- <input type="radio" value="5" ${edu_list_one.go_school=='5'?'checked':'' }/>函授
- --%>
- </td>
-
-
- <td></td><td></td></tr>
- </c:forEach>
- <tr><td height="33px" colspan="4"><b>最高学历</b></td></tr>
- <c:forEach items="${edu_list_max }" var="edu_list_max">
- <tr><td height="33px">毕业时间:</td><td><fmt:formatDate value="${edu_list_max.gradu_time }" type="both" pattern="yyyy-MM-dd"/></td><td>毕业学校:</td><td>${edu_list_max.school }</td></tr>
- <tr><td height="33px">文化程度:</td>
- <td>
- <c:if test="${edu_list_max.education==1}">
- 本科
- </c:if>
- <c:if test="${edu_list_max.education==2}">
- 研究生
- </c:if>
- <c:if test="${edu_list_max.education==3}">
- 博士
- </c:if>
- <c:if test="${edu_list_max.education==4}">
- 专科
- </c:if>
- <c:if test="${edu_list_max.education==5}">
- 其他
- </c:if>
- <%--
- <select>
-
- <option value="1" ${edu_list_max.education=='1'?'selected':'' }>本科</option>
- <option value="2" ${edu_list_max.education=='2'?'selected':'' }>研究生</option>
- <option value="3" ${edu_list_max.education=='3'?'selected':'' }>博士</option>
- <option value="4" ${edu_list_max.education=='4'?'selected':'' }>专科</option>
- <option value="5" ${edu_list_max.education=='5'?'selected':'' }>其他</option>
- </select>
- --%>
- </td>
-
- <td>专业:</td><td>${edu_list_max.major }</td></tr>
- <tr><td height="33px">升学方式:</td>
- <td>
- <c:if test="${edu_list_max.go_school==1}">
- 统招
- </c:if>
- <c:if test="${edu_list_max.go_school==2}">
- 专升本
- </c:if>
- <c:if test="${edu_list_max.go_school==3}">
- 自考
- </c:if>
- <c:if test="${edu_list_max.go_school==4}">
- 在职
- </c:if>
- <c:if test="${edu_list_max.go_school==5}">
- 函授
- </c:if>
- <%--
- <input type="radio" value="1" ${edu_list_max.go_school=='1'?'checked':'' }/>统招
- <input type="radio" value="2" ${edu_list_max.go_school=='2'?'checked':'' }/>专升本
- <input type="radio" value="3" ${edu_list_max.go_school=='3'?'checked':'' }/>自考
- <input type="radio" value="4" ${edu_list_max.go_school=='4'?'checked':'' }/>在职
- <input type="radio" value="5" ${edu_list_max.go_school=='5'?'checked':'' }/>函授
- --%>
- </td>
-
-
- <td></td><td></td></tr>
- </c:forEach>
- </table>
- </div>
- <div title="个人经历、简介" style="height:100%" class="forum-container-2">
- <table border="0" cellspacing="1" cellpadding="0" style="border: 1px solid #ededed; margin-top: 0px" width="100%" id="table_work">
- <tr><td height="33px"><b>起止时间</b></td><td><b>曾服务单位</b></td><td><b>单位性质</b></td><td><b>职务</b></td><td><b>薪资</b></td><td><b>离职原因</b></td></tr>
- <c:forEach items="${job_list }" var="job_list">
- <tr><td height="33px"><fmt:formatDate value="${job_list.beg_time}" type="both" pattern="yyyy-MM-dd"/>至<fmt:formatDate value="${job_list.end_time }" type="both" pattern="yyyy-MM-dd"/></td><td>${job_list.work_unit }</td><td>${job_list.unit_nature }</td><td>${job_list.post }</td><td>${job_list.pay }</td><td>${job_list.leaving_reason }</td></tr>
- </c:forEach>
- </table>
- <br/>
- <table border="0" cellspacing="1" cellpadding="0" style="border: 1px solid #ededed; margin-top: 0px" width="100%" >
- <tr><td height="33px"><b>培训项目</b></td><td><b>培训机构</b></td><td><b>证书编号</b></td><td><b>备注</b></td></tr>
- <c:forEach items="${train_list }" var="train_list">
- <tr><td height="33px">${train_list.train_item }</td><td>${train_list.org_name }</td><td>${train_list.reference_no }</td><td>${train_list.remark }</td></tr>
- </c:forEach>
- </table>
- </div>
- <div title="家庭成员" style="height:100%" class="forum-container-2">
- <table border="0" cellspacing="1" cellpadding="0" style="border: 1px solid #ededed; margin-top: 0px" width="100%" >
- <tr><td height="33px"><b>称谓</b></td><td><b>姓名</b></td><td><b>年龄</b></td><td><b>服务单位</b></td><td><b>职务</b></td><td><b>电话</b></td></tr>
- <c:forEach items="${family_list }" var="family_list">
- <tr><td height="33px">${family_list.title }</td><td>${family_list.cname }</td><td>${family_list.age }</td><td>${family_list.unit }</td><td>${family_list.post }</td><td><b>${family_list.phone }</td></tr>
- </c:forEach>
- </table>
- </div>
- <div title="相关附件" style="height:100%" class="forum-container-2">
- <table border="0" cellspacing="1" cellpadding="0" style="border: 1px solid #ededed; margin-top: 0px" width="100%" >
- <c:forEach items="${affix_list }" var="affix_list">
- <tr><td height="33px">
- <c:if test="${affix_list.type==1 }">照片</c:if>
- <c:if test="${affix_list.type==2 }">毕业证</c:if>
- <c:if test="${affix_list.type==3 }">学位证</c:if>
- <c:if test="${affix_list.type==4 }">相关技能证</c:if>
- </td>
- <td> <jsp:include page="/include/file.jsp">
- <jsp:param name="fieldName" value="fieldName"/>
- <jsp:param name="folder" value="hr/allaffix"/>
- <jsp:param name="isView" value="1"/>
- <jsp:param name="isDelFile" value="0"/>
- <jsp:param name="documentId" value="${affix_list.file_id }"/>
- <jsp:param name="size" value="1" />
- <jsp:param name="definedCss" value="file-style" />
- </jsp:include> </td></tr>
-
- </c:forEach>
- </table>
- </div>
- </div>
-
- </body>
- </html>
|