NIHVIVO-28 result jsp page added for Rename Resource tool
This commit is contained in:
parent
f674a74940
commit
748c138ebf
1 changed files with 10 additions and 0 deletions
10
webapp/web/jenaIngest/renameResult.jsp
Normal file
10
webapp/web/jenaIngest/renameResult.jsp
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue