PageRenderTime 50ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/web/WEB-INF/t/cms/www/default/channel/pic.html

https://gitlab.com/MetadataDev/mcms
HTML | 224 lines | 207 code | 2 blank | 15 comment | 0 complexity | b23be40d8710b72ae5811eb2f4d038f8 MD5 | raw file
  1. <!DOCTYPE HTML>
  2. <html>
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>${channel.title!channel.name} - ${site.name} - Powered by JEECMS</title>
  6. <meta http-equiv="keywords" content="${channel.keywords!}"/>
  7. <meta http-equiv="description" content="${channel.description!}"/>
  8. <head>
  9. <!--[if lt IE 9]>
  10. <script src="${resSys}/html5.js" type="text/javascript"></script>
  11. <![endif]-->
  12. <link href="/${res}/css/html5.css" rel="stylesheet" type="text/css"/>
  13. <script src="/${res}/js/foucs.js" type="text/javascript"></script>
  14. <link href="${resSys}/jqueryUI/jquery.ui.css" rel="stylesheet" type="text/css"/>
  15. <script src="${resSys}/jquery.js" type="text/javascript"></script>
  16. <script src="${resSys}/jqueryUI/jquery-ui.js" type="text/javascript"></script>
  17. <script src="${resSys}/front.js" type="text/javascript"></script>
  18. <script type="text/javascript">
  19. $(function() {
  20. Cms.channelViewCount("${base}","${channel.id}");
  21. Cms.siteFlow("${base}", location.href, document.referrer,"${site.config.flowSwitch?string}");
  22. });
  23. </script>
  24. </head>
  25. <body>
  26. <div class="container">
  27. [#include "../include/header.html"/]
  28. [#include "../include/search_csi.html"/]
  29. [#include "../include/navi.html"/]
  30. <!-- 焦点图代码_begin -->
  31. <div class="jdt mt10">
  32. <div class="mod_focus_show" id="divimgplay">
  33. <ul class="mod_focus_pic" id="divimginfog_imgPlayer">
  34. [@cms_content_list typeId='3' count='10' titLen='8' channelOption='1' channelId='42' orderBy='4']
  35. [#list tag_list as a]
  36. <li>
  37. <a href="${a.url}" target="_blank">
  38. <img src="${a.typeImg!site.defImg}" alt="${a.title}" />
  39. </a>
  40. </li>
  41. [/#list]
  42. [/@cms_content_list]
  43. </ul>
  44. <ul class="mod_focus_title" id="ptitleg_imgPlayer">
  45. <li class="current">
  46. <h3><a href="#" target="_blank"></a></h3>
  47. <p></p>
  48. </li>
  49. </ul>
  50. <ul class="mod_focus_list" id="divpageinfog_imgPlayer">
  51. [@cms_content_list typeId='3' count='10' titLen='8' channelOption='1' channelId='42' orderBy='4']
  52. [#list tag_list as a]
  53. <li>
  54. <a href="${a.url}" target="_blank">
  55. <img src="${a.typeImg!site.defImg}" alt="${a.title}" width="60" height="60" />
  56. <span class="border"></span>
  57. <span class="mask"></span>
  58. </a>
  59. </li>
  60. [/#list]
  61. [/@cms_content_list]
  62. </ul>
  63. </div>
  64. <script type="text/javascript">
  65. foucsbox(2500);
  66. </script>
  67. </div>
  68. <!-- 焦点图代码_end -->
  69. <!-- 热点关注_begin -->
  70. <div class="tukuw270">
  71. <div class="clear"></div>
  72. <div class="rim05 mt10">
  73. <div class="LanMu01-2">
  74. <div class="LanMu01-1"></div>
  75. <span>热点关注</span>
  76. <div class="LanMu01-3"></div>
  77. </div>
  78. <div class="HotAttention">
  79. <ul>
  80. [@cms_content_list typeId='2' count='6' titLen='8' channelOption='1' channelId='42' orderBy='7']
  81. [#list tag_list as a]
  82. <li>
  83. <a href="${a.url}" title="${a.title}" target="_blank">
  84. <img src="${a.typeImg!site.defImg}" alt="${a.title}" /></a>
  85. <a href="${a.url}" title="${a.title}" target="_blank">
  86. <p>[@text_cut s=a.stit len=titLen append=append/]</p>
  87. </a>
  88. </li>
  89. [/#list]
  90. [/@cms_content_list]
  91. </ul>
  92. </div>
  93. </div>
  94. </div>
  95. <!-- 热点关注_end -->
  96. <div class="clear-10"></div>
  97. <!-- 娱乐图集_begin -->
  98. <div class="w980">
  99. <div class="rim05">
  100. <div class="LanMu01-2">
  101. <div class="LanMu01-1"></div>
  102. <span>娱乐图集</span>
  103. <em>
  104. [@cms_channel id='43']
  105. <a href="${tag_bean.url}" target="_blank">更多>></a>
  106. [/@cms_channel]
  107. </em>
  108. <div class="LanMu01-3"></div>
  109. </div>
  110. <div class="Beauty">
  111. <ul>
  112. [@cms_content_list typeId='2' count='6' titLen='10' channelOption='1' channelId='43' orderBy='4']
  113. [#list tag_list as a]
  114. <li>
  115. <a href="${a.url}" title="${a.title}" target="_blank">
  116. <img src="${a.typeImg!site.defImg}" alt="${a.title}" />
  117. </a>
  118. <a href="${a.url}" title="${a.title}" target="_blank">
  119. <p>[@text_cut s=a.stit len=titLen append=append/]</p>
  120. </a>
  121. </li>
  122. [/#list]
  123. [/@cms_content_list]
  124. </ul>
  125. </div>
  126. </div>
  127. </div>
  128. <!-- 娱乐图集_end -->
  129. <div class="clear"></div>
  130. <!-- 娱乐新闻_begin -->
  131. <div class="w700 mt10">
  132. <div class="rim05">
  133. <div class="LanMu01-2">
  134. <div class="LanMu01-1"></div>
  135. <span>娱乐新闻</span>
  136. <em>
  137. [@cms_channel id='44']
  138. <a href="${tag_bean.url}" target="_blank">更多>></a>
  139. [/@cms_channel]
  140. </em>
  141. <div class="LanMu01-3"></div>
  142. </div>
  143. <div class="hundred100">
  144. <ul class="box">
  145. [@cms_content_list typeId='2' count='8' titLen='20' channelOption='1' channelId='44' orderBy='4']
  146. [#list tag_list as a]
  147. <li>
  148. <a href="${a.url}" title="${a.title}" target="_blank">
  149. <div class="toll_img">
  150. <img src="${a.typeImg!site.defImg}" alt="${a.title}" width="155" height="110" />
  151. </div>
  152. <div class="toll_info">
  153. <p>[@text_cut s=a.stit len=titLen append=append/]</p>
  154. </div>
  155. </a>
  156. </li>
  157. [/#list]
  158. [/@cms_content_list]
  159. </ul>
  160. </div>
  161. </div>
  162. <div class="clear"></div>
  163. </div>
  164. <!-- 娱乐新闻_end -->
  165. <!-- 每周点击排行榜_begin -->
  166. <div class="w270">
  167. <div class="rim05 mt10">
  168. <div class="LanMu01-2">
  169. <div class="LanMu01-1"></div>
  170. <span>每周点击排行榜</span>
  171. <div class="LanMu01-3"></div>
  172. </div>
  173. <div class="weeklist">
  174. <ul>
  175. [@cms_content_list count='10' titLen='18' orderBy='7' channelId='42' channelOption='1']
  176. [#list tag_list as a]
  177. <li><a href="${a.url}" title="${a.title}" target="_blank">[@text_cut s=a.title len=titLen /]</a></li>
  178. [/#list]
  179. [/@cms_content_list]
  180. </ul>
  181. </div>
  182. </div>
  183. </div>
  184. <!-- 每周点击排行榜_end -->
  185. <div class="clear-10"></div>
  186. <!-- 文化校园_begin -->
  187. <div class="w980">
  188. <div class="rim05">
  189. <div class="LanMu01-2">
  190. <div class="LanMu01-1"></div>
  191. <span>文化校园</span>
  192. <em>
  193. [@cms_channel id='45']
  194. <a href="${tag_bean.url}" target="_blank">更多>></a>
  195. [/@cms_channel]
  196. </em>
  197. <div class="LanMu01-3"></div>
  198. </div>
  199. <div class="Beauty">
  200. <ul>
  201. [@cms_content_list typeId='2' count='6' titLen='10' channelOption='1' channelId='45' orderBy='4']
  202. [#list tag_list as a]
  203. <li>
  204. <a href="${a.url}" title="${a.title}" target="_blank">
  205. <img src="${a.typeImg!site.defImg}" alt="${a.title}" />
  206. </a>
  207. <a href="${a.url}" title="${a.title}" target="_blank">
  208. <p>[@text_cut s=a.stit len=titLen append=append/]</p>
  209. </a>
  210. </li>
  211. [/#list]
  212. [/@cms_content_list]
  213. </ul>
  214. </div>
  215. </div>
  216. </div>
  217. <!-- 文化校园_end -->
  218. [#include "../include/friend_link.html"/]
  219. [#include "../include/footer.html"/]
  220. </div>
  221. </body>
  222. </html>