|
|
@@ -58,11 +58,14 @@
|
|
|
<h3>解密专利</h3>
|
|
|
<div class="patent_top row">
|
|
|
<div class="col-xs-6 bg-left">
|
|
|
- <!-- <a th:each="it: ${jmrhAchievementList}" href="${basePath+ 'portal/detail/achievementDetail.html?id=' + it.id}">
|
|
|
- <span class="note" th:text="${it.name}"></span>
|
|
|
- </a> -->
|
|
|
- <a href="/portal/search/achievement.html"><span class="note">平衡力距传动增衡器怒我很期待</span><span class="node">使用新型</span></a>
|
|
|
- <a href="/portal/search/achievement.html"><span class="note">平衡力距传动增衡器怒我很期待</span><span class="node">使用新型</span></a>
|
|
|
+ <ul>
|
|
|
+ <li th:each="it: ${jmrhAchievementList}">
|
|
|
+ <a th:href="${basePath+ '/portal/detail/achievementDetail.html?id=' + it.id +'&type=' + it.ownerType}">
|
|
|
+ <span class="note" th:text="${it.name}"></span>
|
|
|
+ <span class="node"></span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
<a th:href="${basePath +'/portal/search/achievement.html'}" class="more">MORE</a>
|
|
|
</div>
|
|
|
<div class="col-xs-6 imgs"><img th:src="${portalHost + '/img/cicm_1.png'}"/></div>
|
|
|
@@ -70,8 +73,18 @@
|
|
|
<h3>项目投资</h3>
|
|
|
<div class="patent_bottom">
|
|
|
<div class="col-xs-6 bg-left">
|
|
|
- <a href="/portal/search/achievement.html"><span class="note">平衡力距传动增衡器怒我很期待</span><span class="node">使用新型</span></a>
|
|
|
- <a href="/portal/search/achievement.html"><span class="note">平衡力距传动增衡器怒我很期待</span><span class="node">使用新型</span></a>
|
|
|
+ <ul>
|
|
|
+ <li th:each="it: ${jmrhTechnologyList}">
|
|
|
+ <a th:href="${basePath+ '/portal/detail/achievementDetail.html?id=' + it.id +'&type=' + it.ownerType}">
|
|
|
+ <span class="note" th:text="${it.name}"></span>
|
|
|
+ <span th:if="${it.maturity == '1'}" class="node" >正在研发</span>
|
|
|
+ <span th:if="${it.maturity == '2'}" class="node" >已有样品</span>
|
|
|
+ <span th:if="${it.maturity == '3'}" class="node" >通过小试</span>
|
|
|
+ <span th:if="${it.maturity == '4'}" class="node" >通过中试</span>
|
|
|
+ <span th:if="${it.maturity == '5'}" class="node" >可以量产</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
<a th:href="${basePath +'/portal/search/achievement.html'}" class="more">MORE</a>
|
|
|
</div>
|
|
|
<div class="col-xs-6 imgs"><img th:src="${portalHost + '/img/cicm_2.png'}"/></div>
|
|
|
@@ -83,8 +96,15 @@
|
|
|
<div class="product_main">
|
|
|
<div class="col-xs-6 imgt"><img th:src="${portalHost + '/img/cicm_3.png'}"/></div>
|
|
|
<div class="col-xs-6 bg-right">
|
|
|
- <a href="/portal/search/achievement.html"><span class="note">平衡力距传动增衡器怒我很期待</span><span class="node">使用新型</span></a>
|
|
|
- <a href="/portal/search/achievement.html"><span class="note">平衡力距传动增衡器怒我很期待</span><span class="node">使用新型</span></a>
|
|
|
+ <ul>
|
|
|
+ <li th:each="it: ${jmrhProjectList}">
|
|
|
+ <a th:href="${basePath+ '/portal/detail/achievementDetail.html?id=' + it.id +'&type=' + it.ownerType}">
|
|
|
+ <span class="note" th:text="${it.name}"></span>
|
|
|
+ <span class="node" th:text="${it.industry}"></span>
|
|
|
+<!-- <span class="note" th:text="${it.residenceCity}"></span> -->
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
<a th:href="${basePath +'/portal/search/achievement.html'}" class="more">MORE</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -209,22 +229,10 @@
|
|
|
</div>
|
|
|
<div class="national_policy_list">
|
|
|
<ul>
|
|
|
- <li>
|
|
|
+ <li th:each="it: ${gjzcNewsList}">
|
|
|
<a>
|
|
|
- <p><a href="#"><i>[头条]</i> 逆战新版本新武MSR-电离对撞... </a></p>
|
|
|
- <span>12/12</span>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <a>
|
|
|
- <p><a href="#"><i>[头条]</i> 逆战新版本新武MSR-电离对撞... </a></p>
|
|
|
- <span>12/12</span>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <a>
|
|
|
- <p><a href="#"><i>[头条]</i> 逆战新版本新武MSR-电离对撞... </a></p>
|
|
|
- <span>12/12</span>
|
|
|
+ <p><a th:href="${basePath + '/portal/news/newsDetail.html?newsId=' + it.id}" th:text="${it.title}"><i>[头条]</i></a></p>
|
|
|
+ <span th:text="${#dates.format(it.createTime, 'dd/MM')}"></span>
|
|
|
</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
@@ -238,22 +246,10 @@
|
|
|
</div>
|
|
|
<div class="national_policy_list">
|
|
|
<ul>
|
|
|
- <li>
|
|
|
+ <li th:each="it: ${dfzcNewsList}">
|
|
|
<a>
|
|
|
- <p><a href="#"><i>[头条]</i> 逆战新版本新武MSR-电离对撞... </a></p>
|
|
|
- <span>12/12</span>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <a>
|
|
|
- <p><a href="#"><i>[头条]</i> 逆战新版本新武MSR-电离对撞... </a></p>
|
|
|
- <span>12/12</span>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <a>
|
|
|
- <p><a href="#"><i>[头条]</i> 逆战新版本新武MSR-电离对撞... </a></p>
|
|
|
- <span>12/12</span>
|
|
|
+ <p><a th:href="${basePath + '/portal/news/newsDetail.html?newsId=' + it.id}" th:text="${it.title}"><i>[头条]</i></a></p>
|
|
|
+ <span th:text="${#dates.format(it.createTime, 'dd/MM')}"></span>
|
|
|
</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
@@ -261,57 +257,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-<!-- <div>
|
|
|
- <table>
|
|
|
- <tr data-th-each="achievement : ${jmrhAchievementList}">
|
|
|
- <td data-th-text="${achievement.name}"></td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table>
|
|
|
- <tr data-th-each="technology : ${jmrhTechnologyList}">
|
|
|
- <td data-th-text="${technology.name}"></td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table>
|
|
|
- <tr data-th-each="project : ${jmrhProjectList}">
|
|
|
- <td data-th-text="${project.name}"></td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div>合作单位</div>
|
|
|
- <div>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- 中国航空研究院
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 中国航空研究院
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 中国航空研究院
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div>政策法规</div>
|
|
|
- <div>
|
|
|
- <ul>
|
|
|
- <li>贯彻中央决策部署加快推进军民融合发展</li>
|
|
|
- <li>贯彻中央决策部署加快推进军民融合发展</li>
|
|
|
- <li>贯彻中央决策部署加快推进军民融合发展</li>
|
|
|
- <li>贯彻中央决策部署加快推进军民融合发展</li>
|
|
|
- <li>贯彻中央决策部署加快推进军民融合发展</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
<footer>
|
|
|
<div th:replace="common::copyright"></div>
|
|
|
</footer>
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
- <script type="text/javascript" th:src="${portalHost + '/index.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/residentIntegration/residentIntegration.js'}"></script>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|