Browse Source

军邦技术

anderx 6 years ago
parent
commit
5102fda2e6

+ 12 - 12
src/main/webapp/WEB-INF/views/common.html

@@ -178,23 +178,23 @@
  
                        </div>
                     </li>
-                    <li th:class="${subM}=='serviceIndex'?active:''" >
+                    <li th:class="${subM}=='policyList'?active:''" >
                     <div>
                         <a th:href="@{/portal/thinkTank/policyList}">采购信息</a>
  
                        </div>
                     </li>
-                    <li th:class="${subM}=='trading'?active:''" >
+                    <li th:class="${subM}=='tradingIndex'?active:''" >
                    		 <div>
-	                        <a th:href="@{/portal/technologyTrading/tradingIndex}">技术转化</a>
+	                        <a th:href="@{/portal/technologyTrading/tradingIndex}" >技术转化</a>
                         </div>
                     </li>
-                    <li th:class="${subM}=='trading'?active:''" >
+                    <li th:class="${subM}=='serviceList'?active:''" >
                    		 <div>
 	                        <a th:href="@{/portal/service/serviceList}">服务配套</a>
                         </div>
                     </li>   
-                     <li th:class="${subM}=='safeguarding'?active:''" >
+                     <li th:class="${subM}=='aboutUs'?active:''" >
                      	<div>
                          <a th:href="@{/portal/aboutUs}">关于</a>
                         </div>
@@ -245,14 +245,14 @@
 				<div class="bottom_text">
 					<div class="text_top">
 						<a th:href="@{/portal/aboutUs}">关于公司/</a>
-						<a th:href="@{/portal/contactUs}">联系我们</a>
-						<p> Copyright &copy 2016-2017 科德 版权所有 <a href="http://www.miitbeian.gov.cn/" target="_blank">湘ICP备15019731号</a>
-							-2 技术支持:湖南阿凡提信息科技有限公司</p>
+						<a onclick="openZoosUrl('chatwin');">联系我们</a>
+						<p> Copyright &copy 2016-2017 科德 版权所有 <a href="http://www.miitbeian.gov.cn/" target="_blank">湘ICP备19003891号</a>
+							-1 技术支持:湖南阿凡提信息科技有限公司</p>
 					</div>
 					<div class="text_center">
 						<div class="cont_left">
 							<img th:src="${portalHost+'/img/dizhi.jpg'}" alt=""/>
-							<p>湖南省长沙市营盘东路19号金山大厦八楼</p>
+							<p>湖南省长沙市岳麓区茶子山东路湘江财富金融中心D栋12层</p>
 						</div>
 						<div class="cont_center">
 							<img th:src="${portalHost+'/img/dianhua.jpg'}" alt=""/>
@@ -272,7 +272,7 @@
 							<p>微信公众号</p>
 						</div>					
 					</div>
-					<div class="text_bottom">
+					<!-- <div class="text_bottom">
 						<p>友情链接</p>
 						<a href="http://www.hnst.gov.cn/" target="_blank">湖南省科技厅/</a>
 						<a href="http://www.cssti.cn/" target="_blank">长沙市科技局/</a>
@@ -289,13 +289,13 @@
 						<a href="http://www.cshtz.gov.cn/" target="_blank">长沙市高新区管委会/</a>
 						<a href="http://www.jxas.ac.cn/" target="_blank">江西省科学院/</a>
 						<a href="http://www.cnic.cn/front/index.html#/cnicSite/home" target="_blank">中科院计算机网络信息中心/</a>
-						<!-- <a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部/</a> -->
+						<a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部/</a>
 						<a href="http://www.cast.org.cn/" target="_blank">中国科协创新创业服务中心/</a>
 						<a href="http://www.hbstd.gov.cn/" target="_blank">湖北省科技厅/</a>
 						<a href="http://www.gdstc.gov.cn/" target="_blank">广东省科技厅/</a>
 						<a href="http://www.hnkjt.gov.cn/" target="_blank">河南省科技厅/</a>
 						<a href="http://www.cbtm.gov.cn/" target="_blank">技术合同登记官网</a>
-					</div>
+					</div> -->
 				</div>
 			</div>
 		</div>

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/aboutUs.html

@@ -3,7 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org"
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-我的技术和科技服务交易平台</title>
+<title>军邦技术 - 关于我们</title>
 <link th:href="${portalHost + '/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/aboutUs.css'}" rel="stylesheet">

+ 10 - 4
src/main/webapp/WEB-INF/views/portal/index.html

@@ -11,7 +11,7 @@
 体系认证,专利申请,军工三证,工程技术研究中心,创新小巨人等湖南省市科技项目申报、
 成果转化的信息咨询旗舰企业,获得政府部门权威认证的咨询服务机构."/>
 	  <link rel="icon" type="image/png" th:href="${portalHost+'/img/ico_logo.png'}" sizes="16x16">
-	<title>技淘网-知识产权新运用</title>
+	<title>军邦技术</title>
 <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost+'/index.css'}" rel="stylesheet"></head>
