Index: lams_contentrepository/web/nodeSelection.jsp =================================================================== diff -u -r9521d8efcb3e577a474aed2d2bb69b2231d19801 -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4 --- lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision 9521d8efcb3e577a474aed2d2bb69b2231d19801) +++ lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4) @@ -2,6 +2,8 @@ <%@ page import="java.util.*"%> <%@ page import="com.lamsinternational.lams.contentrepository.IVersionDetail"%> +<%@ page import="com.lamsinternational.lams.contentrepository.NodeKey"%> +<%@ page import="com.lamsinternational.lams.contentrepository.struts.action.RepositoryDispatchAction"%> <%@ taglib uri="/WEB-INF/struts/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> @@ -12,37 +14,61 @@
Click on the numbered button to view the current version of this node. The number is the UUID of the node.
+ +The nodes with a name in the application cache column have been added in this session and hence the + 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. This is due to the data being designed for unit testing, not demonstration.
+ + +
Version | +Created Date Time | +Version Description | +File Name ( Application Cache ) | +
Node | |||
Node | |||
<%=detail.getVersionId()%> | <%=detail.getCreatedDateTime()%> | <%=detail.getDescription()%> | +<%=nodeName!=null?nodeName:""%> |