vitro/webapp/web/templates/edit/specific/merge_result.jsp
2013-03-08 17:48:27 -05:00

10 lines
No EOL
311 B
Text

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