NIHVIVO-330 new jsp result page for tool to merge individuals

This commit is contained in:
ass92 2010-07-13 15:35:02 +00:00
parent 345689dc76
commit f4d219637a

View file

@ -0,0 +1,10 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<p><a href="ingest">Ingest Home</a></p>
<h2>Merge Individuals</h2>
<%String result = (String) request.getAttribute("result");%>
<p><b><%=result%></b></p>