Index: lams_tool_sbmt/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.properties,v diff -u -r1.22 -r1.22.8.1 --- lams_tool_sbmt/build.properties 14 Jan 2009 10:44:23 -0000 1.22 +++ lams_tool_sbmt/build.properties 23 Jul 2009 05:09:50 -0000 1.22.8.1 @@ -8,7 +8,7 @@ signature=lasbmt11 #project version -tool.version=20090113 +tool.version=20090723 # Minimum compatible version min.server.version.number=2.0.3 Index: lams_tool_sbmt/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.xml,v diff -u -r1.50 -r1.50.6.1 --- lams_tool_sbmt/build.xml 6 Apr 2009 17:08:29 -0000 1.50 +++ lams_tool_sbmt/build.xml 23 Jul 2009 05:09:50 -0000 1.50.6.1 @@ -283,8 +283,8 @@ - - + + @@ -462,6 +462,23 @@ description="Build the war, jar and run the deploy tool. Deletes most old tool references from db, creates db tables, application.xml in ear, copies war and jar file to ear. deploy-tool is only designed to be run in a development environment, or on an empty db. Do not run on a production environment."> + + + + + + + + + + + + + + + + Index: lams_tool_sbmt/conf/hibernate/mappings/org/lamsfoundation/lams/tool/sbmt/SubmitFilesReport.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/conf/hibernate/mappings/org/lamsfoundation/lams/tool/sbmt/Attic/SubmitFilesReport.hbm.xml,v diff -u -r1.6 -r1.6.10.1 --- lams_tool_sbmt/conf/hibernate/mappings/org/lamsfoundation/lams/tool/sbmt/SubmitFilesReport.hbm.xml 13 May 2008 00:54:18 -0000 1.6 +++ lams_tool_sbmt/conf/hibernate/mappings/org/lamsfoundation/lams/tool/sbmt/SubmitFilesReport.hbm.xml 23 Jul 2009 05:09:51 -0000 1.6.10.1 @@ -51,6 +51,31 @@ length="19" /> + + + + + + Index: lams_tool_sbmt/web/WEB-INF/struts/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/struts/Attic/struts-config.xml,v diff -u -r1.40 -r1.40.8.1 --- lams_tool_sbmt/web/WEB-INF/struts/struts-config.xml 23 Feb 2009 20:33:53 -0000 1.40 +++ lams_tool_sbmt/web/WEB-INF/struts/struts-config.xml 23 Jul 2009 05:09:50 -0000 1.40.8.1 @@ -29,6 +29,10 @@ name="reflectionForm" type="org.lamsfoundation.lams.tool.sbmt.form.ReflectionForm" /> + @@ -146,6 +150,31 @@ /> + + + + + - + @@ -171,6 +171,29 @@ + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_sbmt/web/monitoring/mark/allmarks.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/mark/allmarks.jsp,v diff -u -r1.8 -r1.8.10.1 --- lams_tool_sbmt/web/monitoring/mark/allmarks.jsp 7 May 2008 03:49:44 -0000 1.8 +++ lams_tool_sbmt/web/monitoring/mark/allmarks.jsp 23 Jul 2009 05:09:49 -0000 1.8.10.1 @@ -9,8 +9,7 @@ @@ -40,6 +40,5 @@ - \ No newline at end of file Index: lams_tool_sbmt/web/monitoring/mark/updatemark.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/mark/updatemark.jsp,v diff -u -r1.11 -r1.11.8.1 --- lams_tool_sbmt/web/monitoring/mark/updatemark.jsp 14 Dec 2008 22:55:15 -0000 1.11 +++ lams_tool_sbmt/web/monitoring/mark/updatemark.jsp 23 Jul 2009 05:09:50 -0000 1.11.8.1 @@ -1,78 +1,124 @@ - - + <%@include file="/common/taglibs.jsp"%> + <fmt:message key="activity.title" /> + + + +
-

- -

- -
- - - - - - - - <%@include file="fileinfo.jsp"%> - - - - - - - - - - - - - - -
- <%@include file="/common/messages.jsp"%> -
- - - -
-
- -
- - - ?method=listMark&userID=${fileInfo.owner.userID}&toolSessionID=${toolSessionID} - - - - - ?method=listAllMarks&toolSessionID=${toolSessionID} - - - - - -    - - - -
-
+

+ +

+ + + + + + + + + + + + + + <%@include file="fileinfo.jsp"%> + + + + + + + + + + + + + + + + + + +
+ <%@include file="/common/messages.jsp"%> +
+ + + +
+ + + + ${fileInfo.markFileName} + + + + + +   + + + + +   + + + +
+
+ : +
+ +
+
+ +
+
+ + + ?method=listMark&userID=${fileInfo.owner.userID}&toolSessionID=${toolSessionID} + + + + + ?method=listAllMarks&toolSessionID=${toolSessionID} + + + + + + +    + + + + +
+
-
+ -
\ No newline at end of file