NewsSearchList.jsp 1.07 KB
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="/cloudstore/resource/pc/antd/antd.min.css" />
<script src="/cloudstore/resource/pc/jquery/jquery-1.8.3.min.js"></script>
<script src="/cloudstore/resource/pc/react/react-with-addons.min.js"></script>
<script src="/cloudstore/resource/pc/react/react-dom.min.js"></script>
<script src="/cloudstore/resource/pc/promise/promise.min.js"></script>
<script src="/cloudstore/resource/pc/fetch/fetch.min.js"></script>
<script src="/cloudstore/resource/pc/antd/antd.min.js"></script>
<script src="/cloudstore/resource/pc/json2/json2.js"></script>

</head>
<body>

</body>
<script>
var eid = "<%=request.getParameter("eid")%>";
var keyword = "<%=request.getParameter("keyword")%>";
</script>
<script src="/spa/portal/searchengine/NewsSearchList.js"></script>
</html>