Index: lams_tool_sbmt/web/monitoring/alluserlist.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/Attic/alluserlist.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_sbmt/web/monitoring/alluserlist.jsp 6 Mar 2006 05:31:35 -0000 1.8 +++ lams_tool_sbmt/web/monitoring/alluserlist.jsp 8 Mar 2006 02:57:34 -0000 1.9 @@ -32,21 +32,27 @@ - - - - - - - - - - - - - - - + + + + + + +
+ + + + + + + + + + + +
+ +

Index: lams_tool_sbmt/web/monitoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/Attic/basic.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_sbmt/web/monitoring/basic.jsp 6 Mar 2006 05:31:35 -0000 1.2 +++ lams_tool_sbmt/web/monitoring/basic.jsp 8 Mar 2006 02:57:34 -0000 1.3 @@ -17,5 +17,12 @@ + + + + + + + \ No newline at end of file Index: lams_tool_sbmt/web/monitoring/editactivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/Attic/editactivity.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_sbmt/web/monitoring/editactivity.jsp 6 Mar 2006 05:31:35 -0000 1.7 +++ lams_tool_sbmt/web/monitoring/editactivity.jsp 8 Mar 2006 02:57:34 -0000 1.8 @@ -1,18 +1,4 @@ <%@include file="../sharing/share.jsp" %> <%@ taglib uri="fck-editor" prefix="FCK"%> <%@ taglib uri="tags-lams" prefix="lams" %> - <%@ include file="basic.jsp"%> - - - - - -
- - - -
\ No newline at end of file +<%@ include file="basic.jsp"%> \ No newline at end of file Index: lams_tool_sbmt/web/monitoring/marking.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/Attic/marking.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/web/monitoring/marking.jsp 6 Mar 2006 05:31:35 -0000 1.1 +++ lams_tool_sbmt/web/monitoring/marking.jsp 8 Mar 2006 02:57:34 -0000 1.2 @@ -1,6 +1,6 @@ <%@include file="../sharing/share.jsp" %> <%@ taglib uri="tags-logic" prefix="logic" %> - +
+ + +
Index: lams_tool_sbmt/web/monitoring/monitoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/monitoring.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_sbmt/web/monitoring/monitoring.jsp 7 Mar 2006 05:51:23 -0000 1.3 +++ lams_tool_sbmt/web/monitoring/monitoring.jsp 8 Mar 2006 02:57:34 -0000 1.4 @@ -44,9 +44,16 @@ var tag = document.getElementById("currentTab"); tag.value = tabId; // end optional tab controller stuff - selectTab(tabId); + if(active(tabId)) + selectTab(tabId); } + function active(tabId) { + if(document.getElementById("tab" + tabId).className == "tab tabcentre_inactive") + return false; + return true; + } + function doSubmit(method, tabId) { if(tabId != null) document.SbmtMonitoringForm.currentTab.value=tabId; @@ -73,7 +80,7 @@ - +
Index: lams_tool_sbmt/web/monitoring/usermarkslist.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/Attic/usermarkslist.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_sbmt/web/monitoring/usermarkslist.jsp 6 Mar 2006 05:31:35 -0000 1.6 +++ lams_tool_sbmt/web/monitoring/usermarkslist.jsp 8 Mar 2006 02:57:34 -0000 1.7 @@ -70,4 +70,11 @@
+ + + +
Index: lams_tool_sbmt/web/monitoring/viewallmarks.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/Attic/viewallmarks.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_sbmt/web/monitoring/viewallmarks.jsp 6 Mar 2006 05:31:35 -0000 1.7 +++ lams_tool_sbmt/web/monitoring/viewallmarks.jsp 8 Mar 2006 02:57:34 -0000 1.8 @@ -4,7 +4,7 @@ -

+

@@ -16,8 +16,7 @@ File Path: - - + @@ -30,7 +29,7 @@ - + @@ -76,7 +75,13 @@ - + + + + + + +