gjrc-index.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>${siteTitle!}</title>
  6. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
  7. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/sy_sjhtml.css"/>
  8. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/sy_sjbase.css" />
  9. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/cover.css" />
  10. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/pop.css" />
  11. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/list.css" />
  12. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/detail.css" />
  13. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/resume.css" />
  14. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/syrc-gjrc.css" />
  15. <script src="${resPath}/syrc-mobile/images/jquery-2.1.1.min.js"></script>
  16. <script src="${resPath}/syrc-mobile/images/zepto.js"></script>
  17. <script src="${resPath}/syrc-mobile/images/syrc-base.js"></script>
  18. <script type="text/javascript">
  19. var _tkd = _tkd || [];
  20. var $_CONFIG = {};
  21. $_CONFIG['domain'] = '//m.51job.com/';
  22. $_CONFIG['imgpath'] = '//img01.51jobcdn.com/im/m';
  23. $_CONFIG['jspath'] = '//js.51jobcdn.com/in/js/h5';
  24. $_CONFIG['template'] = 'resume/myresume';
  25. $_CONFIG['islogin'] = '1';
  26. $_CONFIG['jobarea'] = '030800';
  27. $_CONFIG['jobareaname'] = '东莞';
  28. $_CONFIG['ip'] = '36.48.27.149';
  29. $_CONFIG['guid'] = 'db7398e3a4d3205cf89c37f039c6005f';
  30. </script>
  31. </head>
  32. <style>
  33. .fy .pag li a {width: auto;float: none;color: #333;}
  34. .fy .pag {
  35. text-align: center;
  36. height: 20px;
  37. line-height: 20px;
  38. clear: both;
  39. float: none;
  40. padding: 0px;
  41. }
  42. .fy .pag li {
  43. text-align: center;
  44. margin: 0px 2px;
  45. padding: 0px 8px;
  46. height: 20px;
  47. line-height: 20px;
  48. text-decoration: none;
  49. display: inline-block;
  50. border: 1px solid #318ddc;
  51. width: auto;
  52. }
  53. .fy .pag .current {
  54. background-color: #318ddc;
  55. }
  56. </style>
  57. <body style=" overflow-y:auto;">
  58. <div id="pageWp" class="bb">
  59. <div id="pageTop" >
  60. <!-- top 头部 开始-->
  61. <div class="sy_header">
  62. @includeFileTemplate("/www/syrc-mobile/include/gjrc-title.html",{"current":"index"}){}
  63. <!-- top 头部 结束-->
  64. <!--简历nav 开始-->
  65. <div class="jl_nav gjrcnav">
  66. <a class="fl" href="${frontPath!}/4/1009.html">高级人才首页</a>
  67. <a class="hea_xl fr"></a>
  68. <!--下拉-->
  69. @includeFileTemplate("/www/syrc-mobile/include/gjrc-ul.html",{"current":"index"}){}
  70. <!--下拉 end-->
  71. </div>
  72. <div class="clear"></div>
  73. </div>
  74. <div id="pageContent">
  75. <#cms_category_list siteId="4" categoryId="1009" isNav="0" var="bean">
  76. @if(bean.categoryId==1012){
  77. <div class="mod">
  78. <div class="t t2">${bean.categoryName!}</div>
  79. <div class="aox">
  80. <article>
  81. ${strutil.length(bean.content!)>60?strutil.subStringTo(bean.content!,0,60)+"...":bean.content!}
  82. <a class="more fr" href="${bean.url!}">更多>></a>
  83. </article>
  84. </div>
  85. </div>
  86. @}else if(bean.categoryId==1013){
  87. <div class="mod">
  88. <div class="t t2">${bean.categoryName!}</div>
  89. <div class="aox">
  90. <article>
  91. ${strutil.length(bean.content!)>60?strutil.subStringTo(bean.content!,0,60)+"...":bean.content!}
  92. <a class="more fr" href="${bean.url!}">更多>></a>
  93. </article>
  94. </div>
  95. </div>
  96. @ }
  97. </#cms_category_list>
  98. <div class="mod">
  99. <div class="t t2">中高级招聘会</div>
  100. <div class="new_l" value="397738433">
  101. <#cms_content_list siteId="${site.siteId}" categoryId="1011" orderBy="2" isHot="0" hasChild="1" isRecommend="0" size="6" titleLen="20" var="bean">
  102. <div class="e" onclick="window.location.href='${bean.url}'">
  103. <div class="ms">
  104. <strong>大型现场招聘会</strong>
  105. <b>
  106. <span>${bean.title!}</span>
  107. <aside>${bean.inputdate,dateFormat="YYYY年MM月dd日"}</aside>
  108. </b>
  109. </div>
  110. </div>
  111. </#cms_content_list>
  112. </div>
  113. <div id="fy" name="fy" class="fy">
  114. <ul class="pag">
  115. <#cms_pagination siteId="${site.siteId}" categoryId="${category.categoryId}" page="${page}" moreNum="6" var="page" >
  116. <li>${page.first}</li>
  117. @for(change in page.changePage){
  118. @if(!change.isLink){
  119. @if(change.isMore){
  120. <li>${change.value!}</li>
  121. @}else{
  122. <li class="current">${change.value!}</li>
  123. @}
  124. @}else{
  125. <li> ${change.url!}</li>
  126. @}
  127. @}
  128. <li>${page.next}</li>
  129. </#cms_pagination>
  130. </ul>
  131. </div>
  132. </div>
  133. @includeFileTemplate("/www/syrc-mobile/include/gjrc-footer.html",{"current":"index"}){}
  134. </div>
  135. </div>
  136. </body>
  137. </html>