From f4d219637aecd0dc539b78b43cbcc5c1f2070b4c Mon Sep 17 00:00:00 2001 From: ass92 Date: Tue, 13 Jul 2010 15:35:02 +0000 Subject: [PATCH] NIHVIVO-330 new jsp result page for tool to merge individuals --- webapp/web/templates/edit/specific/merge_result.jsp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 webapp/web/templates/edit/specific/merge_result.jsp diff --git a/webapp/web/templates/edit/specific/merge_result.jsp b/webapp/web/templates/edit/specific/merge_result.jsp new file mode 100644 index 000000000..8176e8535 --- /dev/null +++ b/webapp/web/templates/edit/specific/merge_result.jsp @@ -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"%> + +

Ingest Home

+ +

Merge Individuals

+<%String result = (String) request.getAttribute("result");%> +

<%=result%>

\ No newline at end of file