Index: lams_tool_sbmt/.classpath =================================================================== diff -u -r7aeb528c89386d6a2aaef95b4d99d47612c8f734 -r02696b4b5a761a0fcc9f72a677d3599656ffb725 --- lams_tool_sbmt/.classpath (.../.classpath) (revision 7aeb528c89386d6a2aaef95b4d99d47612c8f734) +++ lams_tool_sbmt/.classpath (.../.classpath) (revision 02696b4b5a761a0fcc9f72a677d3599656ffb725) @@ -15,5 +15,5 @@ - + Index: lams_tool_sbmt/build.properties =================================================================== diff -u -r3636757b4afafb785ae0c6c8295a969c605f8e28 -r02696b4b5a761a0fcc9f72a677d3599656ffb725 --- lams_tool_sbmt/build.properties (.../build.properties) (revision 3636757b4afafb785ae0c6c8295a969c605f8e28) +++ lams_tool_sbmt/build.properties (.../build.properties) (revision 02696b4b5a761a0fcc9f72a677d3599656ffb725) @@ -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 =================================================================== diff -u -rd2057fdd8708c4c7e5665bdc3ee25b72212aaecb -r02696b4b5a761a0fcc9f72a677d3599656ffb725 --- lams_tool_sbmt/build.xml (.../build.xml) (revision d2057fdd8708c4c7e5665bdc3ee25b72212aaecb) +++ lams_tool_sbmt/build.xml (.../build.xml) (revision 02696b4b5a761a0fcc9f72a677d3599656ffb725) @@ -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 =================================================================== diff -u -r5442c61bdf4d3ddafc69c7ff497be6c1a9a40db5 -r02696b4b5a761a0fcc9f72a677d3599656ffb725 --- lams_tool_sbmt/conf/hibernate/mappings/org/lamsfoundation/lams/tool/sbmt/SubmitFilesReport.hbm.xml (.../SubmitFilesReport.hbm.xml) (revision 5442c61bdf4d3ddafc69c7ff497be6c1a9a40db5) +++ lams_tool_sbmt/conf/hibernate/mappings/org/lamsfoundation/lams/tool/sbmt/SubmitFilesReport.hbm.xml (.../SubmitFilesReport.hbm.xml) (revision 02696b4b5a761a0fcc9f72a677d3599656ffb725) @@ -51,6 +51,31 @@ length="19" /> + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_sbmt/web/monitoring/mark/allmarks.jsp =================================================================== diff -u -rf7be1eafe7ab283753711c4d5ecb867c5ed48897 -r02696b4b5a761a0fcc9f72a677d3599656ffb725 --- lams_tool_sbmt/web/monitoring/mark/allmarks.jsp (.../allmarks.jsp) (revision f7be1eafe7ab283753711c4d5ecb867c5ed48897) +++ lams_tool_sbmt/web/monitoring/mark/allmarks.jsp (.../allmarks.jsp) (revision 02696b4b5a761a0fcc9f72a677d3599656ffb725) @@ -9,8 +9,7 @@ @@ -40,6 +40,5 @@ - \ No newline at end of file Index: lams_tool_sbmt/web/monitoring/mark/updatemark.jsp =================================================================== diff -u -rf323e46863cdf7001b80844637e8728b741f996c -r02696b4b5a761a0fcc9f72a677d3599656ffb725 --- lams_tool_sbmt/web/monitoring/mark/updatemark.jsp (.../updatemark.jsp) (revision f323e46863cdf7001b80844637e8728b741f996c) +++ lams_tool_sbmt/web/monitoring/mark/updatemark.jsp (.../updatemark.jsp) (revision 02696b4b5a761a0fcc9f72a677d3599656ffb725) @@ -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