Index: lams_contentrepository/web/nodeSelection.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/web/nodeSelection.jsp,v diff -u -r1.2 -r1.3 --- lams_contentrepository/web/nodeSelection.jsp 18 Jan 2005 06:20:34 -0000 1.2 +++ lams_contentrepository/web/nodeSelection.jsp 20 Jan 2005 08:00:29 -0000 1.3 @@ -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:""%>