<%-- 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/ --%> <%-- - Display list of DC types - - Attributes: - - formats - the DC formats in the system (MetadataValue[]) --%> <%@ 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="java.lang.String" %> <%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %> <%@ page import="org.dspace.content.MetadataField" %> <%@ page import="org.dspace.content.MetadataSchema" %> <%@ page import="java.util.List" %> <% List types = (List) request.getAttribute("types"); MetadataSchema schema = (MetadataSchema) request.getAttribute("schema"); List schemas = (List) request.getAttribute("schemas"); %>

| ">

<% String error = (String)request.getAttribute("error"); if (error!=null) { %>

<%=error%>

<% } %>

<% String row = "even"; for (int i = 0; i < types.size(); i++) { %> <% row = (row.equals("odd") ? "even" : "odd"); } %>
/ / /
<%= types.get(i).getID() %>
"/>
" size="12" placeholder=""/>
"/> "/>

:

:

:

"/>

<% if (schemas.size() > 1) { %>

:

:

"/>

<% } else { %>



<% } %>