Mercurial > hg > LGServices
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 94:d0dcbe8254f5 | 95:b27a99201cbe |
|---|---|
| 1 | |
| 2 <jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" /> | |
| 3 | |
| 4 <html> | |
| 5 | |
| 6 <head> | |
| 7 <jsp:include page="../componentes/headContent.jsp"/> | |
| 8 <link rel="stylesheet" href="index.css" /> | |
| 9 </head> | |
| 10 <body> | |
| 11 | |
| 12 <jsp:include page="../componentes/template2.jsp"/> | |
| 13 | |
| 14 <div id="page"> | |
| 15 <% if(sessionBean.getUser() != null) { %> | |
| 16 <div id="root"></div> | |
| 17 </div> | |
| 18 <script src="index.js"></script> | |
| 19 <% } | |
| 20 else { %> | |
| 21 <label class="subTitel">Please login or create a new account above</label> | |
| 22 </div> | |
| 23 <% } %> | |
| 24 </body> | |
| 25 </html> |
