rcltzt-list.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>${siteTitle!}</title>
  6. <link rel="stylesheet" type="text/css" href="${resPath}/syrc/css/ly_html.css">
  7. <link rel="stylesheet" type="text/css" href="${resPath}/syrc/css/rcltzt-body.css">
  8. <link rel="stylesheet" type="text/css" href="${resPath}/syrc/css/rcltzt-index.css">
  9. <script src="${resPath}/syrc/js/jquery-1.7.2.min.js"></script>
  10. <script src="${resPath}/syrc/js/TL_Tab.js"></script>
  11. <script src="${resPath}/syrc/js/TL_PC_Slider.js"></script>
  12. </head>
  13. <style>
  14. .fy .pag li a {width: auto;float: none;color: #333;}
  15. .fy .pag {
  16. text-align: center;
  17. height: 20px;
  18. line-height: 20px;
  19. clear: both;
  20. float: none;
  21. padding: 0px;
  22. }
  23. .fy .pag li {
  24. text-align: center;
  25. margin: 0px 2px;
  26. padding: 0px 8px;
  27. height: 20px;
  28. line-height: 20px;
  29. text-decoration: none;
  30. display: inline-block;
  31. border: 1px solid #318ddc;
  32. width: auto;
  33. }
  34. .fy .pag .current {
  35. background-color: #318ddc;
  36. }
  37. </style>
  38. <body>
  39. <!--头部开始-->
  40. <div class="header">
  41. <div class="fhsy"><a target="_blank" href="${frontPath!}/4">返回网站首页</a></div>
  42. <div class="logo"><img src="${resPath}/syrc/images/rcltzt-index_06.png" width="1012" height="271"/></div>
  43. </div>
  44. <!--头部结束-->
  45. <!--内容开始-->
  46. <div class="contentbox">
  47. <!--当前位置开始-->
  48. <p class="rsj_dqwzbox">
  49. <#cms_site_pos site="${site}" category="${category}" var="bean">
  50. 当前位置:
  51. ${bean.baseURL}
  52. >>
  53. @for(location in bean.locations){
  54. ${location.categoryName}
  55. @if(!locationLP.last){
  56. >>
  57. @}
  58. @}
  59. </#cms_site_pos></p>
  60. <div class="clear"></div>
  61. <div class="all_title"><i></i><a target="_blank">${category.categoryName}</a></div>
  62. <#cms_category categoryId="${category.categoryId}" isParent="1" var="bean">
  63. <ul class="all_list">
  64. <li class="dashed"></li>
  65. <#cms_content_page siteId="${site.siteId!}" titleLen="66" page="${page!}" var="content">
  66. <li>
  67. @if(content.categoryId==998){
  68. <a target="_blank" href="${content.file!}">${content.title!}</a>
  69. @}else {
  70. <a target="_blank" href="${content.url!}">${content.title!}</a>
  71. @}
  72. ${content.temp!}
  73. <em>${content.inputdate,dateFormat="YYYY年MM月dd日"}</em>
  74. </li>
  75. @if(content.index%5==0){
  76. <li class="dashed"></li>
  77. @}
  78. </#cms_content_page>
  79. </ul>
  80. <!--分页开始-->
  81. <div id="fy" name="fy" class="fy">
  82. <ul class="pag">
  83. <#cms_pagination siteId="${site.siteId}" categoryId="${category.categoryId}" page="${page}" moreNum="6" var="page" >
  84. <li>${page.first}</li>
  85. @for(change in page.changePage){
  86. @if(!change.isLink){
  87. @if(change.isMore){
  88. <li>${change.value!}</li>
  89. @}else{
  90. <li class="current">${change.value!}</li>
  91. @}
  92. @}else{
  93. <li> ${change.url!}</li>
  94. @}
  95. @}
  96. <li>${page.next}</li>
  97. </#cms_pagination>
  98. </ul>
  99. </div>
  100. <!--分页结束-->
  101. </div>
  102. <!--内容结束-->
  103. </#cms_category>
  104. <!--内容结束-->
  105. @includeFileTemplate("/www/syrc/include/footer.html",{"current":"index"}){}
  106. </body>
  107. </html>