zypx-list.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. @includeFileTemplate("/www/syrc/include/zypx-header.html"){}
  2. <style>
  3. .fy .pag li a {width: auto;float: none;color: #333;}
  4. .fy .pag {
  5. text-align: center;
  6. height: 20px;
  7. line-height: 20px;
  8. clear: both;
  9. float: none;
  10. padding: 0px;
  11. }
  12. .fy .pag li {
  13. text-align: center;
  14. margin: 0px 2px;
  15. padding: 0px 8px;
  16. height: 20px;
  17. line-height: 20px;
  18. text-decoration: none;
  19. display: inline-block;
  20. border: 1px solid #318ddc;
  21. width: auto;
  22. }
  23. .fy .pag .current {
  24. background-color: #318ddc;
  25. }
  26. </style>
  27. <!--内容开始-->
  28. <div class="gjrc_contentbox">
  29. <div class="gjrc_top">
  30. <h1><img src="${resPath}/syrc/images/zypx_04.png" width="171" height="48"></h1>
  31. <ul>
  32. <li><a href="${frontPath!}/${site.siteId}/1026.html">资料下载</a></li>
  33. <li><a href="${frontPath!}/${site.siteId}/1024/12280.html">招生简章</a></li>
  34. <li><a href="${frontPath!}/${site.siteId}/1025/12281.html">政策解读</a></li>
  35. <li><a href="${frontPath!}/${site.siteId}/1027.html">专家团队</a></li>
  36. <li><a href="${frontPath!}/${site.siteId}/1023.html">频道首页</a></li>
  37. </ul>
  38. </div>
  39. <div class="main">
  40. <div class="gjrcb_main">
  41. <div class="all_title gjrc"><i></i></div>
  42. <div class="yczc_list">
  43. <ul class="all_list">
  44. <#cms_content_list siteId="${site.siteId}" categoryId="1026" orderBy="2" isHot="0" hasChild="1" isRecommend="0" size="6" titleLen="20" var="bean">
  45. <li><a href="${bean.file!}">${bean.title!}</a><em>${bean.inputdate,dateFormat="YYYY年MM月dd日"}</em></li>
  46. <li class="dashed"></li>
  47. </#cms_content_list>
  48. </ul>
  49. <!--分页位置-->
  50. <div id="fy" name="fy" class="fy">
  51. <ul class="pag">
  52. <#cms_pagination siteId="${site.siteId}" categoryId="${category.categoryId}" page="${page}" moreNum="6" var="page" >
  53. <li>${page.first}</li>
  54. @for(change in page.changePage){
  55. @if(!change.isLink){
  56. @if(change.isMore){
  57. <li>${change.value!}</li>
  58. @}else{
  59. <li class="current">${change.value!}</li>
  60. @}
  61. @}else{
  62. <li> ${change.url!}</li>
  63. @}
  64. @}
  65. <li>${page.next}</li>
  66. </#cms_pagination>
  67. </ul>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. </div>
  73. <script type="text/javascript">
  74. $(function(){
  75. var right_hei = $('.main_right_in').height();
  76. $('.small_nav').height(right_hei+50);
  77. });
  78. </script>
  79. <!--内容结束-->
  80. @includeFileTemplate("/www/syrc/include/syyc-footer.html"){}
  81. </body>
  82. </html>