<%-- 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/ --%> <%-- - initial questions page for collection creation wizard - - attributes: - collection - collection we're creating --%> <%@ page import="org.dspace.content.MetadataSchema" %> <%@ page import="org.dspace.app.webui.util.UIUtil" %> <%@ 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" %> <%@ page import="org.dspace.content.MetadataField" %> <%@ page import="java.util.List" %> <%@ page import="org.dspace.content.service.MetadataSchemaService" %> <%@ page import="org.dspace.content.factory.ContentServiceFactory" %> <% Collection collection = (Collection) request.getAttribute("collection"); MetadataSchemaService metadataSchemaService = ContentServiceFactory.getInstance().getMetadataSchemaService(); List dcTypes = (List) request.getAttribute("dctypes"); %>
<%--

Enter Default Item Metadata

--%>

">
<%--

Whenever a new submission is started in this collection, it will have the metadata you entered below already filled out.

--%>

<%--

You can leave as many fields blank as you like.

--%>

<%-- --%> <%-- --%> <%-- --%> <% String row = "even"; for (int i = 0; i < 10; i++) { %> <% } %>
Dublin Core FieldValueLanguage

 

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