Mercurial > hg > LGServices
comparison src/main/webapp/pages/fullTextSearch2.jsp @ 101:8ba79fb4286e
add a new link which can launch previous edition of full text search.
author | Calvin Yeh <cyeh@mpipw-berlin.mpg.com> |
---|---|
date | Fri, 29 Sep 2017 16:01:28 +0200 |
parents | b27a99201cbe |
children | 6a508b605b5f |
comparison
equal
deleted
inserted
replaced
100:3706405e9673 | 101:8ba79fb4286e |
---|---|
11 | 11 |
12 <jsp:include page="../componentes/template2.jsp"/> | 12 <jsp:include page="../componentes/template2.jsp"/> |
13 | 13 |
14 <div id="page"> | 14 <div id="page"> |
15 <% if(sessionBean.getUser() != null) { %> | 15 <% if(sessionBean.getUser() != null) { %> |
16 <div id="root"></div> | 16 <div style="text-align:right;"><a href="fullTextSearch.jsp" target="_blank">Previous edition</a></div> |
17 <div id="root" style="padding: 5px 20px;"></div> | |
17 </div> | 18 </div> |
18 <script src="index.js"></script> | 19 <script src="index.js"></script> |
19 <% } | 20 <% } |
20 else { %> | 21 else { %> |
21 <label class="subTitel">Please login or create a new account above</label> | 22 <label class="subTitel">Please login or create a new account above</label> |