|
|
@@ -221,10 +221,10 @@
|
|
|
<div></div>
|
|
|
<ul>
|
|
|
<li th:each="ra:${recentAchievements}">
|
|
|
- <img th:src="${ra.technicalPictureUrl}==null?${portalHost+'/img/newMenu/achievement_2.jpg'}:${avatarUploadHost+ra.technicalPictureUrl}" alt="">
|
|
|
+ <img th:src="${ra.firstPicture}==null?${portalHost+'/img/newMenu/achievement_2.jpg'}:${avatarUploadHost+ra.firstPicture}" alt="">
|
|
|
<div>
|
|
|
<p th:text="${ra.name}"></p>
|
|
|
- <p><span class="orange" th:text="${ra.categoryS}"></span>
|
|
|
+ <p><span class="orange" th:text="${ra.dataCategoryS}"></span>
|
|
|
<span class="blur" th:text="${ra.releaseDate}==null?'未知发布时间':${#dates.format(ra.releaseDate,'yyyy-MM-dd')}"></span></p>
|
|
|
</div>
|
|
|
</li>
|
|
|
@@ -253,7 +253,7 @@
|
|
|
|
|
|
<li class="col-sm-4" th:each="hota:${hotAchievements}">
|
|
|
<div>
|
|
|
- <img th:src="${hota.technicalPictureUrl}==null?${portalHost+'/img/newMenu/achievement_8.jpg'}:${avatarUploadHost+hota.technicalPictureUrl}" alt="">
|
|
|
+ <img th:src="${hota.firstPicture}==null?${portalHost+'/img/newMenu/achievement_8.jpg'}:${avatarUploadHost+hota.firstPicture}" alt="">
|
|
|
<div>
|
|
|
<h4 th:text="${hota.name}">高压电极加热技术和蓄热技术巨物无...</h4>
|
|
|
<p><span class="orange" th:text="${hota.interestCount}==null?'已关注:0人':${'已关注'+hota.interestCount+'人'}">
|
|
|
@@ -283,58 +283,11 @@
|
|
|
</div>
|
|
|
<div class="col-sm-8">
|
|
|
<ul class="row">
|
|
|
- <li class="col-sm-4">
|
|
|
+
|
|
|
+ <li class="col-sm-4" th:each="pts:${patents}">
|
|
|
<div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_12.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_13.jpg'}" alt="">
|
|
|
- <p>寻求:21212高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_14.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_12.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_13.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_14.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_12.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_13.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="col-sm-4">
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_14.jpg'}" alt="">
|
|
|
- <p>寻求:高压电极加热技术和蓄热技术</p>
|
|
|
+ <img th:src="${pts.firstPicture}==null?${portalHost+'/img/newMenu/achievement_14.jpg'}:${avatarUploadHost+pts.firstPicture}" alt="">
|
|
|
+ <p th:text="${pts.name}"></p>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
@@ -352,123 +305,39 @@
|
|
|
<div class="practical">
|
|
|
<div class="practicalLeft">
|
|
|
<ul>
|
|
|
- <li>
|
|
|
- <div class="imgBj">
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_16.jpg'}" alt="">
|
|
|
+
|
|
|
+ <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}<5">
|
|
|
+ <div class="imgBj" >
|
|
|
+ <img th:src="${pt.firstPicture}==null?${portalHost+'/img/newMenu/achievement_19.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
|
|
|
<span></span>
|
|
|
</div>
|
|
|
<div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
+ <h5 th:text="${pt.name}"></h5>
|
|
|
+ <p><span th:text="${pt.dataCategoryS}">
|
|
|
+ </span><span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span class="hotImg"></span></p>
|
|
|
</div>
|
|
|
<div class="hr"></div>
|
|
|
<div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div class="imgBj">
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_16.jpg'}" alt="">
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- <div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
- </div>
|
|
|
- <div class="hr"></div>
|
|
|
- <div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div class="imgBj">
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_17.jpg'}" alt="">
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- <div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
- </div>
|
|
|
- <div class="hr"></div>
|
|
|
- <div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div class="imgBj">
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_16.jpg'}" alt="">
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- <div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
- </div>
|
|
|
- <div class="hr"></div>
|
|
|
- <div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div class="imgBj">
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_19.jpg'}" alt="">
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- <div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
- </div>
|
|
|
- <div class="hr"></div>
|
|
|
- <div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
+ <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}">环保</span>
|
|
|
+ <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}">医疗</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<div class="practicalGrounp">
|
|
|
<ol>
|
|
|
- <li>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_17.jpg'}" alt="">
|
|
|
- <div class="practicalGrounpTxt">
|
|
|
- <div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
- </div>
|
|
|
- <div class="hr"></div>
|
|
|
- <div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_17.jpg'}" alt="">
|
|
|
- <div class="practicalGrounpTxt">
|
|
|
- <div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
- </div>
|
|
|
- <div class="hr"></div>
|
|
|
- <div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <img th:src="${portalHost+'/img/newMenu/achievement_17.jpg'}" alt="">
|
|
|
+
|
|
|
+ <li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}>=5 and ${ptStat.index}<8">
|
|
|
+ <img th:src="${pt.firstPicture}==null?${portalHost+'/img/newMenu/achievement_19.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
|
|
|
<div class="practicalGrounpTxt">
|
|
|
<div class="txts">
|
|
|
- <h5>高压电极加热技术哈...</h5>
|
|
|
- <p><span>实用技术</span><span>联合生产</span><span class="hotImg"></span></p>
|
|
|
+ <h5 th:text="${pt.name}"></h5>
|
|
|
+ <p><span th:text="${pt.dataCategoryS}"></span>
|
|
|
+ <span th:text="${pt.transferModeS}==null?'未知类型':${pt.transferModeS}"></span><span class="hotImg"></span></p>
|
|
|
</div>
|
|
|
<div class="hr"></div>
|
|
|
<div class="btnTxt">
|
|
|
- <span class="float-left">环保</span>
|
|
|
- <span class="float-right">医疗</span>
|
|
|
+ <span class="float-left" th:text="${pt.fieldAS}==null?'未知类型':${pt.fieldAS}">环保</span>
|
|
|
+ <span class="float-right" th:text="${pt.fieldBS}==null?'未知类型':${pt.fieldBS}">医疗</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
@@ -518,60 +387,45 @@
|
|
|
<div class="transaction">
|
|
|
<div class="transactionImg">
|
|
|
<img th:src="${portalHost+'/img/newMenu/achievement_29.jpg'}" alt="">
|
|
|
- <div>
|
|
|
- <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt=""><span>长沙市</span><time>2018-04-23</time></address>
|
|
|
- <h5>《<span>湖南省关于2018支持科技成果转化..</span>》</h5>
|
|
|
- <p>最高补贴200万,国家免税,签订技术交易合同国家补贴,将数据为你很懂事印花税行就剩</p>
|
|
|
+ <div th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}==0">
|
|
|
+ <address><img th:src="${policy.titleImg}==null?${portalHost+'/img/newMenu/achievement_28.jpg'}:${avatarUploadHost+policy.titleImg}" alt="">
|
|
|
+ <span th:text="${policy.provinceS+policy.cityS}"></span>
|
|
|
+ <time th:text="${#dates.format(policy.editTime,'yyyy-MM-dd')}"></time>
|
|
|
+ </address>
|
|
|
+ <h5>《<span th:text="${policy.title}"></span>》</h5>
|
|
|
+ <p th:text="${policy.summary}"></p>
|
|
|
<a href="#">查看更多 > </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<ul>
|
|
|
- <li>
|
|
|
- <div class="time">
|
|
|
- <p>23</p>
|
|
|
- <hr>
|
|
|
- <span>2018-06</span>
|
|
|
- </div>
|
|
|
- <div class="introduce">
|
|
|
- <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt=""><span>长沙市</span><span class="title">《<span>湖南省关于2018支持科技..</span>》</span></address>
|
|
|
- <p>最高补贴200万,国家免税,签订技术交易合同国事印花税行就剩下和风度父爱和任何地方如何...</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
+ <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>0 and ${policyStat.index}<3">
|
|
|
<div class="time">
|
|
|
- <p>23</p>
|
|
|
+ <p th:text="${#dates.format(policy.editTime,'dd')}"></p>
|
|
|
<hr>
|
|
|
- <span>2018-06</span>
|
|
|
+ <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}"></span>
|
|
|
</div>
|
|
|
<div class="introduce">
|
|
|
- <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt=""><span>长沙市</span><span class="title">《<span>湖南省关于2018支持科技..</span>》</span></address>
|
|
|
- <p>最高补贴200万,国家免税,签订技术交易合同国事印花税行就剩下和风度父爱和任何地方如何...</p>
|
|
|
+ <address><img th:src="${policy.titleImg}==null?${portalHost+'/img/newMenu/achievement_28.jpg'}:${avatarUploadHost+policy.firstPicture}" alt="">
|
|
|
+ <span th:text="${policy.provinceS+policy.cityS}"></span>
|
|
|
+ <span class="title" >《<span th:text="${policy.title}"></span>》</span></address>
|
|
|
+ <p th:text="${policy.summary}"></p>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="transactionList">
|
|
|
<ol>
|
|
|
- <li>
|
|
|
- <div class="time">
|
|
|
- <p>23</p>
|
|
|
- <hr>
|
|
|
- <span>2018-06</span>
|
|
|
- </div>
|
|
|
- <div class="introduce">
|
|
|
- <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt=""><span>长沙市</span><span class="title">《<span>湖南省关于2018支持科技..</span>》</span></address>
|
|
|
- <p>最高补贴200万,国家免税,签订技术交易合同国事印花税行就剩下和风度父爱和任何地方如何...</p>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
+ <li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>=3 and ${policyStat.index}<5">
|
|
|
<div class="time">
|
|
|
- <p>23</p>
|
|
|
+ <p th:text="${#dates.format(policy.editTime,'dd')}">23</p>
|
|
|
<hr>
|
|
|
- <span>2018-06</span>
|
|
|
+ <span th:text="${#dates.format(policy.editTime,'yyyy-MM')}">2018-06</span>
|
|
|
</div>
|
|
|
<div class="introduce">
|
|
|
- <address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt=""><span>长沙市</span><span class="title">《<span>湖南省关于2018支持科技..</span>》</span></address>
|
|
|
- <p>最高补贴200万,国家免税,签订技术交易合同国事印花税行就剩下和风度父爱和任何地方如何...</p>
|
|
|
+ <address><img th:src="${policy.titleImg}==null?${portalHost+'/img/newMenu/achievement_28.jpg'}:${avatarUploadHost+policy.firstPicture}" alt="">
|
|
|
+ <span th:text="${policy.provinceS+policy.cityS}"></span>
|
|
|
+ <span class="title">《<span th:text="${policy.title}"></span>》</span></address>
|
|
|
+ <p th:text="${policy.summary}"></p>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ol>
|