newsDetails.html 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"
  3. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  4. <head th:replace="common::header(~{::title},~{::link},~{::meta})">
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title th:text="${tt +'... - 科德集团'}">科德集团</title>
  8. <meta name="Keywords" th:content="${keywords}" />
  9. <meta name="description" th:Content="${content}" />
  10. <!-- 二级页面CSS -->
  11. <link rel="stylesheet" th:href="${portalHost+'/css/secode.css'}">
  12. </head>
  13. <body>
  14. <div class="app">
  15. <!-- 头部 -->
  16. <header>
  17. <div th:replace="common::nav('','')"></div>
  18. <!-- 轮播图 -->
  19. <div class="swiper-containerx">
  20. <img
  21. th:src="${banners}==null?${portalHost+'/images/banner/about_bg.png'}:${avatarUploadHost}+${banners.bannerUrl}" />
  22. <div class="swiper_title">
  23. <h6>关于科德</h6>
  24. </div>
  25. </div>
  26. <!-- 轮播图 end -->
  27. </header>
  28. <!-- 头部 end -->
  29. <!-- 面包屑 -->
  30. <div class="bread-crumbs">
  31. <div class="container">
  32. <ul>
  33. <li><a th:href="${basePath+'/'}">首页</a></li>
  34. <li>&gt;</li>
  35. <li><a th:href="${basePath+'/news'}">新闻动态</a> </li>
  36. <li>&gt;</li>
  37. <!-- @{/technologyTrading/achievementList(fieldA=${industry.id})} -->
  38. <li><a th:href="@{/news(type=${news.type})}"
  39. th:text="${news.type==0?'官方公告': news.type==1?'政策解读': news.type==2?'高新技术企业':news.type==3?'军工三证':''}"></a>
  40. </li>
  41. <li>&gt;</li>
  42. <li class="active"><a href="javascript:;" th:text="${news.title}">科德高企培育系列讲座走进湘乡</a> </li>
  43. </ul>
  44. </div>
  45. </div>
  46. <!-- 面包屑 end -->
  47. <!-- 主体内容 -->
  48. <div class="news main">
  49. <div class="container">
  50. <div class="newmain">
  51. <!-- 新闻详情 -->
  52. <div class="news-detail">
  53. <div class="detail-title">
  54. <h6 th:text="${news.title}">科德高企培育系列讲座走进湘乡</h6>
  55. <span th:text="${news.releaseTimeConvert}">2019-12-06</span>
  56. <span>&nbsp;&nbsp;阅读 </span>
  57. <span th:text="${news.hot}">432</span>
  58. </div>
  59. <div class="detail-content" th:utext="${news.content}">
  60. </div>
  61. <div class="copyright">
  62. <p>
  63. <span style="font-size: 18px;">热门关键词:</span>
  64. <a class="kw" th:each="key:${keywords}" th:text="${key}+'&nbsp;&nbsp;'"></a>
  65. </p>
  66. <p>上一篇: <a th:if="${news.beforeId} != null" th:href="'/news/'+${news.beforeId}"
  67. th:text="${news.beforeTitle}"></a>
  68. <a th:if="${news.beforeId} == null" th:text="已经是第一篇"></a>
  69. </p>
  70. <p>下一篇: <a th:if="${news.afterId} != null" th:href="'/news/'+${news.afterId}"
  71. th:text="${news.afterTitle}"></a>
  72. <a th:if="${news.afterId} == null" th:text="已经是最后一篇"></a>
  73. </p>
  74. <div class="bzsm">
  75. 【本站声明】
  76. <p>1、本网站发布的该篇文章,主要解读科技咨询知识及传递、交流政策奖补信息,以便您学习或了解政策知识,请不要用于其它用途;</p>
  77. <p>2、该篇文章中所涉及的商标、标识的商品/服务并非来源于本网站,更非本网站提供,与本网站无关,系他人的商品或服务,本网站对于该类商标、标识不拥有任何权利;</p>
  78. <p>3、本网站不对该篇文章中所涉及的商标、标识的商品/服务作任何明示或暗示的保证或担保;</p>
  79. <p>4、本网站不对文章中所涉及的内容真实性、准确性、可靠性负责,仅系客观性描述,如您需要了解该项目详细的资讯,请您直接与在线客服联系。</p>
  80. </div>
  81. </div>
  82. </div>
  83. <!-- 最新资讯 -->
  84. <div class="hot">
  85. <div class="hitem">
  86. 最新资讯
  87. <div class="hlist">
  88. <a target="_blank" href="">
  89. <div class="htit"><span class="hnum">1</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div>
  90. </a>
  91. </div>
  92. </div>
  93. <div class="hitem">
  94. 热门产品推荐
  95. <div class="hlist2">
  96. <a target="_blank" th:href="${basePath+'/service/gqpy?1'}">
  97. <div class="htit"><span class="hnum"></span>高企培育</div>
  98. </a>
  99. <a target="_blank" th:href="${basePath+'/service/gqpy?0'}">
  100. <div class="htit"><span class="hnum"></span>高企认定</div>
  101. </a>
  102. <a target="_blank" th:href="${basePath+'/service/jszy?0'}">
  103. <div class="htit"><span class="hnum"></span>技术转移</div>
  104. </a>
  105. <a target="_blank" th:href="${basePath+'/service/zscq?0'}">
  106. <div class="htit"><span class="hnum"></span>知识产权</div>
  107. </a>
  108. <a target="_blank" th:href="${basePath+'/service/zczx?0'}">
  109. <div class="htit"><span class="hnum"></span>政策咨询</div>
  110. </a>
  111. <a target="_blank" th:href="${basePath+'/service/csfw?0'}">
  112. <div class="htit"><span class="hnum"></span>财务管理体系咨询</div>
  113. </a>
  114. <a target="_blank" th:href="${basePath+'/service/jmkj?0'}">
  115. <div class="htit"><span class="hnum"></span>军民科技转化</div>
  116. </a>
  117. <a target="_blank" th:href="${basePath+'/service/txrz?0'}">
  118. <div class="htit"><span class="hnum"></span>体系认证</div>
  119. </a>
  120. <a target="_blank" th:href="${basePath+'/service/kfpt?0'}">
  121. <div class="htit"><span class="hnum"></span>平台开发建设</div>
  122. </a>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. <!-- 主体内容 end -->
  130. <!-- 底部 -->
  131. <footer>
  132. <div th:replace="common::copyright('')"></div>
  133. </footer>
  134. <!-- 底部 end -->
  135. </div>
  136. </div>
  137. <div th:replace="common::footer(~{::script},'')">
  138. <script></script>
  139. <script th:src="${portalHost+'/js/newdetails.js'}"></script>
  140. </div>
  141. </body>
  142. </html>