Index: lams_contentrepository/web/addNode.jsp =================================================================== diff -u -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4 -rc24073fcfc6a9842272b03d01ff417937aac02ae --- lams_contentrepository/web/addNode.jsp (.../addNode.jsp) (revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4) +++ lams_contentrepository/web/addNode.jsp (.../addNode.jsp) (revision c24073fcfc6a9842272b03d01ff417937aac02ae) @@ -20,6 +20,16 @@ in the node list below.
Adding a new version for Node <%=uuid%>. If the original node was a package,
+ then please upload another package. If the original node was a file, please
+ upload a file.
Version Description (Required for both):
File to upload?
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.
- -
+
+
+
+
+
+
+
-
-
+ Version
- Created Date Time
- Version Description
- File Name ( Application Cache )
-
<% Iterator iter = nodeMap.keySet().iterator();
Map nodeCache = (Map) session.getAttribute(RepositoryDispatchAction.NODE_CACHE);
while ( iter.hasNext()) {
Long key = (Long) iter.next();
%>
-
+ Node
<%
Set versionDetails = (Set) nodeMap.get(key);
Iterator setIter = versionDetails.iterator();
@@ -60,15 +71,17 @@
String nodeName = nodeCache != null ? (String)nodeCache.get(nodeKey) : "";
%>
Node <%=key.toString()%>:
+
+
+
+
-
<%
} // end version details iterator
%>
- <%=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:""%>
+
<%
}// end node iterator
%>