Преглед изворни кода

网站二十年更换二十一年

anderx пре 4 година
родитељ
комит
36cc413113

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

@@ -6,6 +6,8 @@
 <head th:fragment="header(title, link,meta)">
     <th:block th:replace="${meta}" />
     <th:block th:replace="${title}" />
+    <meta name="applicable-device" content="pc,mobile">
+    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <link rel="icon" th:href="${portalHost+'/images/icon/kedexinxi.ico'}"  type="image/x-icon">
     <!--Bootstrap CSS 文件 -->
     <link rel="stylesheet" th:href="${portalHost+'/css/bootstrap.min.css'}">
@@ -702,6 +704,14 @@
             s.parentNode.insertBefore(hm, s);
         })();
     </script>
+    <script th:if="${type}!='houtai'">
+        (function(){
+            var bp = document.createElement('script');
+            bp.src = '//push.zhanzhang.baidu.com/push.js';
+            var s = document.getElementsByTagName("script")[0];
+            s.parentNode.insertBefore(bp, s);
+        })();
+    </script>
     <th:block th:replace="${scripts}" />
 </th:block>
 

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

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>关于科德</title>
     <!-- 二级页面CSS -->

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

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>服务客户</title>
     <!-- 二级页面CSS -->

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

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>联系我们</title>
     <!-- 二级页面CSS -->

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

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <meta name="Keywords" Content="高新技术企业,财税筹划,军工三证,项目申报,科技项目,企业咨询,科德集团"/>
     <meta name="description" Content="湖南科德信息咨询集团有限公司(www.kedexinxi.com)是一家拥有21年的专业咨询服务机构,累计超过近3万家企业选择科德咨询,服务内容涵盖:国家高新技术企业培育及认定咨询,财税筹划培训,军工三证,科技项目、企业税收优惠政策等服务的一站式服务专家。"/>

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

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>友情链接</title>
     <!-- 二级页面CSS -->

+ 2 - 3
src/main/webapp/WEB-INF/views/portal/news.html

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>新闻动态</title>
     <!-- 二级页面CSS -->
@@ -40,7 +39,7 @@
             <div class="container">
                 <!-- 新闻列表 -->
                 <ul class="newslist">
-                    
+
                 </ul>
                 <!-- 新闻列表  end -->
                 <!-- 分页 -->
@@ -69,4 +68,4 @@
     </div>
 </body>
 
-</html>
+</html>

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

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>科德信息咨询</title>
     <!-- 二级页面CSS -->
@@ -75,4 +74,4 @@
     </div>
 </body>
 
-</html>
+</html>

+ 0 - 1
src/main/webapp/WEB-INF/views/portal/service/productService.html

@@ -3,7 +3,6 @@
 
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>产品中心</title>
     <!-- 轮播图 -->

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

@@ -3,7 +3,6 @@
 
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>财税服务</title>
     <!-- 轮播图 -->
@@ -530,4 +529,4 @@
     </div>
 </body>
 
-</html>
+</html>

+ 4 - 5
src/main/webapp/WEB-INF/views/portal/service/productServiceGaoxin.html

@@ -3,7 +3,6 @@
 
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>产品中心</title>
     <!-- 轮播图 -->
@@ -96,7 +95,7 @@
                                         1. 最近一年销售收入小于5,000万元(含)的企业,比例不低于5%;<br>
                                         2. 最近一年销售收入在5,000万元至2亿元(含)的企业,比例不低于4%;<br>
                                         3. 最近一年销售收入在2亿元以上的企业,比例不低于3%。<br>
-                                        其中,企业在中国境内发生的研究开发费用总额占全部研究开发费用总额的比例不低于60%; 
+                                        其中,企业在中国境内发生的研究开发费用总额占全部研究开发费用总额的比例不低于60%;
                                     </li>
                                     <li><em>✔</em>近一年高新技术产品(服务)收入占企业同期总收入的比例不低于60%;</li>
                                     <li><em>✔</em>企业创新能力评价应达到相应要求;</li>
@@ -236,7 +235,7 @@
                             <h4>高新技术企业培育</h4>
                         </div>
                         <!-- 概念 -->
-                       
+
                         <div class="gailian">
                             <div class="gialian-con">
                                 <div class="p-button-titile">概 念<span></span></div>
@@ -291,7 +290,7 @@
                                     <li> <p>承诺</p> <p>承诺免费培育</p> </li>
                                 </ul>
                             </div>
-                        </div> 
+                        </div>
                     </div>
                 </div>
                 <!-- 会员 -->
@@ -399,4 +398,4 @@
     </div>
 </body>
 
-</html>
+</html>

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

@@ -3,7 +3,6 @@
 
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>产品中心</title>
     <!-- 轮播图 -->
@@ -413,4 +412,4 @@
     </div>
 </body>
 
-</html>
+</html>

+ 0 - 1
src/main/webapp/WEB-INF/views/portal/service/productServiceKejixiangmu.html

@@ -3,7 +3,6 @@
 
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>产品中心</title>
     <!-- 轮播图 -->

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

@@ -3,7 +3,6 @@
 
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>财税服务</title>
     <!-- 轮播图 -->
@@ -256,7 +255,7 @@
                 </div>
                 <!-- 内容 end -->
             </div>
-        
+
         </div>
         <!-- 主体内容  end -->
         <!-- 底部 -->
@@ -288,4 +287,4 @@
     </div>
 </body>
 
-</html>
+</html>

+ 0 - 1
src/main/webapp/WEB-INF/views/portal/service/productServiceTxrz.html

@@ -3,7 +3,6 @@
 
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>产品中心</title>
     <!-- 轮播图 -->

+ 0 - 1
src/main/webapp/WEB-INF/views/portal/service/productServiceZhishi.html

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>产品中心</title>
   <!-- 轮播图 -->

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

@@ -2,7 +2,6 @@
 <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},~{::meta})">
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>战略合作</title>