Browse Source

User包下所有HTML网页添加dll的css与js

anderx 8 years ago
parent
commit
20206b250c

+ 2 - 0
src/main/webapp/WEB-INF/views/user/account/achievement.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>科技成果页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/account/achievement.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/account/achievement.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/account/demand.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>科技需求页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/account/demand.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/account/demand.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/account/evaluateInfo.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>价值评估页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/account/evaluateInfo.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/account/evaluateInfo.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/account/index.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>用户页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/account/index.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/account/index.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/account/services.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>科技服务页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/account/services.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/account/services.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/account/set.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>用户设置页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/account/set.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/account/set.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/certify.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>个人用户认证页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/certify.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/certify.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/groupCertify.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>团体用户认证页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/groupCertify.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/groupCertify.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/index.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>个人中心首页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/index.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+'/user/index.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/login.html

@@ -3,6 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org">
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>登录页</title>
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/user/login.css'}" rel="stylesheet">
 </head>
 <body>
@@ -10,6 +11,7 @@
 	
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${staticHost+ '/user/login.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/msignIn.html

@@ -6,6 +6,7 @@
 		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
 		<title>手机注册</title>
 	<link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${portalHost+'/app_login.css'}" rel="stylesheet">
 	</head>
 	<body>
@@ -150,6 +151,7 @@
 		</footer>
 		<div th:replace="common::footer(~{::script})">
 			<script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
+			<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 			<script type="text/javascript" th:src="${portalHost+'/app_login.js'}"></script>
 		</div>
 	</body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/signIn.html

@@ -4,6 +4,7 @@
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>注册页</title>
 	<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
+	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${portalHost + '/register.css'}" rel="stylesheet">
 </head>
 <body>
@@ -152,6 +153,7 @@
 	<div class="smg"><input type="text" name="msg" value="" id="msg"/></div>
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript" th:src="${portalHost+'/register.js'}"></script>
 	</div>
 </body>

+ 2 - 0
src/main/webapp/WEB-INF/views/user/subscriberDetail.html

@@ -5,6 +5,7 @@
 <head th:replace="common::header(~{::title},~{::link})">
 <title>用户详情页</title>
 <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
+<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/thinkTank/thinkerDetail.css'}"
 	rel="stylesheet">
 </head>
@@ -124,6 +125,7 @@
 	</div>
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
 		<script type="text/javascript"
 			th:src="${portalHost + '/thinkTank/thinkerDetail.js'}"></script>
 	</div>