wubb 8 years ago
parent
commit
7a072c9ff0
2 changed files with 220 additions and 222 deletions
  1. 218 173
      src/main/webapp/WEB-INF/views/common.html
  2. 2 49
      src/main/webapp/WEB-INF/views/portal/index.html

File diff suppressed because it is too large
+ 218 - 173
src/main/webapp/WEB-INF/views/common.html


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

@@ -221,55 +221,8 @@
 		</div>
 	</div>
 	<footer>
-        <div class="container">
-            <div class="friendship_link">
-                <div class="friendship_link_tit">
-                    <h4>友情链接<span>显示全部</span></h4>
-                </div>
-                <div class="friendship_link_content">
-                    <a href="http://www.hnst.gov.cn/">湖南省科技厅</a>
-                    <a href="http://www.cssti.cn/">长沙市科技局</a>
-                    <a href="http://www.cast.org.cn/">中国科学技术协会</a>
-                    <a href="http://www.chinatorch.gov.cn/">科技部火炬中心</a>
-                    <a href="http://www.nosta.gov.cn/web/index.aspx">国家科技成果奖励办</a>
-                    <a href="http://www.nast.org.cn/portal.php">国家科技成果网</a>
-                    <a href="http://www.hnast.org.cn/portal/comm/index.action">湖南省科学技术协会</a>
-                    <a href="http://www.hncgw.gov.cn/">湖南省科技成果转化公共服务平台</a>
-                    <a href="http://www.hnjxw.gov.cn/">湖南省经济信息化委员会</a>
-                    <a href="http://kyy.hnu.cn/">湖南大学科学技术研究院</a>
-                </div>
-                <div class="friendship_link_content">
-                    <a href="http://www.hnst.gov.cn/">湖南省科技厅</a>
-                    <a href="http://www.cssti.cn/">长沙市科技局</a>
-                    <a href="http://www.cast.org.cn/">中国科学技术协会</a>
-                    <a href="http://www.chinatorch.gov.cn/">科技部火炬中心</a>
-                    <a href="http://www.nosta.gov.cn/web/index.aspx">国家科技成果奖励办</a>
-                    <a href="http://www.nast.org.cn/portal.php">国家科技成果网</a>
-                    <a href="http://www.hnast.org.cn/portal/comm/index.action">湖南省科学技术协会</a>
-                    <a href="http://www.hncgw.gov.cn/">湖南省科技成果转化公共服务平台</a>
-                    <a href="http://www.hnjxw.gov.cn/">湖南省经济信息化委员会</a>
-                    <a href="http://kyy.hnu.cn/">湖南大学科学技术研究院</a>
-                </div>
-            </div>
-            <div class="footer_contact">
-                <div class="address">
-                    <p>湖南省长沙市营盘东路19号金山大厦八楼</p>
-                </div>
-                <div class="tel">
-                    <p>合作电话:0731-89907207</br>400-8800-962</p>
-                </div>
-                <div></div>
-            </div>
-        </div>
-        <div class="company_link">
-            <a href="http://www.kedexinxi.com/about/?49.html">关于公司</a>
-            <a href="#">联系我们</a>
-        </div>
-        <div class="container support">
-            <a href="#">Copyright © 2016-2017 阿凡提 版权所有</a>
-            <a href="#">技术支持:湖南智明科技有限公司</a>
-        </div>
-    </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 + '/index.js'}"></script>