2010-07-14 19:41:06 +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"%>
|
|
|
|
|
2010-12-13 20:13:10 +00:00
|
|
|
<h2><a href="ingest">Ingest Home</a></h2>
|
2010-07-14 19:41:06 +00:00
|
|
|
|
2010-12-13 20:13:10 +00:00
|
|
|
<h3>Rename Resource</h3>
|
2010-07-14 19:41:06 +00:00
|
|
|
<%String result = (String) request.getAttribute("result");%>
|
|
|
|
<p><b><%=result%></b></p>
|