Index: lams_contentrepository/web/nodeSelection.jsp =================================================================== diff -u -r8042c2dabe3800728a22a8ab916260e3941784df -rf8b1f7c4104c478d95786cba0b8ffb17dba79562 --- lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision 8042c2dabe3800728a22a8ab916260e3941784df) +++ lams_contentrepository/web/nodeSelection.jsp (.../nodeSelection.jsp) (revision f8b1f7c4104c478d95786cba0b8ffb17dba79562) @@ -1,9 +1,10 @@ <%@ page language="java"%> <%@ page import="java.util.*"%> +<%@ page import="com.lamsinternational.lams.contentrepository.IValue"%> <%@ page import="com.lamsinternational.lams.contentrepository.IVersionDetail"%> -<%@ page import="com.lamsinternational.lams.contentrepository.NodeKey"%> -<%@ page import="com.lamsinternational.lams.contentrepository.struts.action.RepositoryDispatchAction"%> +<%@ page import="com.lamsinternational.lams.contentrepository.IVersionedNode"%> +<%@ page import="com.lamsinternational.lams.contentrepository.PropertyName"%> <%@ taglib uri="/WEB-INF/struts/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> @@ -35,8 +36,7 @@ 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: 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.
+Note: Nodes 1 thru 4 for the atool workspace may have been generated in unit testing so they may result in errors. Best to add your own nodes and test them.
-
Node <%=key.toString()%>: - - - + | |||||||||||
<%=nodeType%> Node <%=uuid.toString()%>: + + + | |||||||||||
Version | +Created Date Time | +Version Description | +File Name + | + | + | ||||||
Version: <%=detail.getVersionId()%> | -- | - | Created Date Time: <%=detail.getCreatedDateTime()%> | -Version Description: <%=detail.getDescription()%> | -File Name (Application Cache):<%=nodeName!=null?nodeName:""%> | +<%=detail.getVersionId()%> | +<%=detail.getCreatedDateTime()%> | +<%=detail.getDescription()%> | +<%=filename%> | ++ |