<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - basic info for collection creation wizard - - attributes: - collection - collection we're creating --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %> <%@ page import="org.dspace.app.webui.servlet.admin.CollectionWizardServlet" %> <%@ page import="org.dspace.content.Collection" %> <% Collection collection = (Collection) request.getAttribute("collection"); %> <%--

Describe the Collection

--%>

">

<%--

Name:

--%>
<%-- Hints about table width --%> <%-- Shown in list on community home page --%>
<%--

Short Description:

--%>
<%-- HTML, shown in center of collection home page. Be sure to enclose in <P> </P> tags! --%>
<%--

Introductory text:

--%>
<%-- Plain text, shown at bottom of collection home page --%>
<%--

Copyright text:

--%>
<%-- HTML, shown on right-hand side of collection home page. Be sure to enclose in <P> </P> tags! --%>
<%--

Side bar text:

--%>
<%-- Licence that submitters must grant. Leave this blank to use the default license. --%>
<%--

License:

--%>
<%-- Plain text, any provenance information about this collection. Not shown on collection pages. --%>
<%--

Provenance:

--%>
<%-- Choose a JPEG or GIF logo for the collection home page. Should be quite small. --%>
<%--

Provenance:

--%>
<%-- Hidden fields needed for servlet to know which collection and page to deal with --%> " /> <%-- --%> " />