Browse Source

修改

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
6dc9cd411d
3 changed files with 122 additions and 38 deletions
  1. 87 0
      .project
  2. 2 2
      src/main/webapp/WEB-INF/views/admin/index.html
  3. 33 36
      src/main/webapp/WEB-INF/views/common.html

+ 87 - 0
.project

@@ -34,4 +34,91 @@
 		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
 	</natures>
+	<linkedResources>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal</name>
+			<type>2</type>
+			<locationURI>virtual:/virtual</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/aboutKede.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/aboutKede.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/client.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/client.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/contactUs.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/contactUs.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/index.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/index.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/news.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/news.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/newsDetails.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/newsDetails.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service</name>
+			<type>2</type>
+			<locationURI>virtual:/virtual</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/strategic.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/strategic.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productService.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productService.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productServiceCaisui.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productServiceCaisui.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productServiceGaoxin.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productServiceGaoxin.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productServiceJunming.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productServiceJunming.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productServiceKejixiangmu.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productServiceKejixiangmu.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productServicePingtai.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productServicePingtai.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productServiceTxrz.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productServiceTxrz.html</locationURI>
+		</link>
+		<link>
+			<name>src/main/webapp/WEB-INF/views/portal/service/productServiceZhishi.html</name>
+			<type>1</type>
+			<locationURI>PARENT-2-PROJECT_LOC/Desktop/kede(1)/kede/portal/service/productServiceZhishi.html</locationURI>
+		</link>
+	</linkedResources>
 </projectDescription>

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

@@ -4,7 +4,7 @@
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>管理中心首页</title>
 	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
-	<link th:href="${staticHost+'/admin/portal/index.css'}" rel="stylesheet">
+	<link th:href="${staticHost+'/admin/index.css'}" rel="stylesheet">
 </head>
 <body>
 	<div id="root"></div>
@@ -12,7 +12,7 @@
 	<div th:replace="common::footer(~{::script},'houtai')">
 		<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+'/admin/portal/index.js'}"></script>
+		<script type="text/javascript" th:src="${staticHost+'/admin/index.js'}"></script>
 	</div>
 </body>
 </html>

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

@@ -182,37 +182,34 @@
                                 <li><a th:href="${basePath+'/portal/productServiceTxrz?4'}">ISO37001反贿赂管理体系认证</a></li>
                                 <li><a th:href="${basePath+'/portal/productServiceTxrz?5'}">SA8000企业社会责任管理体系</a></li>
                                 <li><a th:href="${basePath+'/portal/productServiceTxrz?6'}">ISO13485医疗器械质量管理体系认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?7'}">GB/T50430建筑行业质量管理体系认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?8'}">GB/T27922售后服务体系认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?9'}">GB/T31950企业诚实管理体系认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?10'}">IATF16949汽车质量管理体系认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?11'}">两化融合贯标</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?7'}">GB/T27922售后服务体系认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?8'}">GB/T31950企业诚实管理体系认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?9'}">两化融合贯标</a></li>
                             </ul>
                             <ul>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?12'}">省/市级两型产品认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?13'}">新材料企业认定</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?14'}">CCC认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?15'}">*信息系统集成三、四级</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?16'}">软件能力成熟度模型CMMI</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?17'}">*双软企业认定</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?18'}">*ITSS信息技术服务标准</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?19'}">ISO27001信息安全体系认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?20'}">ISO20000IT服务管理体系认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?21'}">中国节水/节能认证</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?22'}">中国环保产品认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?10'}">省/市级两型产品认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?11'}">湖南省新材料企业认定</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?12'}">CCC认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?13'}">软件能力成熟度模型三级CMMI3</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?14'}">*双软企业认定</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?15'}">*ITSS信息技术服务标准</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?16'}">ISO27001信息安全体系认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?17'}">ISO20000IT服务管理体系认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?18'}">中国节水/节能认证</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?19'}">中国环保产品认证</a></li>
                             </ul>
                             <ul>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?23'}">省/市级守合同重信用企业</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?24'}">AAA企业信用等级</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?25'}">AAA重合同守信用企业</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?26'}">AAA质量服务诚信单位</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?27'}">AAA诚信经营示范单位</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?28'}">AAA资信等级证书</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?30'}">AAA级诚信单位</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?31'}">AAA诚信供应商等级证书</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?32'}">中国诚信之星</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?33'}">中国诚信企业家</a></li>
-                                <li><a th:href="${basePath+'/portal/productServiceTxrz?34'}">中国诚信经理人</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?20'}">省/市级守合同重信用企业</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?21'}">AAA企业信用等级</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?22'}">AAA重合同守信用企业</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?23'}">AAA质量服务诚信单位</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?24'}">AAA诚信经营示范单位</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?25'}">AAA资信等级证书</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?26'}">AAA级诚信单位</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?27'}">AAA诚信供应商等级证书</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?28'}">中国诚信之星</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?29'}">中国诚信企业家</a></li>
+                                <li><a th:href="${basePath+'/portal/productServiceTxrz?30'}">中国诚信经理人</a></li>
                             </ul>
                         </div>
                     </div>  
@@ -453,7 +450,7 @@
         <div class="phone_footer">
 
             <div class="">
-                <a th:href="${basePath+'/poratal/portal/index.html'}">
+                <a th:href="${basePath+'/poratal/index.html'}">
                     <span class="iconfont icon-shouye"></span>
                     <p>首页</p>
                 </a>
@@ -463,14 +460,14 @@
                     <span class="iconfont icon-fuwu-active"></span>
                     <p>产品中心</p>
                     <ul class="">
-                        <li><a href="">技术转移</a></li>
-                        <li><a href="">高新技术</a></li>
-                        <li><a href="">知识产权</a></li>
-                        <li><a href="">科技项目</a></li>
-                        <li><a href="">财税咨询</a></li>
-                        <li><a href="">军民科技</a></li>
-                        <li><a href="">认证体系</a></li>
-                        <li><a href="">产品认证</a></li>
+                        <li><a th:href="${basePath+'/portal/productService?0'}" >技术转移</a></li>
+                        <li><a th:href="${basePath+'/portal/productServiceGaoxin?0'}">高新技术</a></li>
+                        <li><a th:href="${basePath+'/portal/productServiceZhishi?0'}">知识产权</a></li>
+                        <li><a th:href="${basePath+'/portal/productServiceKejixiangmu?0'}">科技项目</a></li>
+                        <li><a th:href="${basePath+'/portal/productServiceCaisui?0'}" >财税咨询</a></li>
+                        <li><a th:href="${basePath+'/portal/productServiceJunming?0'}" >军民科技</a></li>
+                        <li><a th:href="${basePath+'/portal/productServiceTxrz?0'}">认证体系</a></li>
+                        <li><a th:href="${basePath+'/portal/productServicePingtai?0'}">平台建设</a></li>
                     </ul>
                 </a>
             </div>