Mercurial > hg > LGServices
view 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 source
<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>