Index: lams_contentrepository/web/nodeSelection.jsp =================================================================== diff -u -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4 -rc24073fcfc6a9842272b03d01ff417937aac02ae --- lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4) +++ lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision c24073fcfc6a9842272b03d01ff417937aac02ae) @@ -8,6 +8,18 @@ <%@ taglib uri="/WEB-INF/struts/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts/struts-logic.tld" prefix="logic" %> + + @@ -23,34 +35,33 @@ name is known to the application cache (in the session). The rest of the nodes have been added to the workspace at some other time.

-

Note: Node 1 for the atool workspace does not have a file in the repository so it will generate an error. +

Note: Nodes 1 thru 2 for the atool workspace does not have a file in the repository so it will generate an error. This is due to the data being designed for unit testing, not demonstration.

-
- -
- - - - - -

-

+ + +

+ +

+ + + +

+

+ - - - - - - - +
VersionCreated Date TimeVersion DescriptionFile Name ( Application Cache )
<% Iterator iter = nodeMap.keySet().iterator(); Map nodeCache = (Map) session.getAttribute(RepositoryDispatchAction.NODE_CACHE); while ( iter.hasNext()) { Long key = (Long) iter.next(); %> - + <% Set versionDetails = (Set) nodeMap.get(key); Iterator setIter = versionDetails.iterator(); @@ -60,15 +71,17 @@ String nodeName = nodeCache != null ? (String)nodeCache.get(nodeKey) : ""; %> - - - - + + + + + <% } // end version details iterator %> - + <% }// end node iterator %>
Node
Node <%=key.toString()%>: + + + +
<%=detail.getVersionId()%><%=detail.getCreatedDateTime()%><%=detail.getDescription()%><%=nodeName!=null?nodeName:""%>Version: <%=detail.getVersionId()%> + Created Date Time: <%=detail.getCreatedDateTime()%>Version Description: <%=detail.getDescription()%>File Name (Application Cache):<%=nodeName!=null?nodeName:""%>