|
|
@@ -1,18 +0,0 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
- xmlns:th="http://www.thymeleaf.org">
|
|
|
-<head th:replace="common::header(~{::title},~{::link})">
|
|
|
- <title>科技项目申报管理页</title>
|
|
|
- <link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
|
|
|
- <link th:href="${staticHost+'/admin/servicesManage/technology.css'}" rel="stylesheet">
|
|
|
-</head>
|
|
|
-<body>
|
|
|
- <div id="root"></div>
|
|
|
-
|
|
|
- <div th:replace="common::footer(~{::script})">
|
|
|
- <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/servicesManage/technology.js'}"></script>
|
|
|
- </div>
|
|
|
-</body>
|
|
|
-</html>
|