gjrc-zgjgw.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. @includeFileTemplate("/www/syrc/include/gjrc-head.html",{"current":"index"}){}
  2. <!--内容开始-->
  3. <div class="gjrc_contentbox">
  4. <div class="gjrc_top">
  5. <h1><img src="${resPath}/syrc/images/gjrc_04.png" width="170" height="49"></h1>
  6. <ul>
  7. <li><a href="${frontPath!}/4/1020.html">加入高级人才库</a></li>
  8. <li><a href="${ctxPath}/gjrc/gjrcb">高级人才榜</a></li>
  9. <li><a href="${frontPath!}/4/1015.html">猎头服务</a></li>
  10. <li><a href="${ctxPath}/gjrc/zgjgw">中高级岗位</a></li>
  11. <li><a href="${frontPath!}/4/1009.html">中高级招聘会</a></li>
  12. <li><a href="${frontPath!}/4/1022.html">小型见面会</a></li>
  13. <li><a href="${frontPath!}/4/1009.html">频道首页</a></li>
  14. </ul>
  15. </div>
  16. <div class="main">
  17. <div class="gjrcb_main">
  18. <div class="all_title gjrc"><i></i><a>中高级岗位</a></div>
  19. <dl class="gjrcb_cont">
  20. @for(user in model.list){
  21. <dt>
  22. <h4>
  23. <span class="zw_tit fl" style="cursor:pointer;" onclick="xq('${user.zw_id}');">${user.zw_zwmc}</span>
  24. <a class="gs_tit fr" href="${ctxPath}/qyzx/qyXq?qy_id=${user.qy_id!}" target="_blank">${user.qy_qymc}</a>
  25. </h4>
  26. <h5>
  27. <b class="red fl">
  28. @if(user.zw_yxfw==0){
  29. 1K-
  30. @}
  31. @else if(user.zw_yxfw==1){
  32. 1K-2K
  33. @}
  34. @else if(user.zw_yxfw==2){
  35. 2K-4K
  36. @}
  37. @else if(user.zw_yxfw==3){
  38. 4K-6K
  39. @}
  40. @else if(user.zw_yxfw==4){
  41. 6K-8K
  42. @}
  43. @else if(user.zw_yxfw==5){
  44. 8K-10K
  45. @}
  46. @else if(user.zw_yxfw==6){
  47. 10K-15K
  48. @}
  49. @else if(user.zw_yxfw==7){
  50. 15-20K
  51. @}
  52. @else if(user.zw_yxfw==8){
  53. 20K-30K
  54. @}
  55. @else if(user.zw_yxfw==9){
  56. 30K-50K
  57. @}
  58. @else if(user.zw_yxfw==10){
  59. 50K-70K
  60. @}
  61. @else if(user.zw_yxfw==11){
  62. 70L-100K
  63. @}
  64. @else if(user.zw_yxfw==12){
  65. 100K+
  66. @}
  67. </b>
  68. <span class="fl z_tit">
  69. ${strutil.length(user.qy_xxdz!)>40?strutil.subStringTo(user.qy_xxdz!,0,15)+"...":qy.qy_xxdz!}
  70. |
  71. @if(user.zw_gznx==0){
  72. 经验不限
  73. @}
  74. @else if(user.zw_gznx==1){
  75. 无经验
  76. @}
  77. @else if(user.zw_gznx==2){
  78. 1年以下
  79. @}
  80. @else if(user.zw_gznx==3){
  81. 1-3年
  82. @}
  83. @else if(user.zw_gznx==4){
  84. 3-5年
  85. @}
  86. @else if(user.zw_gznx==5){
  87. 5-10年
  88. @}
  89. @else if(user.zw_gznx==6){
  90. 10年以上
  91. @}
  92. |
  93. @if(user.zw_zdxl==0){
  94. 学历不限
  95. @}
  96. @else if(user.zw_zdxl==1){
  97. 本科
  98. @}
  99. @else if(user.zw_zdxl==2){
  100. 硕士
  101. @}
  102. @else if(user.zw_zdxl==3){
  103. 博士
  104. @}
  105. @else if(user.zw_zdxl==4){
  106. 大专
  107. @}
  108. @else if(user.zw_zdxl==5){
  109. 中技
  110. @}
  111. @else if(user.zw_zdxl==6){
  112. 中专
  113. @}
  114. @else if(user.zw_zdxl==7){
  115. 高中以下
  116. @}
  117. </span>
  118. <span class="fr z_tit">
  119. @if(user.qy_jjlx==0){
  120. 国有经济
  121. @}
  122. @else if(user.qy_jjlx==1){
  123. 集体经济
  124. @}
  125. @else if(user.qy_jjlx==2){
  126. 私营经济
  127. @}
  128. @else if(user.qy_jjlx==3){
  129. 个体经济
  130. @}
  131. @else if(user.qy_jjlx==4){
  132. 联营经济
  133. @}
  134. @else if(user.qy_jjlx==5){
  135. 股份制
  136. @}
  137. @else if(user.qy_jjlx==6){
  138. 外商投资
  139. @}
  140. @else if(user.qy_jjlx==7){
  141. 港澳台投资
  142. @}
  143. @else if(user.qy_jjlx==8){
  144. 其他经济类
  145. @}
  146. |
  147. @if(user.qy_qygm=="0"){
  148. 0-20以下
  149. @}
  150. @else if(user.qy_qygm=="1"){
  151. 20-99
  152. @}
  153. @else if(user.qy_qygm=="2"){
  154. 100-499
  155. @}
  156. @else if(user.qy_qygm=="3"){
  157. 500-999
  158. @}
  159. @else if(model.qy_qygm=="4"){
  160. 1000-9999
  161. @}
  162. @else if(model.qy_qygm=="5"){
  163. 10000以上
  164. @}
  165. </span></h5>
  166. <p>
  167. <span class="fl_span fl">
  168. @for(forss in strutil.split(user.zw_zwld,",")){
  169. @if(forss=="0"){
  170. <span>五险一金</span>
  171. @}
  172. @else if(forss=="1"){
  173. <span>节日福利</span>
  174. @}
  175. @else if(forss=="2"){
  176. <span>带薪年假</span>
  177. @}
  178. @else if(forss=="3"){
  179. <span>现金补贴</span>
  180. @}
  181. @}
  182. </span>
  183. <i class="rq_tit fr">${user.zw_fbsj}</i>
  184. </p>
  185. <span class="fr btn_tit gsxx_btn">
  186. <a class="sczw_btn yellow"
  187. @if(session.tbZhInfo_loginSession !=null){
  188. onclick="zwsclist('${user.zw_id}');"
  189. @}
  190. @else {
  191. onclick="jinggao('${ctxPath}/gjrc/zgjgw')";
  192. @}
  193. ><img src="${resPath}/syrc/images/jlzx_con_47.png" >收藏职位</a>
  194. <a class="sqzw_btn"
  195. @if(session.tbZhInfo_loginSession !=null){
  196. onclick="sqzwlist('${user.zw_id}');"
  197. @}
  198. @else {
  199. onclick="jinggao('${ctxPath}/gjrc/zgjgw')";
  200. @}
  201. >申请职位</a>
  202. </span>
  203. </dt>
  204. @}
  205. </dl>
  206. <!--分页位置-->
  207. </div>
  208. <script type="text/javascript">
  209. $("..gjrcb_cont dt").hover(function(){
  210. $(this).children('.gsxx_btn').fadeIn(300);
  211. },function(){
  212. $(this).children('.gsxx_btn').fadeOut(300);
  213. });
  214. function zwsclist(zw_id){
  215. $.ajax({
  216. url:"${ctxPath}/cms/resume/zwsc", //请求的url地址
  217. dataType:"json", //返回格式为json
  218. data:{zw_id:zw_id}, //参数值
  219. type:"post", //请求方式
  220. success:function(data){
  221. alert(data.message);
  222. }
  223. });
  224. }
  225. function sqzwlist(ZW_ID){
  226. $.ajax({
  227. url:"${ctxPath}/cms/resume/wdscsqzw", //请求的url地址
  228. dataType:"json", //返回格式为json
  229. data:{zwId:ZW_ID}, //参数值
  230. type:"post", //请求方式
  231. success:function(data){
  232. alert(data.message);
  233. }
  234. });
  235. }
  236. function xq(id){
  237. window.open('${ctxPath}/qyzx/gwXq?zw_id='+id);
  238. }
  239. </script>
  240. <script type="text/javascript">
  241. function jinggao(url){
  242. alert("对不起!您还未登录,请您先登录");
  243. var test='${ctxPath}/system/reception/nologin';
  244. mypost(test,{"url":url});
  245. }
  246. function mypost(url, params) {
  247. // 创建form
  248. var temp_form = document.createElement("form");
  249. // 设置form
  250. temp_form .action = url;
  251. temp_form .target = "_self";
  252. temp_form .method = "post";
  253. temp_form .style.display = "none";
  254. // 处理需要传递的参数
  255. for (var x in params) {
  256. var opt = document.createElement("textarea");
  257. opt.name = x;
  258. opt.value = params[x];
  259. temp_form .appendChild(opt);
  260. }
  261. document.body.appendChild(temp_form);
  262. // 提交表单
  263. temp_form .submit();
  264. }
  265. </script>
  266. </div>
  267. </div>
  268. <!--内容结束-->
  269. @includeFileTemplate("/www/syrc/include/gjrc-footer.html",{"current":"index"}){}