qyzx-fbzwgl.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="Expires" content="0" />
  6. <meta name="renderer" content="webkit" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
  9. <title>${siteTitle!}</title>
  10. <link rel="stylesheet" type="text/css" href="${resPath}/bcrc-mobile/css/ly_html.css">
  11. <link rel="stylesheet" type="text/css" href="${resPath}/bcrc-mobile/css/bcrc-phone-body.css">
  12. <link rel="stylesheet" type="text/css" href="${resPath}/bcrc-mobile/css/bcrc-phone-page.css">
  13. <script type="text/javascript" language="javascript" src="${resPath}/bcrc-mobile/js/jquery-1.7.2.min.js"></script>
  14. <script type="text/javascript" language="javascript" src="${resPath}/bcrc-mobile/js/TL_PC_Slider.js"></script>
  15. <script type="text/javascript" language="javascript" src="${resPath}/bcrc-mobile/js/TL_Tab.js"></script>
  16. </head>
  17. <body>
  18. @includeFileTemplate("/www/syrc-mobile/include/qyzx-header.html",{"current":"index"}){}
  19. <!--内容开始-->
  20. <div class="wz_cont grzx_in">
  21. <div class="wz_cont_in">
  22. <div class="touxiangbox">
  23. <div class="touxiang ckjj">
  24. <a class="fl" href="javascript:void(0)">
  25. @if(isEmpty(qyInfo.qy_file_logo)||qyInfo.qy_file_logo=="null"){
  26. <img src="${resPath}/bcrc/images/weidengluqiyelogo.png" style="width: 100%;height: 100%;" alt="公司loggo"/>
  27. @}else{
  28. <img src="${qyInfo.qy_file_logo}" style="width: 100%;height: 100%;" alt="公司loggo"/>
  29. @}
  30. </a>
  31. <div class="fl">
  32. <span>${qyInfo.qy_qymc}</span>
  33. <p class="qy_yyzz"><img src="${resPath}/bcrc-mobile/images/qyzx_icon_28.png"/>${qyInfo.qy_lxr}&nbsp;&nbsp;&nbsp;&nbsp;${qyInfo.qy_lxdh}</p>
  34. </div>
  35. </div>
  36. <div class="clear"></div>
  37. <div class="con_left">
  38. <!--简历中心 开始-->
  39. <div class="all_title">
  40. <a onclick="tzym()"><span>发布岗位管理</span></a>
  41. <!--<a class="qy_tit" onclick="tzym2()"><span>暂停发布岗位</span></a>-->
  42. </div>
  43. @for(user in model.list){
  44. <dl class="wdsc_table">
  45. <dd class="gwzl">
  46. <em>${user.zw_zwmc}</em>
  47. <em>招聘人数:${user.zw_zprs}</em>
  48. <em>${strutil.subStringTo(user.zw_fbsc,0,10)}</em>
  49. </dd>
  50. <dd>
  51. <span class="fl">收藏次数:${user.zw_gznx}</span>
  52. <span class="fr">更新日期:${user.zw_gxrq}</span>
  53. </dd>
  54. <dt>
  55. <a class="btn_bj btn_a" href="${ctxPath}/qyzx/selectOne?zw_id=${user.zw_id}"><img src="${resPath}/syrc-mobile/images/jlzx_con_46.png"/>编辑</a>
  56. <a class="btn_sc btn_a" onclick="return confirm('确定将此记录删除?');" href="${ctxPath}/qyzx/gwDeleteById?zw_id=${user.zw_id}"><img src="${resPath}/syrc-mobile/images/jlzx_con_11.png"/>删除</a>
  57. </dt>
  58. </dl>
  59. @}
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. <!--内容结束-->
  65. @includeFileTemplate("/www/syrc-mobile/include/footer.html",{"current":"index"}){}
  66. <script type="text/javascript">
  67. function tzym(){
  68. window.location.href="${ctxPath}/qyzx/goToQyzxFbzwgl";
  69. }
  70. function tzym2(){
  71. window.location.href="${ctxPath}/qyzx/goToQyzxFbzwglForztfb";
  72. }
  73. function shanchu(zw_id){
  74. var gnl=confirm("你真的确定要删除吗?");
  75. if (gnl==true){
  76. window.location.href="${ctxPath}/qyzx/gwDeleteById?zw_id="+zw_id;
  77. return true;
  78. }
  79. else{
  80. return false;
  81. }
  82. }
  83. function bianji(id){
  84. var test='${ctxPath}/qyzx/selectOne?zw_id='+id;
  85. var url=location.href;
  86. mypost(test,{"url":url});
  87. }
  88. function mypost(url, params) {
  89. var temp_form = document.createElement("form");
  90. temp_form .action = url;
  91. temp_form .target = "_self";
  92. temp_form .method = "post";
  93. temp_form .style.display = "none";
  94. for (var x in params) {
  95. var opt = document.createElement("textarea");
  96. opt.name = x;
  97. opt.value = params[x];
  98. temp_form .appendChild(opt);
  99. }
  100. document.body.appendChild(temp_form);
  101. temp_form .submit();
  102. }
  103. </script>
  104. </body>
  105. </html>