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



Collection record details

Required information

Address details

The address information for this collection is managed by the institution with which it is associated

Contact details

Administrator information

Additional information

Associated institution

- - Click to view this institution No associated institution

Associated location institution

- - Click to view this institution No associated institution

Choose an institution to link to:






Audience

The collection has the following audience values associated with it:

Add another audience value:

Creators

The collection has the following creator values associated with it:

Add another creator value:

Formats

The collection has the following format values associated with it:

Add another format value:

Other identifiers

The collection has the following other identifiers associated with it:

Add an additional other identifier:

See also

The collection has the following 'see also' values associated with it:

Add another 'see also' value:

Spatial

The collection has the following spatial values associated with it:

Add another spatial value:

Subject

The collection has the following subjects associated with it:

Add another subject:

Temporal

The collection has the following temporal values associated with it:

Add another temporal value:

Type

The collection has the following types associated with it:

Add another type value:

File attachments

The collection 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 ( attachmentKeyset != 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.