<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib prefix="s" uri="/struts-tags" %> <%@ page import="java.util.Set, java.util.Iterator, java.net.URLEncoder, java.util.Map, java.util.TreeMap, java.util.ArrayList, java.util.List, com.k_int.discover.datamodel.dto.AttachedResourceDTO" %> <% String base_dir = request.getContextPath(); %> Item record editing

Record conflict

NOTE - this record is currently marked as in conflict - any changes made on this page will result in the conflict being marked as resolved.

<%= application.getInitParameter("applicationName") %> specific information



Item record details

Required information

Additional information


Audience

The item has the following audience values associated with it:

Add another audience value:

Contributor

The item has the following contributor(s) associated with it:

Add another contributor value:

Coverage

The item has the following coverage values associated with it:

Add another coverage value:

Creator

The item has the following creator values associated with it:

Add another creator value:

Places

The item has the following place(s) associated with it:

Add another place value:

Spatial information

The item has the following spatial information associated with it:

Add another spatial value:

Subjects

The item has the following subject(s) associated with it:

Add another subject:

Types

The item has the following type(s) associated with it:

Add another type:

File attachments

The item has been associated with the following file(s):

<% TreeMap> attachmentMap = (TreeMap>)request.getAttribute("attachmentMap"); int numOfAttachments = attachmentMap.size(); String repoURL = (String)request.getAttribute("repositoryURL"); if ( attachmentMap != null ) { out.println(""); out.println(""); Set attachmentKeyset = attachmentMap.keySet(); if ( keyset != null ) { Iterator attachmentKeysetIter = attachmentKeyset.iterator(); while(attachmentKeysetIter.hasNext()) { String key = attachmentKeysetIter.next(); if ( key != null ) { List resources = attachmentMap.get(key); if ( resources != null ) { out.println(""); } } } } out.println("
FilenameInstances
" + key + ""); Iterator resIter = resources.iterator(); while(resIter.hasNext()) { AttachedResourceDTO nextRes = resIter.next(); if ( nextRes != null ) { out.println("" + nextRes.getTypeIdentifier() + ";"); } } out.println("
"); } %>
<% if ( numOfAttachments < 3 ) { %>
Add another attachment:

A maximum of 3 files of any type can be attached with each file no larger than 50MB

<% } %>
    <% for(int ctr = numOfAttachments; ctr < 3; ctr++) { if ( ctr - numOfAttachments > 0 ) { %>
  • <% } %> <% if (ctr != 2) { %> add <% } %>
  • <% } %>
<% if ( numOfAttachments < 3 ) { %> <% } %>

Record deletion

Delete this record - Click here to delete the current record - Note this completely removes the record from the system and *cannot* be undone.