achievement.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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. <div th:replace="common::nav('','achievement')"></div>
  12. <!-- search -->
  13. <div class="container">
  14. <div class="clearFix search">
  15. <div class="navMeau">
  16. <div>
  17. <span class="selfun">行业选择</span>
  18. <div class="menuList">
  19. <ul>
  20. <li th:each="industry:${industryList}" >
  21. <a th:href="@{/portal/technologyTrading/achievementList(fieldA=${industry.id})}" th:text="${industry.name}"></a>
  22. </li>
  23. </ul>
  24. </div>
  25. </div>
  26. </div>
  27. <div>
  28. <div class="search-inp">
  29. <div class="input-group">
  30. <input type="text" class="form-control demandSearch" placeholder="输入你感兴趣的内容">
  31. <span class="input-group-btn">
  32. <button class="btn btn-default searchBtn" type="button">
  33. <img th:src="${portalHost+'/img/newMenu/search-icon.jpg'}" alt=""> 搜索
  34. </button>
  35. </span>
  36. <div class="txtVal"></div>
  37. </div>
  38. </div>
  39. <div class="searchMain">
  40. <ol>
  41. <li class="active">热搜</li>
  42. <li><a th:href="@{/portal/technologyTrading/achievementList(name=人工智能)}" target="_blank">人工智能</a></li>
  43. <li><a th:href="@{/portal/technologyTrading/achievementList(name=区块链)}">区块链</a></li>
  44. <li><a th:href="@{/portal/technologyTrading/achievementList(name=环保)}">环保</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. </ol>
  48. </div>
  49. <div>
  50. <ol>
  51. <li>
  52. <a href="#patentTitle">专利技术</a>
  53. </li>
  54. <li>
  55. <a href="#practicalTitle">实用技术</a>
  56. </li>
  57. <li>
  58. <a href="#transactionTitle">知识产权交易政策</a>
  59. </li>
  60. </ol>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. <!-- banner -->
  66. <div class="carousel">
  67. <img th:src="${portalHost+'/img/technology_trading_banner01.jpg'}" alt="First slide">
  68. </div>
  69. <!-- 主体内容区域 -->
  70. <div class="container">
  71. <div class="demand-marq">
  72. <span></span>
  73. <marquee direction="left" behavior="scroll" scrollamount="10" loop="-1">
  74. <ul>
  75. <li>匿名***,查看了“智慧水务自动化系统解决方案”</li>
  76. <li>匿名***,查看了“小城镇生活污水处理实用技术”</li>
  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. </ul>
  86. </marquee>
  87. </div>
  88. <div class="newRelease">
  89. <div></div>
  90. <ul>
  91. <li th:each="ra:${recentAchievements}" >
  92. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${ra.id},type=${ra.dataCategory})}">
  93. <img th:src="${ra.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+ra.firstPicture}" alt="">
  94. <div>
  95. <p th:text="${#strings.abbreviate(ra.name,15)}"></p>
  96. <p><span class="orange" th:text="${ra.dataCategoryS}"></span>
  97. <span class="blur" th:text="${ra.releaseDate}==null?'未知时间':${#dates.format(ra.releaseDate,'yyyy-MM-dd')}"></span></p>
  98. </div>
  99. </a>
  100. </li>
  101. </ul>
  102. <a th:href="@{/portal/technologyTrading/achievementList}"> 查看更多 >></a>
  103. </div>
  104. <div class="achievementHot">
  105. <div></div>
  106. <ol>
  107. <li><a th:href="@{/portal/technologyTrading/achievementList(name=人工智能)}" target="_blank">人工智能</a></li>
  108. <li><a th:href="@{/portal/technologyTrading/achievementList(name=区块链)}">区块链</a></li>
  109. <li><a th:href="@{/portal/technologyTrading/achievementList(name=环保)}">环保</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. </ol>
  113. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 > </a>
  114. </div>
  115. <hr />
  116. <div class="achievementHot-list">
  117. <ul class="row">
  118. <li class="col-sm-4" th:each="hota:${hotAchievements}">
  119. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${hota.id},type=${hota.dataCategory})}">
  120. <div>
  121. <img th:src="${hota.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+hota.firstPicture}" alt="">
  122. <div>
  123. <h4 th:text="${hota.name}">高压电极加热技术和蓄热技术巨物无...</h4>
  124. <p><span class="orange" th:text="${hota.interestCount}==null?'已关注:0人':${'已关注'+hota.interestCount+'人'}">
  125. </span></p>
  126. <p>
  127. <span class="follow">关注</span>
  128. <span class="technology" th:text="${hota.categoryS}"></span></p>
  129. </div>
  130. </a>
  131. </div>
  132. </li>
  133. </ul>
  134. </div></div>
  135. <div class="container">
  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. <div class="imgPatent">
  143. </div>
  144. <a th:href="@{/portal/technologyTrading/achievementList}">
  145. </a>
  146. </div>
  147. <div class="patentList">
  148. <div class="row">
  149. <div class="col-sm-4">
  150. <div class="demandAdviser">
  151. <img th:src="${portalHost+'/img/newMenu/achievement_10.png'}" alt="">
  152. <a href=""></a>
  153. </div>
  154. <div class="demandDeclare">
  155. <img th:src="${portalHost+'/img/newMenu/achievement_11.png'}" alt="">
  156. <a href=""></a>
  157. </div>
  158. </div>
  159. <div class="col-sm-8">
  160. <ul class="row">
  161. <li class="col-sm-4" th:each="pts:${patents}">
  162. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pts.id},type=${pts.dataCategory})}">
  163. <div>
  164. <img th:src="${pts.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pts.firstPicture}" alt="">
  165. <p th:text="${pts.name}"></p>
  166. </div>
  167. </a>
  168. </li>
  169. </ul>
  170. </div>
  171. </div>
  172. </div>
  173. <div class="achieveBj">
  174. <img th:src="${portalHost+'/img/newMenu/achievement_15.png'}" alt="">
  175. </div>
  176. <div class="studyT" id="practicalTitle">
  177. <h4>实用技术
  178. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 &gt; </a>
  179. </h4>
  180. </div>
  181. <div class="practical">
  182. <div class="practicalLeft">
  183. <ul>
  184. <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}<5">
  185. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
  186. <div class="imgBj" >
  187. <img th:src="${pt.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
  188. <span></span>
  189. </div>
  190. <div class="txts">
  191. <h5 th:text="${pt.name}"></h5>
  192. <p><span th:text="${pt.dataCategoryS}">
  193. </span><span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span class="hotImg"></span></p>
  194. </div>
  195. <div class="hr"></div>
  196. <div class="btnTxt">
  197. <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}"></span>
  198. <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}"></span>
  199. </div>
  200. </a>
  201. </li>
  202. </ul>
  203. <div class="practicalGrounp">
  204. <ol>
  205. <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}>=5 and ${ptStat.index}<8">
  206. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
  207. <img th:src="${pt.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
  208. <div class="practicalGrounpTxt">
  209. <div class="txts">
  210. <h5 th:text="${pt.name}"></h5>
  211. <p><span th:text="${pt.dataCategoryS}"></span>
  212. <span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span th:if="${pt.isHot}==1" class="hotImg"></span></p>
  213. </div>
  214. <div class="hr"></div>
  215. <div class="btnTxt">
  216. <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}">环保</span>
  217. <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}">医疗</span>
  218. </div>
  219. </div>
  220. </a>
  221. </li>
  222. </ol>
  223. </div>
  224. </div>
  225. <div class="practicalRight">
  226. </div>
  227. </div>
  228. <div class="studyT" id="transactionTitle">
  229. <h4>知识产权交易政策
  230. <a th:href="@{/portal/thinkTank/policyList}">查看更多 &gt; </a>
  231. </h4>
  232. </div>
  233. <div class="transaction">
  234. <div class="transactionImg">
  235. <img th:src="${portalHost+'/img/newMenu/achievement_29.jpg'}" alt="">
  236. <div th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}==0">
  237. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  238. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  239. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  240. <time th:text="${#dates.format(policy.editTime,'yyyy-MM-dd')}"></time>
  241. </address>
  242. <h5>《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</h5>
  243. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  244. </a>
  245. </div>
  246. </div>
  247. <ul>
  248. <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>0 and ${policyStat.index}<3">
  249. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  250. <div class="time">
  251. <p th:text="${#dates.format(policy.editTime,'dd')}"></p>
  252. <hr>
  253. <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}"></span>
  254. </div>
  255. <div class="introduce">
  256. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  257. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  258. <span class="title" >《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
  259. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  260. </div>
  261. </a>
  262. </li>
  263. </ul>
  264. </div>
  265. <div class="transactionList">
  266. <ol>
  267. <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>=3 and ${policyStat.index}<5">
  268. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  269. <div class="time">
  270. <p th:text="${#dates.format(policy.editTime,'dd')}">23</p>
  271. <hr>
  272. <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}">2018-06</span>
  273. </div>
  274. <div class="introduce">
  275. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  276. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  277. <span class="title">《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
  278. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  279. </div>
  280. </a>
  281. </li>
  282. </ol>
  283. </div>
  284. </div>
  285. <footer>
  286. <div th:replace="common::copyright"></div>
  287. <div th:replace="common::login"></div>
  288. </footer>
  289. <div th:replace="common::footer(~{::script})">
  290. <script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
  291. <script type="text/javascript" th:src="${portalHost+'/newMenu/achievement.js'}"></script>
  292. </div>
  293. </body>
  294. </html>