vitro/webapp/web/jenaIngest/merge_result.jsp

18 lines
786 B
Text
Raw Normal View History

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"%>
<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>
<%if(!result.equals("resource 1 not present") && !result.equals("resource 2 not present")){
if(!result.equals("No statements merged") && !result.endsWith("statements.")){%>
<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>
<%}} %>