zypx-zjtd.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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="all_title gjrc"><i></i><a>专家团队</a></div>
  41. <div class="main_right_in">
  42. <ul class="zpjh_list">
  43. <#cms_content_list siteId="${site.siteId}" categoryId="1027" orderBy="2" isHot="0" hasChild="1" isRecommend="0" size="6" titleLen="20" var="bean">
  44. <li>
  45. <div class="zpjh_pic"><img src="${bean.file!}"/></div>
  46. <div class="zpjh_cont">
  47. <a>${bean.title!}</a>
  48. <span>${bean.content!}</span>
  49. </div>
  50. </li>
  51. </#cms_content_list>
  52. </ul>
  53. <!--分页-->
  54. <!--分页开始-->
  55. <div id="fy" name="fy" class="fy">
  56. <ul class="pag">
  57. <#cms_pagination siteId="${site.siteId}" categoryId="${category.categoryId}" page="${page}" moreNum="6" var="page" >
  58. <li>${page.first}</li>
  59. @for(change in page.changePage){
  60. @if(!change.isLink){
  61. @if(change.isMore){
  62. <li>${change.value!}</li>
  63. @}else{
  64. <li class="current">${change.value!}</li>
  65. @}
  66. @}else{
  67. <li> ${change.url!}</li>
  68. @}
  69. @}
  70. <li>${page.next}</li>
  71. </#cms_pagination>
  72. </ul>
  73. </div>
  74. </div>
  75. </div>
  76. </div>
  77. <script type="text/javascript">
  78. $(function(){
  79. var right_hei = $('.main_right_in').height();
  80. $('.small_nav').height(right_hei+50);
  81. });
  82. </script>
  83. <!--内容结束-->
  84. @includeFileTemplate("/www/syrc/include/syyc-footer.html"){}