qyzx-yprcgl.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>${siteTitle!}</title>
  6. <link rel="stylesheet" type="text/css" href="${resPath}/bcrc/css/ly_html.css">
  7. <link rel="stylesheet" type="text/css" href="${resPath}/bcrc/css/bcrc-body.css">
  8. <link rel="stylesheet" type="text/css" href="${resPath}/bcrc/css/bcrc-page.css">
  9. <link rel="stylesheet" type="text/css" href="${resPath}/syrc/css/myPagination.css">
  10. <script src="${resPath}/syrc/js/myPagination.js"></script>
  11. <script src="${resPath}/syrc/js/jquery-1.7.2.min.js"></script>
  12. <script src="${resPath}/syrc/js/qyzx_js .js"></script>
  13. <script type="text/javascript" src="${resPath}/syrc/js/TL_Tab.js"></script>
  14. </head>
  15. <body>
  16. <div class="contentbig">
  17. @includeFileTemplate("/www/syrc/include/header.html",{"current":"index"}){}
  18. <!--内容开始-->
  19. <div class="wz_cont">
  20. <div class="wz_cont_in">
  21. <div class="dqwz">当前位置:<a href="${frontPath!}/4">首页</a>>>应聘人才管理</div>
  22. <div class=" clearfix">
  23. <div class="con_left fl">
  24. <h4><img src="${resPath}/bcrc/images/qyzx_03.png"/></h4>
  25. <ul class="left_nav">
  26. @includeFileTemplate("/www/syrc/include/qyzx-eightOtherLeftMeun.html",{"current":"index"}){}
  27. </ul>
  28. </div>
  29. <div class="con_right fr">
  30. <!--简历中心 开始-->
  31. <div class="all_title"><a><span>应聘人才管理</span></a></div>
  32. <table class="con_table tab_table2">
  33. <thead>
  34. <th width="20%">申请职位</th>
  35. <th width="15%">姓名</th>
  36. <th width="10%">性别</th>
  37. <th width="15%">出生日期</th>
  38. <th width="15%">学历</th>
  39. <th width="15%">申请日期</th>
  40. <th width="10%">操作</th>
  41. </thead>
  42. @for(user in model.list){
  43. <tr>
  44. <td>${user.zw_zwmc}</td>
  45. <td><a target="_blank" href="${ctxPath}/cms/resume/yljlforqy?tdjlId=${user.tdjl_id}&id=${user.JL_BB_ID}&zh_id=${user.zh_id}" style="color: #4594d7;">${user.jianli_xm}</a></td>
  46. <td>
  47. @if(user.jianli_xb==1){
  48. @}else if(user.jianli_xb==0){
  49. @}
  50. </td>
  51. <td>${user.jianli_csrq}</td>
  52. <td>
  53. @if(user.jyjl_xl==0){
  54. 初中及以下
  55. @}else if(user.jyjl_xl==1){
  56. 高中
  57. @}else if(user.jyjl_xl==2){
  58. 中专
  59. @}else if(user.jyjl_xl==3){
  60. 大专
  61. @}else if(user.jyjl_xl==4){
  62. 本科
  63. @}else if(user.jyjl_xl==5){
  64. 硕士
  65. @}else if(user.jyjl_xl==6){
  66. 博士
  67. @}else if(user.jyjl_xl==7){
  68. MBA
  69. @}
  70. </td>
  71. <td>${user.tdjl_time}</td>
  72. <td>
  73. <a class="btn_sc btn_a" href="javascript:if(confirm('确认删除吗?'))window.location='${ctxPath}/qyzx/deleteByPrimiryKey?tdjl_id=${user.tdjl_id}'"><img src="${resPath}/syrc/images/jlzx_con_11.png"/>删除</a>
  74. </td>
  75. </tr>
  76. @}
  77. <tr>
  78. <td colspan="8">
  79. <div id="pagination" class="pagination"></div>
  80. </td>
  81. </tr>
  82. </table>
  83. <script type="text/javascript">
  84. var datatotal = '${model.total}';
  85. var pageAmount =5;
  86. var pagenum = '${model.pageNum}';
  87. pageTotal=Math.ceil(datatotal/pageAmount);
  88. if(pageTotal>5){
  89. pageSize=5
  90. }else{
  91. pageSize=pageTotal
  92. }
  93. window.onload = function () {
  94. new myPagination({
  95. id: 'pagination',
  96. curPage:pagenum, //初始页码
  97. pageTotal: pageTotal, //总页数
  98. pageAmount: pageAmount, //每页多少条
  99. dataTotal: datatotal, //总共多少条数据
  100. getPage: function (page) {
  101. window.location.href ='${ctxPath}/qyzx/goToQyzxYprcgl?pageNum='+page;
  102. }
  103. })
  104. }
  105. function tzym(){
  106. window.location.href="${ctxPath}/qyzx/goToQyzxYprcgl";
  107. }
  108. function tzym2(){
  109. window.location.href="${ctxPath}/qyzx/goToQyzxYprcglForMsyq";
  110. }
  111. </script>
  112. </div>
  113. </div>
  114. </div>
  115. </div>
  116. <!--内容结束-->
  117. @includeFileTemplate("/www/syrc/include/footer.html",{"current":"index"}){}
  118. </div>
  119. </body>
  120. </html>