13 lines
No EOL
605 B
Text
13 lines
No EOL
605 B
Text
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
|
|
|
<%@taglib prefix="vitro" uri="/WEB-INF/tlds/VitroUtils.tld" %>
|
|
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission" %>
|
|
<% request.setAttribute("requestedActions", SimplePermission.USE_ADVANCED_DATA_TOOLS_PAGES.ACTION); %>
|
|
<vitro:confirmAuthorization />
|
|
|
|
<h2><a class="ingestMenu" href="ingest">Ingest Menu</a> > Rename Resource</h2>
|
|
|
|
<%String result = (String) request.getAttribute("result");%>
|
|
<p><b><%=result%></b></p> |