view 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
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 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>
<% }
   else { %>
    <label class="subTitel">Please login or create a new account above</label>
    </div>
<% } %>
</body>
</html>