|
@@ -78,7 +78,7 @@
|
|
|
<div class="carousel-inner" th:each="banner,bStatus:${abannerlist}">
|
|
<div class="carousel-inner" th:each="banner,bStatus:${abannerlist}">
|
|
|
<div class="item active">
|
|
<div class="item active">
|
|
|
<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>
|
|
<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>
|
|
|
- <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
|
|
|
|
|
|
|
+ <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -93,11 +93,11 @@
|
|
|
<div class="item active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}">
|
|
<div class="item active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}">
|
|
|
<!-- /portal/continueHigh /portal/militaryProject /portal/practicalPatent -->
|
|
<!-- /portal/continueHigh /portal/militaryProject /portal/practicalPatent -->
|
|
|
<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>
|
|
<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>
|
|
|
- <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
|
|
|
|
|
|
|
+ <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="item" th:each="banner,bStatus:${abannerlist}" th:unless="${bStatus.first}">
|
|
<div class="item" th:each="banner,bStatus:${abannerlist}" th:unless="${bStatus.first}">
|
|
|
<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>
|
|
<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>
|
|
|
- <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
|
|
|
|
|
|
|
+ <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 轮播(Carousel)导航 -->
|
|
<!-- 轮播(Carousel)导航 -->
|