|
|
@@ -70,30 +70,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- banner -->
|
|
|
- <div id="myCarousel" class="carousel slide">
|
|
|
- <!-- 轮播(Carousel)指标 -->
|
|
|
- <ol class="carousel-indicators">
|
|
|
- <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
|
|
- <li data-target="#myCarousel" data-slide-to="1"></li>
|
|
|
- <li data-target="#myCarousel" data-slide-to="2"></li>
|
|
|
- </ol>
|
|
|
- <!-- 轮播(Carousel)项目 -->
|
|
|
- <div class="carousel-inner">
|
|
|
- <div class="item active">
|
|
|
- <img th:src="${portalHost+'/img/index_banner01.jpg'}" alt="First slide">
|
|
|
- </div>
|
|
|
- <div class="item">
|
|
|
- <img th:src="${portalHost+'/img/index_banner02.jpg'}" alt="Second slide">
|
|
|
- </div>
|
|
|
- <div class="item">
|
|
|
- <img th:src="${portalHost+'/img/index_banner03.jpg'}" alt="Third slide">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- 轮播(Carousel)导航 -->
|
|
|
- <!-- <a class="carousel-control left" href="#myCarousel"
|
|
|
- data-slide="prev">‹</a>
|
|
|
- <a class="carousel-control right" href="#myCarousel"
|
|
|
- data-slide="next">›</a> -->
|
|
|
+ <div class="carousel">
|
|
|
+ <img th:src="${portalHost+'/img/technology_trading_banner01.jpg'}" alt="First slide">
|
|
|
</div>
|
|
|
<!-- 主体内容区域 -->
|
|
|
<div class="container">
|
|
|
@@ -262,7 +240,7 @@
|
|
|
<div th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}==0">
|
|
|
<a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
|
|
|
<address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
|
|
|
- <span th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
|
|
|
+ <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
|
|
|
<time th:text="${#dates.format(policy.editTime,'yyyy-MM-dd')}"></time>
|
|
|
</address>
|
|
|
<h5>《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</h5>
|
|
|
@@ -280,7 +258,7 @@
|
|
|
</div>
|
|
|
<div class="introduce">
|
|
|
<address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
|
|
|
- <span th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
|
|
|
+ <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
|
|
|
<span class="title" >《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
|
|
|
<p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
|
|
|
</div>
|
|
|
@@ -299,7 +277,7 @@
|
|
|
</div>
|
|
|
<div class="introduce">
|
|
|
<address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
|
|
|
- <span th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
|
|
|
+ <span th:if="${policy.provinceS}!=null and ${policy.cityS}!=null" th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
|
|
|
<span class="title">《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
|
|
|
<p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
|
|
|
</div>
|
|
|
@@ -308,14 +286,16 @@
|
|
|
</ol>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
<footer>
|
|
|
<div th:replace="common::copyright"></div>
|
|
|
<div th:replace="common::login"></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+'/newMenu/achievement.js'}">
|
|
|
-</script>
|
|
|
+<script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
|
|
|
+<script type="text/javascript" th:src="${portalHost+'/newMenu/achievement.js'}"></script>
|
|
|
</div>
|
|
|
+
|
|
|
</body>
|
|
|
|
|
|
</html>
|