limin %!s(int64=7) %!d(string=hai) anos
pai
achega
2c26535635

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/index.html


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/service/patent.html


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/service/serviceIndex.html


+ 5 - 5
src/main/webapp/WEB-INF/views/portal/technologyTrading/achievement.html

@@ -78,26 +78,26 @@
 		<div class="carousel-inner" th:each="banner,bStatus:${abannerlist}">
 			<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 or ${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>
 			</div>
 		</div>
 	</div>
 	<div id="myCarousel" class="carousel slide" th:if="${#lists.size(abannerlist) > 1}">
 		<!-- 轮播(Carousel)指标 -->
 		<ol class="carousel-indicators"><!-- 循环圆点 -->
-			<li data-target="#myCarousel" data-slide-to="${bStatus.index}" class="active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}"></li>
-			<li data-target="#myCarousel" data-slide-to="${bStatus.index}" th:each="banner,bStatus:${abannerlist}" th:unless="${bStatus.first}"></li>
+			<li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" class="active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}"></li>
+			<li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" th:each="banner,bStatus:${abannerlist}" th:unless="${bStatus.first}"></li>
 		</ol>
 		<!-- 轮播(Carousel)项目 -->
 		<div class="carousel-inner" >
 			<div class="item active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}">
 			<!-- /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 or ${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>
 			</div>
 			<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 or ${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>
 			</div>
 		</div>
 		<!-- 轮播(Carousel)导航 -->

+ 5 - 5
src/main/webapp/WEB-INF/views/portal/technologyTrading/demand.html

@@ -76,26 +76,26 @@
 		<div class="carousel-inner" th:each="banner,bStatus:${dbannerlist}">
 			<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 or ${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>
 			</div>
 		</div>
 	</div>
 	<div id="myCarousel" class="carousel slide" th:if="${#lists.size(dbannerlist) > 1}">
 		<!-- 轮播(Carousel)指标 -->
 		<ol class="carousel-indicators"><!-- 循环圆点 -->
-			<li data-target="#myCarousel" data-slide-to="${bStatus.index}" class="active" th:each="banner,bStatus:${dbannerlist}" th:if="${bStatus.first}"></li>
-			<li data-target="#myCarousel" data-slide-to="${bStatus.index}" th:each="banner,bStatus:${dbannerlist}" th:unless="${bStatus.first}"></li>
+			<li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" class="active" th:each="banner,bStatus:${dbannerlist}" th:if="${bStatus.first}"></li>
+			<li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" th:each="banner,bStatus:${dbannerlist}" th:unless="${bStatus.first}"></li>
 		</ol>
 		<!-- 轮播(Carousel)项目 -->
 		<div class="carousel-inner" >
 			<div class="item active" th:each="banner,bStatus:${dbannerlist}" th:if="${bStatus.first}">
 			<!-- /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 or ${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>
 			</div>
 			<div class="item" th:each="banner,bStatus:${dbannerlist}" 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 or ${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>
 			</div>
 		</div>
 		<!-- 轮播(Carousel)导航 -->

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/tradingIndex.html