vitro/webapp/web/jenaIngest/renameResult.jsp

10 lines
No EOL
303 B
Text

<%-- $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>Rename Resource</h2>
<%String result = (String) request.getAttribute("result");%>
<p><b><%=result%></b></p>