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 @@
|
+