Mercurial > hg > LGServices
diff src/main/webapp/pages/fullTextSearch2.jsp @ 95:b27a99201cbe
New feature: new full text search with MySQL ngram parser (5.7.6 above)
author | Calvin Yeh <cyeh@mpipw-berlin.mpg.com> |
---|---|
date | Mon, 03 Jul 2017 23:48:53 +0200 |
parents | |
children | 8ba79fb4286e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/pages/fullTextSearch2.jsp Mon Jul 03 23:48:53 2017 +0200 @@ -0,0 +1,25 @@ + +<jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" /> + +<html> + +<head> + <jsp:include page="../componentes/headContent.jsp"/> + <link rel="stylesheet" href="index.css" /> +</head> +<body> + + <jsp:include page="../componentes/template2.jsp"/> + + <div id="page"> +<% if(sessionBean.getUser() != null) { %> + <div id="root"></div> + </div> + <script src="index.js"></script> +<% } + else { %> + <label class="subTitel">Please login or create a new account above</label> + </div> +<% } %> +</body> +</html>