%@ 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.List, java.util.ArrayList, com.k_int.discover.datamodel.dto.CultureGrid_ItemDTO, com.k_int.discover.datamodel.dto.CultureGrid_CollectionDTO, com.k_int.discover.datamodel.dto.CultureGrid_InstitutionDTO, com.k_int.discover.datamodel.dto.AttachedResourceDTO" %>
<% String base_dir = request.getContextPath(); %>
Record details (read only)
Record details (read only)
Item record
Collection record
|
The address information for this collection is held in the institution record to which this collection relates |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- click to view this institution |
Institution record
Event record
Attached files
<%
TreeMap> attachmentMap = (TreeMap>)request.getAttribute("attachmentMap");
out.println("");
String repoURL = (String)request.getAttribute("repositoryURL");
if ( attachmentMap != null ) {
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("" + key + " | ");
Iterator resIter = resources.iterator();
while(resIter.hasNext()) {
AttachedResourceDTO nextRes = resIter.next();
if ( nextRes != null ) {
out.println("" + nextRes.getTypeIdentifier() + ";");
}
}
out.println(" |
");
}
}
}
}
out.println("
");
}
%>
There are no files currently associated with this record
<%--
The child related objects but should be displayed somewhere sensibly in the above sections
Related Child Objects
The child related objects but should be displayed somewhere sensibly in the above sections
Related Parent Objects
--%>
<%= application.getInitParameter("applicationName") %> information