achievement.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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('','trading')"></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>/</li>
  55. <li>
  56. <a href="#practicalTitle">实用技术</a>
  57. </li>
  58. <li>/</li>
  59. <li>
  60. <a href="#transactionTitle">知识产权交易政策</a>
  61. </li>
  62. </ol>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. <!-- banner -->
  68. <!-- <div id="myCarousel" class="carousel slide">
  69. <img th:src="${portalHost+'/img/technology_trading_banner01.jpg'}" alt="First slide">
  70. </div> -->
  71. <div id="myCarousel" class="carousel" th:if="${#lists.size(abannerlist) eq 1}">
  72. <!-- 轮播(Carousel)项目 -->
  73. <div class="carousel-inner" th:each="banner,bStatus:${abannerlist}">
  74. <div class="item active">
  75. <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>
  76. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  77. </div>
  78. </div>
  79. </div>
  80. <div id="myCarousel" class="carousel slide" th:if="${#lists.size(abannerlist) > 1}">
  81. <!-- 轮播(Carousel)指标 -->
  82. <ol class="carousel-indicators"><!-- 循环圆点 -->
  83. <li data-target="#myCarousel" data-slide-to="${bStatus.index}" class="active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}"></li>
  84. <li data-target="#myCarousel" data-slide-to="${bStatus.index}" th:each="banner,bStatus:${abannerlist}" th:unless="${bStatus.first}"></li>
  85. </ol>
  86. <!-- 轮播(Carousel)项目 -->
  87. <div class="carousel-inner" >
  88. <div class="item active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}">
  89. <!-- /portal/continueHigh /portal/militaryProject /portal/practicalPatent -->
  90. <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>
  91. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  92. </div>
  93. <div class="item" th:each="banner,bStatus:${abannerlist}" th:unless="${bStatus.first}">
  94. <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>
  95. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  96. </div>
  97. </div>
  98. <!-- 轮播(Carousel)导航 -->
  99. <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
  100. <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
  101. </div>
  102. <!-- 主体内容区域 -->
  103. <div class="container">
  104. <div class="demand-marq">
  105. <span></span>
  106. <marquee direction="left" behavior="scroll" scrollamount="10" loop="-1">
  107. <ul>
  108. <li>匿名***,查看了“智慧水务自动化系统解决方案”</li>
  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. </ul>
  119. </marquee>
  120. </div>
  121. <div class="newRelease">
  122. <div></div>
  123. <ul>
  124. <li th:each="ra:${recentAchievements}" >
  125. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${ra.id},type=${ra.dataCategory})}">
  126. <img th:src="${ra.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+ra.firstPicture}" alt="">
  127. <div>
  128. <p th:text="${#strings.abbreviate(ra.name,15)}"></p>
  129. <p><span class="orange" th:text="${ra.dataCategoryS}"></span>
  130. <span class="blur" th:text="${ra.releaseDate}==null?'未知时间':${#dates.format(ra.releaseDate,'yyyy-MM-dd')}"></span></p>
  131. </div>
  132. </a>
  133. </li>
  134. </ul>
  135. <a th:href="@{/portal/technologyTrading/achievementList}"> 查看更多 >></a>
  136. </div>
  137. <div class="achievementHot">
  138. <div></div>
  139. <ol>
  140. <li><a th:href="@{/portal/technologyTrading/achievementList(name=人工智能)}" target="_blank">人工智能</a></li>
  141. <li><a th:href="@{/portal/technologyTrading/achievementList(name=区块链)}">区块链</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. </ol>
  146. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 > </a>
  147. </div>
  148. <hr />
  149. <div class="achievementHot-list">
  150. <ul class="row">
  151. <li class="col-sm-4" th:each="hota:${hotAchievements}">
  152. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${hota.id},type=${hota.dataCategory})}">
  153. <div>
  154. <img th:src="${hota.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+hota.firstPicture}" alt="">
  155. <div>
  156. <h4 th:text="${hota.name}">高压电极加热技术和蓄热技术巨物无...</h4>
  157. <p><span class="orange" th:text="${hota.interestCount}==null?'已关注:0人':${'已关注'+hota.interestCount+'人'}">
  158. </span></p>
  159. <p>
  160. <span class="follow">关注</span>
  161. <span class="technology" th:text="${hota.categoryS}"></span></p>
  162. </div>
  163. </a>
  164. </div>
  165. </li>
  166. </ul>
  167. </div></div>
  168. <div class="container">
  169. <div class="study" id="patentTitle">
  170. <h4>专利技术
  171. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 > </a>
  172. </h4>
  173. </div>
  174. <div class="patent">
  175. <div class="imgPatent">
  176. </div>
  177. <a th:href="@{/portal/technologyTrading/achievementList}">
  178. </a>
  179. </div>
  180. <div class="patentList">
  181. <div class="row">
  182. <div class="col-sm-4">
  183. <div class="demandAdviser">
  184. <img th:src="${portalHost+'/img/newMenu/achievement_10.png'}" alt="">
  185. <a onclick="_MEIQIA('showPanel')"></a>
  186. </div>
  187. <div class="demandDeclare">
  188. <img th:src="${portalHost+'/img/newMenu/achievement_11.png'}" alt="">
  189. <a onclick="_MEIQIA('showPanel')"></a>
  190. </div>
  191. </div>
  192. <div class="col-sm-8">
  193. <ul class="row">
  194. <li class="col-sm-4" th:each="pts:${patents}">
  195. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pts.id},type=${pts.dataCategory})}">
  196. <div>
  197. <img th:src="${pts.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pts.firstPicture}" alt="">
  198. <p th:text="${pts.name}"></p>
  199. </div>
  200. </a>
  201. </li>
  202. </ul>
  203. </div>
  204. </div>
  205. </div>
  206. <div class="achieveBj">
  207. <img th:src="${portalHost+'/img/newMenu/achievement_15.png'}" alt="">
  208. </div>
  209. <div class="studyT" id="practicalTitle">
  210. <h4>实用技术
  211. <a th:href="@{/portal/technologyTrading/achievementList}">查看更多 &gt; </a>
  212. </h4>
  213. </div>
  214. <div class="practical">
  215. <div class="practicalLeft">
  216. <ul>
  217. <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}<5">
  218. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
  219. <div class="imgBj" >
  220. <img th:src="${pt.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
  221. <span></span>
  222. </div>
  223. <div class="txts">
  224. <h5 th:text="${pt.name}"></h5>
  225. <p><span th:text="${pt.dataCategoryS}">
  226. </span><span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span class="hotImg"></span></p>
  227. </div>
  228. <div class="hr"></div>
  229. <div class="btnTxt">
  230. <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}"></span>
  231. <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}"></span>
  232. </div>
  233. </a>
  234. </li>
  235. </ul>
  236. <div class="practicalGrounp">
  237. <ol>
  238. <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}>=5 and ${ptStat.index}<8">
  239. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
  240. <img th:src="${pt.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
  241. <div class="practicalGrounpTxt">
  242. <div class="txts">
  243. <h5 th:text="${pt.name}"></h5>
  244. <p><span th:text="${pt.dataCategoryS}"></span>
  245. <span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span th:if="${pt.isHot}==1" class="hotImg"></span></p>
  246. </div>
  247. <div class="hr"></div>
  248. <div class="btnTxt">
  249. <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}">环保</span>
  250. <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}">医疗</span>
  251. </div>
  252. </div>
  253. </a>
  254. </li>
  255. </ol>
  256. </div>
  257. </div>
  258. <div class="practicalRight">
  259. </div>
  260. </div>
  261. <div class="studyT" id="transactionTitle">
  262. <h4>知识产权交易政策
  263. <a th:href="@{/portal/thinkTank/policyList}">查看更多 &gt; </a>
  264. </h4>
  265. </div>
  266. <div class="transaction">
  267. <div class="transactionImg">
  268. <img th:src="${portalHost+'/img/newMenu/achievement_29.jpg'}" alt="">
  269. <div th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}==0">
  270. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  271. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  272. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  273. <time th:text="${#dates.format(policy.editTime,'yyyy-MM-dd')}"></time>
  274. </address>
  275. <h5>《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</h5>
  276. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  277. </a>
  278. </div>
  279. </div>
  280. <ul>
  281. <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>0 and ${policyStat.index}<3">
  282. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  283. <div class="time">
  284. <p th:text="${#dates.format(policy.editTime,'dd')}"></p>
  285. <hr>
  286. <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}"></span>
  287. </div>
  288. <div class="introduce">
  289. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  290. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  291. <span class="title" >《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
  292. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  293. </div>
  294. </a>
  295. </li>
  296. </ul>
  297. </div>
  298. <div class="transactionList">
  299. <ol>
  300. <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>=3 and ${policyStat.index}<5">
  301. <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
  302. <div class="time">
  303. <p th:text="${#dates.format(policy.editTime,'dd')}">23</p>
  304. <hr>
  305. <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}">2018-06</span>
  306. </div>
  307. <div class="introduce">
  308. <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
  309. <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
  310. <span class="title">《<span th:text="${#strings.abbreviate(policy.title,15)}"></span>》</span></address>
  311. <p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
  312. </div>
  313. </a>
  314. </li>
  315. </ol>
  316. </div>
  317. </div>
  318. <footer>
  319. <div th:replace="common::copyright"></div>
  320. <div th:replace="common::login"></div>
  321. </footer>
  322. <div th:replace="common::footer(~{::script})">
  323. <script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
  324. <script type="text/javascript" th:src="${portalHost+'/newMenu/achievement.js'}"></script>
  325. </div>
  326. </body>
  327. </html>