gjrc-news.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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> ${content.title}</h2>
  27. <div class="news_xxly">
  28. <span>发布时间:${content.inputdate,dateFormat="YYYY年MM月dd日"}</span> <span>信息来源:${content.author}</span>
  29. </div>
  30. <hr>
  31. <p class="sy_wz">
  32.    ${content.content!}
  33. </p>
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. </div>
  39. @includeFileTemplate("/www/syrc-mobile/include/gjrc-footer.html",{"current":"index"}){}
  40. </body>
  41. </html>