zypx-header.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. <style>
  32. .fy .pag li a {width: auto;float: none;color: #333;}
  33. .fy .pag {
  34. text-align: center;
  35. height: 20px;
  36. line-height: 20px;
  37. clear: both;
  38. float: none;
  39. padding: 0px;
  40. }
  41. .fy .pag li {
  42. text-align: center;
  43. margin: 0px 2px;
  44. padding: 0px 8px;
  45. height: 20px;
  46. line-height: 20px;
  47. text-decoration: none;
  48. display: inline-block;
  49. border: 1px solid #318ddc;
  50. width: auto;
  51. }
  52. .fy .pag .current {
  53. background-color: #318ddc;
  54. }
  55. </style>
  56. </head>
  57. <body style=" overflow-y:auto;">
  58. <div id="pageWp" class="bb">
  59. <div id="pageTop" >
  60. <!-- top 头部 开始-->
  61. <div class="sy_header">
  62. <span class="location" onclick="window.location.href='${frontPath!}/4'"><font style="font-size: 0.6rem;color: #747474;font-weight: bold">返回首页</font></span>
  63. <img src="${resPath}/syrc-mobile/images/sy_sj_27.png" /> <span class="ss_dz">
  64. @includeFileTemplate("/www/syrc-mobile/include/dlzc.html"){}
  65. </span> </div>
  66. <!-- top 头部 结束-->
  67. <!--简历nav 开始-->
  68. <div class="jl_nav zypxnav">
  69. <a class="fl" href="${frontPath!}/4/1023.html" >职业培训</a>
  70. <a class="hea_xl fr"></a>
  71. <!--下拉-->
  72. <ul class="nav-jit-hid zypx_hid" style="display:none;">
  73. <li><a href="${frontPath!}/${site.siteId}/1023.html">频道首页</a></li>
  74. <li><a href="${frontPath!}/${site.siteId}/1027.html">专家团队</a></li>
  75. <li><a href="${frontPath!}/${site.siteId}/1025/12281.html">政策解读</a></li>
  76. <li><a href="${frontPath!}/${site.siteId}/1024/12280.html">招生简章</a></li>
  77. <li><a href="${frontPath!}/${site.siteId}/1026.html">资料下载</a></li>
  78. </ul>
  79. <!--下拉 end-->
  80. </div>
  81. <div class="clear"></div>
  82. <!--简历nav 结束-->
  83. </div>