achievement.html 19 KB

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