|
|
@@ -0,0 +1,16 @@
|
|
|
+<!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+'/portal/search/achievement.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+'/portal/search/achievement.js'}"></script>
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+</html>
|