@@ -89,11 +89,16 @@
 
 	<!-- 主体内容区域 -->
 	<div id="terrace">
-			<div class="terrace_title">
+		<div class="RecommendTitle">
+			<h2>装备采购信息</h2>
+			<span></span>
+			<hr>
+		</div>
+			<!-- <div class="terrace_title">
 			
 				<img th:src="${portalHost+'/img/indedImg/inded12.png'}" alt="" />
-			</div>
-			<!-- 
+				</div>
+			
 			<div class="terrace_cont">
 				<div>
 					<img th:src="${portalHost+'/img/indedImg/inded1.png'}" alt="" />
@@ -144,6 +149,7 @@
 		<div class="RecommendTitle">
 			<h2>政策资讯</h2>
 			<span></span>
+			<hr>
 		</div>
 		<div class="news">
 			<div class="consultation">

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/news/newsDetail.html

@@ -3,7 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org"
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-新闻详情--我的技术和科技服务交易平台</title>
+<title>军邦技术 - 信息详情</title>
 <link th:href="${portalHost + '/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/thinkTank/policyDetail.css'}" rel="stylesheet">

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


+ 2 - 2
src/main/webapp/WEB-INF/views/portal/service/serviceList.html

@@ -6,14 +6,14 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
-    <title>技淘网-技术服务列表</title>
+    <title>军邦技术 - 技术服务列表</title>
    
 <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet"><link th:href="${portalHost+'/newMenu/serviceList.css'}" rel="stylesheet"></head>
 
 <body>
 
-		<div th:replace="common::nav('','')"></div>
+		<div th:replace="common::nav('','serviceList')"></div>
   
     <div class="container">
         <div class="industry">

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

@@ -3,7 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org"
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-科技成果</title>
+<title>军邦科技 - 科技成果</title>
 <link th:href="${portalHost+ '/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost+ '/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost+ '/newMenu/achievement.css'}" rel="stylesheet">

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/technologyTrading/achievementDetail.html

@@ -3,7 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org"
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-科技成果详情--我的技术和科技服务交易平台</title>
+<title>军邦技术 - 成果详情</title>
 <link th:href="${portalHost +'/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost +'/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/technologyTrading/achievementDetail.css'}" rel="stylesheet">
@@ -24,7 +24,7 @@
 						alt="" /></a>
 				</div>-->				
 				<div class="detail_toptitle" th:each="achievementdetail:${achievementdetail}" >
-					<a href="/portal/technologyTrading/achievement">技术成果&nbsp;&nbsp;></a> <a href="/portal/technologyTrading/achievementList">技术成果列表&nbsp;&nbsp;></a> <a href="#"
+					<a href="/portal/index">首页&nbsp;&nbsp;></a> <a href="/portal/technologyTrading/achievementList">技术成果列表&nbsp;&nbsp;></a> <a href="#"
 						class="a_detail" th:text="${achievementdetail.name}">详情</a>
 				</div>
 			</div>

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


+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/achievementOrder.html

@@ -3,7 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org"
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-订单页--我的技术和科技服务交易平台</title>
+<title>军邦技术 - 订单页</title>
 <link th:href="${portalHost +'/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost +'/vendors.css'}" rel="stylesheet">
 <link

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

@@ -3,7 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org"
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-科技需求</title>
+<title>军邦技术 - 科技需求</title>
 <link th:href="${portalHost+ '/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost+ '/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost+'/newMenu/demand.css'}" rel="stylesheet">

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/demandDetail.html

@@ -4,7 +4,7 @@
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-科技需求详情--我的技术和科技服务交易平台</title>
+<title>军邦技术 - 科技需求详情</title>
 <link th:href="${portalHost + '/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/technologyTrading/demandDetail.css'}" rel="stylesheet">

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


+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/demandOrder.html

@@ -3,7 +3,7 @@
 	xmlns:th="http://www.thymeleaf.org"
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-订单页--我的技术和科技服务交易平台</title>
+<title>军邦技术 - 订单页</title>
 <link th:href="${portalHost +'/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost +'/vendors.css'}" rel="stylesheet">
 <link

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/index.html

@@ -4,7 +4,7 @@
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 
 <head th:replace="common::header(~{::title},~{::link})">
-<title>技淘网-技术交易--我的技术和科技服务交易平台</title>
+<title>军邦技术 - 技术交易</title>
 <link th:href="${portalHost + '/dll/dll.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 <link th:href="${portalHost + '/technologyTrading.css'}"

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


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


+ 1 - 1
src/main/webapp/WEB-INF/views/portal/thinkTank/policyList.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 
 <head th:replace="common::header(~{::title},~{::link})">
-	<title>技淘网-智政--我的技术和科技服务交易平台</title>
+	<title>军邦技术 - 信息列表</title>
 	<link th:href="${portalHost + '/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 	<link th:href="${portalHost + '/thinkTank/policyList.css'}" rel="stylesheet">