Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 19 Jan 2006 13:24:15 -0000 1.9 +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 19 Jan 2006 20:59:48 -0000 1.10 @@ -36,12 +36,23 @@ document.McMonitoringForm.submit(); } + function submitModifyQuestion(questionIndexValue, actionMethod) + { + document.McMonitoringForm.questionIndex.value=questionIndexValue; + submitMethod(actionMethod); + } + function submitMethod(actionMethod) { submitMonitoringMethod(actionMethod); } + function deleteOption(deletableOptionIndex, actionMethod) { + document.McMonitoringForm.deletableOptionIndex.value=deletableOptionIndex; + submitMethod(actionMethod); + } + function submitSession(selectedToolSessionId, actionMethod) { document.McMonitoringForm.selectedToolSessionId.value=selectedToolSessionId; submitMonitoringMethod(actionMethod); @@ -158,7 +169,12 @@
- + + + + + +