2010-07-14 21:04:38 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
|
|
|
|
|
|
|
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
|
|
|
|
<%@ page import="com.hp.hpl.jena.rdf.model.Model"%>
|
|
|
|
|
2010-12-22 17:33:20 +00:00
|
|
|
<h2><a class="ingestMenu" href="ingest">Ingest Menu</a> > Merge Individuals</h2>
|
|
|
|
|
2010-07-14 21:04:38 +00:00
|
|
|
<%String result = (String) request.getAttribute("result");%>
|
|
|
|
<p><b><%=result%></b></p>
|
2010-07-22 20:30:09 +00:00
|
|
|
<%if(!result.equals("resource 1 not present") && !result.equals("resource 2 not present")){
|
|
|
|
if(!result.equals("No statements merged") && !result.endsWith("statements.")){%>
|
2011-02-11 16:29:44 +00:00
|
|
|
<p>Download non-mergeable statements.</p>
|
|
|
|
<form action="ingest" method="get">
|
|
|
|
<input type="hidden" name="action" value="mergeResult"/>
|
|
|
|
<input class="submit" type="submit" name="Download" value="Download" ></input>
|
|
|
|
</form>
|
|
|
|
<%}} %>
|