gjrc-gjrcb.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!doctype html>
  2. <html>
  3. @includeFileTemplate("/www/syrc-mobile/include/gjrc-header.html",{"current":"index"}){}
  4. <body style=" overflow-y:auto;">
  5. <div id="pageWp" class="bb">
  6. <div id="pageTop" >
  7. <!-- top 头部 开始-->
  8. <div class="sy_header">
  9. @includeFileTemplate("/www/syrc-mobile/include/gjrc-title.html",{"current":"index"}){}
  10. <!-- top 头部 结束-->
  11. <!--简历nav 开始-->
  12. <div class="jl_nav gjrcnav">
  13. <a class="fl" href="${frontPath!}/4/1009.html">高级人才首页</a>
  14. <a class="hea_xl fr"></a>
  15. <!--下拉-->
  16. @includeFileTemplate("/www/syrc-mobile/include/gjrc-ul.html",{"current":"index"}){}
  17. <!--下拉 end-->
  18. </div>
  19. <div class="clear"></div>
  20. <!--简历nav 结束-->
  21. </div>
  22. <div id="pageContent">
  23. <div class="mod">
  24. <div class="t t2">高级人才榜</div>
  25. <div class="new_l" value="397738433">
  26. @for(lists in model.list){
  27. <div class="e">
  28. <h1 class="gjrc_pm">${listsLP.index}</h1>
  29. <div class="ms gjrcb">
  30. <a href="${ctxPath}/cms/resume/previewResumeForAdmin?id=${lists.jl_bb_id}&zh_id=${lists.zh_id!}">
  31. <strong>${lists.jianli_xm}</strong></a>
  32. <b>
  33. <span>${lists.jianli_csrq}岁</span>
  34. <span>
  35. @if(lists.jianli_xb==0){
  36. @}else if(lists.jianli_xb==1){
  37. @}
  38. </span>
  39. <span>
  40. @if(lists.jyjl_xl==0){
  41. 初中及以下
  42. @}else if(lists.jyjl_xl==1){
  43. 高中
  44. @}
  45. @else if(lists.jyjl_xl==2){
  46. 中专
  47. @}
  48. @else if(lists.jyjl_xl==3){
  49. 大专
  50. @}
  51. @else if(lists.jyjl_xl==4){
  52. 本科
  53. @}
  54. @else if(lists.jyjl_xl==5){
  55. 硕士
  56. @}
  57. @else if(lists.jyjl_xl==6){
  58. 博士
  59. @}
  60. @else if(lists.jyjl_xl==7){
  61. MBA
  62. @}
  63. </span>
  64. <span>
  65. ${strutil.length(lists.jyjl_xx!)>10?strutil.subStringTo(lists.jyjl_xx!,0,8)+"...":lists.jyjl_xx!}
  66. @if(lists.jyjl_zy !=null){
  67. (${strutil.length(lists.jyjl_zy!)>7?strutil.subStringTo(lists.jyjl_zy!,0,7)+"...":lists.jyjl_zy!})
  68. @}
  69. </span>
  70. </b>
  71. <b>
  72. ${strutil.length(lists.qzyx_jntc!)>55?strutil.subStringTo(lists.qzyx_jntc!,0,17)+"...":lists.qzyx_jntc!}
  73. </b>
  74. </div>
  75. </div>
  76. @}
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. @includeFileTemplate("/www/syrc-mobile/include/gjrc-footer.html",{"current":"index"}){}
  82. </body>
  83. </html>