vitro/webapp/web/jenaIngest/renameResult.jsp

9 lines
317 B
Text
Raw Normal View History

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