|
|
@@ -0,0 +1,31 @@
|
|
|
+<!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>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
+ <title>搜索页</title>
|
|
|
+<link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
|
|
|
+<link th:href="${portalHost+'/search.css'}" rel="stylesheet"></head>
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div th:replace="common::nav('','adviserDetail')"></div>
|
|
|
+ <div class="carousel">
|
|
|
+ <img th:src="${portalHost+'/img/patent/patent_banner.jpg'}" alt="First slide">
|
|
|
+ </div>
|
|
|
+ <div class="title">
|
|
|
+ 为您找到下列符合条件的信息:
|
|
|
+ </div>
|
|
|
+ <div class="cont">
|
|
|
+
|
|
|
+ </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+'/vendors.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${portalHost+'/search.js'}"></script>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+</html>
|