albertshaw 8 years ago
parent
commit
955d991003

+ 16 - 0
src/main/webapp/WEB-INF/views/portal/search/achievement.html

@@ -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>

+ 0 - 11
src/main/webapp/WEB-INF/views/portal/search/achievement.jsp

@@ -1,11 +0,0 @@
-<%@ page contentType="text/html;charset=UTF-8" language="java"%>
-<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
-<%@ include file="../../header.jsp"%>
-<title>科技成果搜索页面</title>
-<link href="${staticHost}/portal/search/achievement.css" rel="stylesheet">
-</head>
-<body>
-	<div id="root"></div>
-	<script type="text/javascript" src="${staticHost}/portal/search/achievement.js"></script>
-</body>
-</html>

+ 16 - 0
src/main/webapp/WEB-INF/views/portal/search/demand.html

@@ -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/demand.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/demand.js'}"></script>
+	</div>
+</body>
+</html>

+ 0 - 11
src/main/webapp/WEB-INF/views/portal/search/demand.jsp

@@ -1,11 +0,0 @@
-<%@ page contentType="text/html;charset=UTF-8" language="java"%>
-<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
-<%@ include file="../../header.jsp"%>
-<title>科技需求搜索页面</title>
-<link href="${staticHost}/portal/search/demand.css" rel="stylesheet">
-</head>
-<body>
-	<div id="root"></div>
-	<script type="text/javascript" src="${staticHost}/portal/search/demand.js"></script>
-</body>
-</html>