Browse Source

static page footer replace

Antiloveg 8 years ago
parent
commit
667dcb85a6

File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/detail/achievementDetail.html


+ 35 - 28
src/main/webapp/WEB-INF/views/portal/detail/demandDetail.html

@@ -15,14 +15,12 @@
 		<div th:replace="common::{topNav}">
 			<div class="container">
 				<div class="lt">欢迎进入科技认知计算交易平台!</div>
-	               <div class="rt">
-					<a href="/user/login.html" class="login">登录</a>
-	                   <a href="/user/signIn.html">注册</a>
-					<a href="#">导航</a>
-					<a href="#">关于我们</a>
+				<div class="rt">
+					<a href="/user/login.html" class="login">登录</a> <a
+						href="/user/signIn.html">注册</a> <a href="#">导航</a> <a href="#">关于我们</a>
 					<a href="#">联系我们</a>
 				</div>
-			</div>		
+			</div>
 		</div>
 	</header>
 	<div class="container header_nav_detail">
@@ -39,10 +37,11 @@
 			<div class="col-md-4 search">
 				<div class="row clearfix">
 					<div class="input-group ">
-						<input id="searchInput" type="text" class="form-control" placeholder="平台资源关键词搜索">
-						<span id="searchImg" class="input-group-btn">
-			           		<a class="button"><img src="../../../img/search_sm_ioc.png" /></a>
-			           	</span>
+						<input id="searchInput" type="text" class="form-control"
+							placeholder="平台资源关键词搜索"> <span id="searchImg"
+							class="input-group-btn"> <a class="button"><img
+								src="../../../img/search_sm_ioc.png" /></a>
+						</span>
 					</div>
 					<!-- /input-group -->
 				</div>
@@ -54,9 +53,8 @@
 		<div class="detail_title" th:text="${demand.name}">铸造用高发热保温冒口套</div>
 		<div class="row">
 			<div class="col-md-6 detial_sub">
-				 <span
-					class="detial_sub_text" th:text="${demand.employerName}">
-					 </span>
+				<span class="detial_sub_text" th:text="${demand.employerName}">
+				</span>
 			</div>
 		</div>
 		<div class="row">
@@ -80,8 +78,7 @@
 				<span class="detial_sub_icon"> <img
 					th:src="${portalHost +'/img/demand_ico_3.png'}" alt="预算" />
 				</span> <span class="detial_sub_title"> 预算: </span> <span
-					class="money_text" th:text="${demand.budgetCostS}"> 面议
-				</span>
+					class="money_text" th:text="${demand.budgetCostS}"> 面议 </span>
 			</div>
 			<div class="col-md-6 detial_sub">
 				<span class="detial_sub_icon"> <img
@@ -106,11 +103,14 @@
 			<div class="detail_button clearfix" th:if="${isLogin}">
 				<button type="button" id="interest"
 					th:class="${demand.interestId != null} ?  'btn like' : 'btn dislike'">我感兴趣</button>
-				<button type="button" data-toggle="modal" data-target="#order" class="btn orderBtn">我要接单</button>
+				<button type="button" data-toggle="modal" data-target="#order"
+					class="btn orderBtn">我要接单</button>
 			</div>
 			<div class="detail_button clearfix" th:if="${!isLogin}">
-				<button type="button" class="btn dislike" onclick="window.open('/user/signIn.html')">我感兴趣</button>
-				<button type="button" class="btn" onclick="window.open('/user/signIn.html')">我要接单</button>
+				<button type="button" class="btn dislike"
+					onclick="window.open('/user/signIn.html')">我感兴趣</button>
+				<button type="button" class="btn"
+					onclick="window.open('/user/signIn.html')">我要接单</button>
 			</div>
 		</div>
 	</div>
@@ -153,26 +153,31 @@
 			</li>
 		</ul>
 	</div>
-	
+
 	<input type="hidden" id="demandId" th:value=${demand.id}>
 	<input type="hidden" id="interestId" th:value=${demand.interestId}>
-	
-	<div class="modal fade" tabindex="-1" role="dialog" id="order" aria-labelledby="myModalLabel">
+
+	<div class="modal fade" tabindex="-1" role="dialog" id="order"
+		aria-labelledby="myModalLabel">
 		<div class="modal-dialog" role="document">
 			<div class="modal-content">
 				<div class="modal-header">
-					<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
+					<button type="button" class="close" data-dismiss="modal"
+						aria-label="Close">
+						<span aria-hidden="true">&times;</span>
+					</button>
 					<h4 class="modal-title">我要接单</h4>
 				</div>
 				<div class="modal-body">
 					<div class="row">
-						<span class="col-md-2" style="text-align: right">附件:</span>
-						<input class="col-md-8" type="file" id="uploadFile">
+						<span class="col-md-2" style="text-align: right">附件:</span> <input
+							class="col-md-8" type="file" id="uploadFile">
 					</div>
 					<div class="row" style="margin-top: 20px">
 						<div class="col-md-2" style="text-align: right">备注:</div>
 						<div class="col-md-10">
-							<textarea style="max-width:460px" id="comment" class="form-control" rows="3"></textarea>
+							<textarea style="max-width: 460px" id="comment"
+								class="form-control" rows="3"></textarea>
 						</div>
 					</div>
 				</div>
@@ -186,9 +191,11 @@
 	<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 + '/highTech/detail/demandDetail.js'}"></script></div>
+	<div th:replace="common::footer(~{::script})">
+		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
+		<script type="text/javascript"
+			th:src="${portalHost + '/highTech/detail/demandDetail.js'}"></script>
+	</div>
 </body>
 
 </html>

