gjrc-jrgjrck.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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">${category.categoryName!}</div>
  25. <div class="new_l" value="397738433">
  26. <div class="news_cont">
  27. <p class="sy_wz">
  28.    ${category.content!}
  29. </p>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. <!--footer 开始-->
  36. @includeFileTemplate("/www/syrc-mobile/include/gjrc-footer.html",{"current":"index"}){}
  37. </body>
  38. </html>