achievement.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <title>科技成果</title>
  7. <link th:href="${portalHost+ '/vendors.css'}" rel="stylesheet">
  8. <link th:href="${portalHost+ '/newMenu/achievement.css'}" rel="stylesheet">
  9. </head>
  10. <body>
  11. <header>
  12. <div th:replace="common::nav('','')"></div>
  13. </header>
  14. <!-- search -->
  15. <div class="container">
  16. <div class="clearFix search">
  17. <div class="navMeau">
  18. <div>
  19. <span class="selfun">行业选择</span>
  20. <div class="menuList">
  21. <ul>
  22. <li th:each="industry:${industryList}" >
  23. <a th:href="@{/portal/technologyTrading/achievementList(fieldA=${industry.id})}" th:text="${industry.name}"></a>
  24. </li>
  25. </ul>
  26. </div>
  27. </div>
  28. </div>
  29. <div>
  30. <div class="search-inp">
  31. <div class="input-group">
  32. <input type="text" class="form-control demandSearch" placeholder="输入你感兴趣的内容">
  33. <span class="input-group-btn">
  34. <button class="btn btn-default searchBtn" type="button">
  35. <img th:src="${portalHost+'/img/newMenu/search-icon.jpg'}" alt=""> 搜索
  36. </button>
  37. </span>
  38. <div class="txtVal"></div>
  39. </div>
  40. </div>
  41. <div class="searchMain">
  42. <ol>
  43. <li class="active">热搜</li>
  44. <li><a th:href="@{/portal/technologyTrading/achievementList(name=人工智能)}" target="_blank">人工智能</a></li>
  45. <li><a th:href="@{/portal/technologyTrading/achievementList(name=区块链)}">区块链</a></li>
  46. <li><a th:href="@{/portal/technologyTrading/achievementList(name=环保)}">环保</a></li>
  47. <li><a th:href="@{/portal/technologyTrading/achievementList(name=金属材料)}">金属材料</a></li>
  48. <li><a th:href="@{/portal/technologyTrading/achievementList(name=软件开发)}">软件开发</a></li>
  49. </ol>
  50. </div>
  51. <div>
  52. <ol>
  53. <li>
  54. <a href="#patentTitle">专利技术</a>
  55. </li>
  56. <li>
  57. <a href="#practicalTitle">实用技术</a>
  58. </li>
  59. <li>
  60. <a href="#transactionTitle">知识产权交易政策</a>
  61. </li>
  62. </ol>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. <!-- banner -->
  68. <div class="carousel">
  69. <img th:src="${portalHost+'/img/technology_trading_banner01.jpg'}" alt="First slide">
  70. </div>
  71. <!-- 主体内容区域 -->
  72. <div class="container">
  73. <div class="demand-marq">
  74. <span></span>
  75. <marquee direction="left" behavior="scroll" scrollamount="10" loop="-1">
  76. <ul>
  77. <li>匿名***,查看了“智慧水务自动化系统解决方案”</li>
  78. <li>匿名***,查看了“小城镇生活污水处理实用技术”</li>
  79. <li>匿名***,查看了“ 球形分子印迹硅胶吸附剂”</li>
  80. <li>匿名***,查看了“搅拌摩擦焊接”</li>
  81. <li>匿名***,查看了“文本分类方法”</li>
  82. <li>匿名***,查看了“建模的多视角目标跟踪方法研究”</li>
  83. <li>匿名***,查看了“乙醇型发酵生物制氢技术”</li>
  84. <li>匿名***,查看了“物质光谱测量”</li>
  85. <li>匿名***,查看了“激光器专用冷却器”</li>
  86. <li>匿名***,查看了“产品创新设计集成管理平台”</li>
  87. </ul>
  88. </marquee>
  89. </div>
  90. <div class="newRelease">
  91. <div></div>
  92. <ul>
  93. <li th:each="ra:${recentAchievements}" >
  94. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${ra.id},type=${ra.dataCategory})}">
  95. <img th:src="${ra.firstPicture}==null?${portalHost+'/img/newMenu/achievement_2.jpg'}:${avatarUploadHost+ra.firstPicture}" alt="">
  96. <div>
  97. <p th:text="${#strings.abbreviate(ra.name,15)}"></p>
  98. <p><span class="orange" th:text="${ra.dataCategoryS}"></span>
  99. <span class="blur" th:text="${ra.releaseDate}==null?'未知时间':${#dates.format(ra.releaseDate,'yyyy-MM-dd')}"></span></p>
  100. </div>
  101. </a>
  102. </li>
  103. </ul>
  104. <a th:href="@{/portal/technologyTrading/achievementList}"> 查看更多 >></a>
  105. </div>
  106. <div class="achievementHot">
  107. <div></div>
  108. <ol>
  109. <li><a th:href="@{/portal/technologyTrading/achievementList(name=人工智能)}" target="_blank">人工智能</a></li>
  110. <li><a th:href="@{/portal/technologyTrading/achievementList(name=区块链)}">区块链</a></li>
  111. <li><a th:href="@{/portal/technologyTrading/achievementList(name=环保)}">环保</a></li>
  112. <li><a th:href="@{/portal/technologyTrading/achievementList(name=金属材料)}">金属材料</a></li>
  113. <li><a th:href="@{/portal/technologyTrading/achievementList(name=软件开发)}">软件开发</a></li>
  114. </ol>
  115. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 > </a>
  116. </div>
  117. <hr />
  118. <div class="achievementHot-list">
  119. <ul class="row">
  120. <li class="col-sm-4" th:each="hota:${hotAchievements}">
  121. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${hota.id},type=${hota.dataCategory})}">
  122. <div>
  123. <img th:src="${hota.firstPicture}==null?${portalHost+'/img/newMenu/achievement_8.jpg'}:${avatarUploadHost+hota.firstPicture}" alt="">
  124. <div>
  125. <h4 th:text="${hota.name}">高压电极加热技术和蓄热技术巨物无...</h4>
  126. <p><span class="orange" th:text="${hota.interestCount}==null?'已关注:0人':${'已关注'+hota.interestCount+'人'}">
  127. </span></p>
  128. <p>
  129. <span class="follow">关注</span>
  130. <span class="technology" th:text="${hota.categoryS}"></span></p>
  131. </div>
  132. </a>
  133. </div>
  134. </li>
  135. </ul>
  136. <div class="study" id="patentTitle">
  137. <h4>专利技术
  138. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 > </a>
  139. </h4>
  140. </div>
  141. <div class="patent">
  142. <a href=""><img th:src="${portalHost+'/img/newMenu/achievement_9.jpg'}" alt=""></a>
  143. </div>
  144. <div class="patentList">
  145. <div class="row">
  146. <div class="col-sm-4">
  147. <img th:src="${portalHost+'/img/newMenu/achievement_10.jpg'}" alt="">
  148. <img th:src="${portalHost+'/img/newMenu/achievement_11.jpg'}" alt="">
  149. </div>
  150. <div class="col-sm-8">
  151. <ul class="row">
  152. <li class="col-sm-4" th:each="pts:${patents}">
  153. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pts.id},type=${pts.dataCategory})}">
  154. <div>
  155. <img th:src="${pts.firstPicture}==null?${portalHost+'/img/newMenu/achievement_14.jpg'}:${avatarUploadHost+pts.firstPicture}" alt="">
  156. <p th:text="${pts.name}"></p>
  157. </div>
  158. </a>
  159. </li>
  160. </ul>
  161. </div>
  162. </div>
  163. </div>
  164. <div class="achieveBj">
  165. <img th:src="${portalHost+'/img/newMenu/achievement_15.jpg'}" alt="">
  166. </div>
  167. <div class="studyT" id="practicalTitle">
  168. <h4>实用技术
  169. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 &gt; </a>
  170. </h4>
  171. </div>
  172. <div class="practical">
  173. <div class="practicalLeft">
  174. <ul>
  175. <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}<5">
  176. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
  177. <div class="imgBj" >
  178. <img th:src="${pt.firstPicture}==null?${portalHost+'/img/newMenu/achievement_19.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
  179. <span></span>
  180. </div>
  181. <div class="txts">
  182. <h5 th:text="${pt.name}"></h5>
  183. <p><span th:text="${pt.dataCategoryS}">
  184. </span><span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span class="hotImg"></span></p>
  185. </div>
  186. <div class="hr"></div>
  187. <div class="btnTxt">
  188. <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}"></span>
  189. <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}"></span>
  190. </div>
  191. </a>
  192. </li>
  193. </ul>
  194. <div class="practicalGrounp">
  195. <ol>
  196. <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}>=5 and ${ptStat.index}<8">
  197. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
  198. <img th:src="${pt.firstPicture}==null?${portalHost+'/img/newMenu/achievement_19.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
  199. <div class="practicalGrounpTxt">
  200. <div class="txts">
  201. <h5 th:text="${pt.name}"></h5>
  202. <p><span th:text="${pt.dataCategoryS}"></span>
  203. <span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span th:if="${pt.isHot}==1" class="hotImg"></span></p>
  204. </div>
  205. <div class="hr"></div>
  206. <div class="btnTxt">
  207. <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}">环保</span>
  208. <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}">医疗</span>
  209. </div>
  210. </div>
  211. </a>
  212. </li>
  213. </ol>
  214. </div>
  215. </div>
  216. </div>
  217. <div class="studyT" id="transactionTitle">
  218. <h4>知识产权交易政策
  219. <a th:href="@{/portal/thinkTank/policyList}">查看更多 &gt; </a>
  220. </h4>
  221. </div>
  222. <div class="transaction">
  223. <div class="transactionImg">
  224. <img th:src="${portalHost+'/img/newMenu/achievement_29.jpg'}" alt="">
  225. <div th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}==0">
  226. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  227. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  228. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  229. <time th:text="${#dates.format(policy.editTime,'yyyy-MM-dd')}"></time>
  230. </address>
  231. <h5>《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</h5>
  232. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  233. </a>
  234. </div>
  235. </div>
  236. <ul>
  237. <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>0 and ${policyStat.index}<3">
  238. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  239. <div class="time">
  240. <p th:text="${#dates.format(policy.editTime,'dd')}"></p>
  241. <hr>
  242. <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}"></span>
  243. </div>
  244. <div class="introduce">
  245. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  246. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  247. <span class="title" >《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
  248. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  249. </div>
  250. </a>
  251. </li>
  252. </ul>
  253. </div>
  254. <div class="transactionList">
  255. <ol>
  256. <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>=3 and ${policyStat.index}<5">
  257. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  258. <div class="time">
  259. <p th:text="${#dates.format(policy.editTime,'dd')}">23</p>
  260. <hr>
  261. <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}">2018-06</span>
  262. </div>
  263. <div class="introduce">
  264. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  265. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  266. <span class="title">《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
  267. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  268. </div>
  269. </a>
  270. </li>
  271. </ol>
  272. </div>
  273. </div>
  274. <footer>
  275. <div th:replace="common::copyright"></div>
  276. <div th:replace="common::login"></div>
  277. </footer>
  278. <div th:replace="common::footer(~{::script})">
  279. <script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
  280. <script type="text/javascript" th:src="${portalHost+'/newMenu/achievement.js'}"></script>
  281. </div>
  282. </body>
  283. </html>