Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/authoringMaincontent.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_lamc/web/authoringMaincontent.jsp 14 Oct 2005 15:50:11 -0000 1.4 +++ lams_tool_lamc/web/authoringMaincontent.jsp 14 Oct 2005 16:35:32 -0000 1.5 @@ -119,29 +119,50 @@ - - - - : - - - "> -   - - - - - - - - - - + + + + + + : + + " value="" + size="50" maxlength="255"> + + + ADD + + + EDIT + + + + + + + + : + + " value="" + size="50" maxlength="255"> + + + EDIT + + + + + + + + + + + + - +
Cancel @@ -185,9 +206,14 @@ function editQuestion(questionIndex) { document.forms[0].questionIndex.value=questionIndex; - document.forms[0].isEditQuestion.value='1'; document.forms[0].submit(); } + + function removeQuestion(questionIndex) + { + document.forms[0].questionIndex.value=questionIndex; + document.forms[0].submit(); + }