list.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" id="viewport" content="width=device-width, initial-scale=1" />
  6. <meta content="yes" name="apple-mobile-web-app-capable">
  7. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  8. <meta content="telephone=no" name="format-detection">
  9. <title>分页</title>
  10. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/sy_sjhtml.css"/>
  11. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/sy_sjbase.css" />
  12. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/cover.css" />
  13. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/pop.css" />
  14. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/list.css" />
  15. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/detail.css" />
  16. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/resume.css" />
  17. <link rel="stylesheet" href="${resPath}/syrc-mobile/images/syrc-gjrc.css" />
  18. </head>
  19. <style>
  20. .fy .pag li a {width: auto;float: none;color: #333;}
  21. .fy .pag {
  22. text-align: center;
  23. height: 20px;
  24. line-height: 20px;
  25. clear: both;
  26. float: none;
  27. padding: 0px;
  28. }
  29. .fy .pag li {
  30. text-align: center;
  31. margin: 0px 2px;
  32. padding: 0px 8px;
  33. height: 20px;
  34. line-height: 20px;
  35. text-decoration: none;
  36. display: inline-block;
  37. border: 1px solid #318ddc;
  38. width: auto;
  39. }
  40. .fy .pag .current {
  41. background-color: #318ddc;
  42. }
  43. </style>
  44. <body>
  45. <div id="pageWp" class="bb">
  46. <div id="pageTop" >
  47. <!-- top 头部 开始-->
  48. <div class="sy_header">
  49. <span class="location"onclick="window.location.href='${ctxPath}/syrc/4';"><font style="font-size: 0.6rem;color: #747474;font-weight: bold">返回首页</font></span>
  50. <img src="${resPath}/syrc-mobile/images/sy_sj_27.png" /> <span class="ss_dz">
  51. @includeFileTemplate("/www/syrc-mobile/include/dlzc.html",{"current":"index"}){}
  52. </div>
  53. <!-- top 头部 结束-->
  54. </div>
  55. <div id="pageContent">
  56. <div class="mod">
  57. <!--工作动态-->
  58. <div class="t t2">${category.categoryName}</div>
  59. <div class="aox">
  60. <#cms_category categoryId="${category.categoryId}" isParent="1" var="bean">
  61. <ul class="all_list">
  62. <#cms_content_page siteId="${site.siteId!}" titleLen="15" page="${page!}" var="content">
  63. <li> <a href="${content.url!}">${content.title!}</a><em>${content.inputdate,dateFormat="yyyy年MM月dd日"}</en></li>
  64. @if(content.index%5==0){
  65. <li class="dashed"></li>
  66. @}
  67. </#cms_content_page>
  68. </ul>
  69. </div>
  70. <!--分页开始-->
  71. <div id="fy" name="fy" class="fy">
  72. <ul class="pag">
  73. <#cms_pagination siteId="${site.siteId}" categoryId="${category.categoryId}" page="${page}" moreNum="6" var="page" >
  74. <li>${page.first}</li>
  75. @for(change in page.changePage){
  76. @if(!change.isLink){
  77. @if(change.isMore){
  78. <li>${change.value!}</li>
  79. @}else{
  80. <li class="current">${change.value!}</li>
  81. @}
  82. @}else{
  83. <li> ${change.url!}</li>
  84. @}
  85. @}
  86. <li>${page.next}</li>
  87. </#cms_pagination>
  88. </ul>
  89. </div>
  90. <!--分页结束-->
  91. </#cms_category>
  92. </div>
  93. </div>
  94. </div>
  95. <!--footer 开始-->
  96. <div class="footerbox" style=" height:320px !important;">
  97. <table>
  98. <tr>
  99. <td align="center" valign="top">
  100. <img src="${resPath}/syrc-mobile/images/sy-index_82.png" width="38" height="38"/>
  101. <a href="${frontPath!}/4/991.html">关于我们</a>
  102. </td>
  103. <td align="center" valign="top">
  104. <img src="${resPath}/syrc-mobile/images/sy-index_84.png" width="38" height="38"/>
  105. <a href="${frontPath!}/4/992.html">法律申明</a>
  106. </td>
  107. <td align="center" valign="top">
  108. <img src="${resPath}/syrc-mobile/images/sy-index_86.png" width="38" height="38"/>
  109. <a href="${frontPath!}/4/993.html">帮助中心</a>
  110. </td>
  111. </tr>
  112. <tr>
  113. <td colspan="3" align="center"><p>版权所有松原人才市场 吉ICP备12002825号-2 </p></td>
  114. </tr>
  115. <tr>
  116. <td colspan="3" align="center"><p>增值电信业务经营许可证号:吉B2-20150082号</p></td>
  117. </tr>
  118. <tr>
  119. <td colspan="3" align="center"><p>技术支持:长春首佳科技有限公司</p></td>
  120. </tr>
  121. </table>
  122. </div>
  123. </body>
  124. </html>