gjrc-dynews.html 1.3 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" style=" margin: -15px 0 0px 0 !important;">
  23. <div class="mod">
  24. <div class="new_l" value="397738433">
  25. <div class="news_cont">
  26. <h2> ${category.categoryName!}</h2>
  27. <div class="news_xxly">
  28. </div>
  29. <hr>
  30. <p class="sy_wz">
  31. ${category.content!}
  32. </p>
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. @includeFileTemplate("/www/syrc-mobile/include/gjrc-footer.html",{"current":"index"}){}
  39. </body>
  40. </html>