NIHVIVO-330 new jsp result page for tool to merge individuals
This commit is contained in:
parent
345689dc76
commit
f4d219637a
1 changed files with 10 additions and 0 deletions
10
webapp/web/templates/edit/specific/merge_result.jsp
Normal file
10
webapp/web/templates/edit/specific/merge_result.jsp
Normal 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>
|
Loading…
Add table
Reference in a new issue