|
@@ -1,30 +0,0 @@
|
|
|
-<!DOCTYPE html>
|
|
|
|
|
-<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>
|
|
|
|
|
- <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
|
|
|
|
|
- <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
|
|
|
|
|
- <link th:href="${portalHost+'/newMenu/services.css'}" rel="stylesheet"></head>
|
|
|
|
|
-<body>
|
|
|
|
|
-<div th:replace="common::nav('','eventPlanning')"></div>
|
|
|
|
|
- <!-- 上面是公共头部 -->
|
|
|
|
|
-<div style="height:1000px;width: 100%">
|
|
|
|
|
- <h1>内容开发中...</h1>
|
|
|
|
|
-</div>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 下面是公共底部 -->
|
|
|
|
|
- <footer>
|
|
|
|
|
- <div th:replace="common::copyright"></div>
|
|
|
|
|
- <div th:replace="common::login"></div>
|
|
|
|
|
- </footer>
|
|
|
|
|
- <div th:replace="common::footer(~{::script})">
|
|
|
|
|
- <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
|
|
|
|
|
- <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
|
|
- <script type="text/javascript" th:src="${portalHost+'/newMenu/services.js'}"></script>
|
|
|
|
|
-
|
|
|
|
|
- </div>
|
|
|
|
|
-</body>
|
|
|
|
|
-</html>
|
|
|