changeset 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 3706405e9673
children 6a508b605b5f
files src/main/webapp/pages/fullTextSearch2.jsp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/pages/fullTextSearch2.jsp	Fri Sep 29 15:56:24 2017 +0200
+++ b/src/main/webapp/pages/fullTextSearch2.jsp	Fri Sep 29 16:01:28 2017 +0200
@@ -13,7 +13,8 @@
 
     <div id="page">
 <% if(sessionBean.getUser() != null) { %>
-	    <div id="root"></div>
+	    <div style="text-align:right;"><a href="fullTextSearch.jsp" target="_blank">Previous edition</a></div>
+	    <div id="root" style="padding: 5px 20px;"></div>
 	</div>
     <script src="index.js"></script>
 <% }