NIHVIVO-28 result jsp page added for Rename Resource tool

This commit is contained in:
ass92 2010-07-14 19:41:06 +00:00
parent f674a74940
commit 748c138ebf

View file

@ -0,0 +1,10 @@
<%-- $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>