File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/entrepreneurship/entrepreneurshipIndex.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/evaluation/index.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/financial/financialIndex.html


+ 23 - 31
src/main/webapp/WEB-INF/views/portal/highTech/authentication.html

@@ -13,14 +13,12 @@
 		<div th:replace="common::{topNav}">
 			<div class="container">
 				<div class="lt">欢迎进入科技认知计算交易平台!</div>
-	               <div class="rt">
-					<a href="/user/login.html" class="login">登录</a>
-	                   <a href="/user/signIn.html">注册</a>
-					<a href="#">导航</a>
-					<a href="#">关于我们</a>
+				<div class="rt">
+					<a href="/user/login.html" class="login">登录</a> <a
+						href="/user/signIn.html">注册</a> <a href="#">导航</a> <a href="#">关于我们</a>
 					<a href="#">联系我们</a>
 				</div>
-			</div>		
+			</div>
 		</div>
 	</header>
 	<div class="container header_nav">
@@ -33,13 +31,14 @@
 					<li class="active"><a
 						th:href="${basePath + '/portal/highTech/authentication.html'}">高企认定</a></li>
 					<li><a href="#">政策解读</a></li>
-					<li><a th:href="${basePath + '/portal/highTech/evaluate/evaluate.html'}">企业自评</a></li>
-					<li><a th:href="${basePath + '/user/account/services.html#contract'}">高企申请</a></li>
+					<li><a
+						th:href="${basePath + '/portal/highTech/evaluate/evaluate.html'}">企业自评</a></li>
+					<li><a
+						th:href="${basePath + '/user/account/services.html#contract'}">高企申请</a></li>
 				</ul>
 			</div>
 			<div class="col-md-1 search">
-				<span> <img
-					th:src="${portalHost + '/img/search_ioc.png'}" />
+				<span> <img th:src="${portalHost + '/img/search_ioc.png'}" />
 				</span>
 			</div>
 		</div>
@@ -54,18 +53,15 @@
 		<!-- 轮播(Carousel)项目 -->
 		<div class="carousel-inner">
 			<div class="item active">
-				<img
-					th:src="${portalHost + '/img/highTech_slide_1.jpg'}"
+				<img th:src="${portalHost + '/img/highTech_slide_1.jpg'}"
 					alt="First slide">
 			</div>
 			<div class="item">
-				<img
-					th:src="${portalHost + '/img/highTech_slide_2.jpg'}"
+				<img th:src="${portalHost + '/img/highTech_slide_2.jpg'}"
 					alt="Second slide">
 			</div>
 			<div class="item">
-				<img
-					th:src="${portalHost + '/img/highTech_slide_3.jpg'}"
+				<img th:src="${portalHost + '/img/highTech_slide_3.jpg'}"
 					alt="Third slide">
 			</div>
 		</div>
@@ -86,8 +82,7 @@
 		<div class="discount">
 			<div class="discount_content">
 				<div class="discount_img">
-					<img
-						th:src="${portalHost + '/img/discount_ioc_1.png'}">
+					<img th:src="${portalHost + '/img/discount_ioc_1.png'}">
 				</div>
 				<div class="discount_info">
 					<span class="blue">1.企业税收减免</span>
@@ -96,8 +91,7 @@
 			</div>
 			<div class="discount_content">
 				<div class="discount_img">
-					<img
-						th:src="${portalHost + '/img/discount_ioc_2.png'}">
+					<img th:src="${portalHost + '/img/discount_ioc_2.png'}">
 				</div>
 				<div class="discount_info">
 					<span class="green">2.财政直接补贴</span>
@@ -106,8 +100,7 @@
 			</div>
 			<div class="discount_content">
 				<div class="discount_img">
-					<img
-						th:src="${portalHost + '/img/discount_ioc_3.png'}">
+					<img th:src="${portalHost + '/img/discount_ioc_3.png'}">
 				</div>
 				<div class="discount_info">
 					<span class="red">3.企业上市优先</span>
@@ -116,8 +109,7 @@
 			</div>
 			<div class="discount_content">
 				<div class="discount_img">
-					<img
-						th:src="${portalHost + '/img/discount_ioc_4.png'}">
+					<img th:src="${portalHost + '/img/discount_ioc_4.png'}">
 				</div>
 				<div class="discount_info">
 					<span class="yellow">4.政策资金倾斜</span>
@@ -126,8 +118,7 @@
 			</div>
 			<div class="discount_content clear_mg">
 				<div class="discount_img">
-					<img
-						th:src="${portalHost + '/img/discount_ioc_5.png'}">
+					<img th:src="${portalHost + '/img/discount_ioc_5.png'}">
 				</div>
 				<div class="discount_info">
 					<span class="purple">5.企业品牌提升</span>
@@ -232,12 +223,13 @@
 		</div>
 
 	</div>
-<footer>
+	<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 + '/highTech/authentication.js'}"></script></div>
+	<div th:replace="common::footer(~{::script})">
+		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
+		<script type="text/javascript"
+			th:src="${portalHost + '/highTech/authentication.js'}"></script>
+	</div>
 </body>
 </html>

File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/highTech/evaluate/basicInfo.html


File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/highTech/evaluate/evaluate.html


File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/highTech/evaluate/financeInfo.html


File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/highTech/evaluate/iprInfo.html


File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/highTech/evaluate/rdManage.html


File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/ipr/apply.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/ipr/iso.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/ipr/patentOperation.html


File diff suppressed because it is too large
+ 1 - 2
src/main/webapp/WEB-INF/views/portal/scienceTechnology/bigShot.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/service/serviceIndex.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/index.html


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/websiteBuild/websiteBuildIndex.html