Index: lams_tool_lamc/web/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/BasicContent.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_lamc/web/BasicContent.jsp 29 Oct 2005 12:02:49 -0000 1.3 +++ lams_tool_lamc/web/BasicContent.jsp 29 Oct 2005 19:34:28 -0000 1.4 @@ -58,15 +58,18 @@ +    " value="" size="3" maxlength="3"> + +      - + @@ -93,12 +96,15 @@ +    " value="" size="3" maxlength="3"> + +      Index: lams_tool_lamc/web/InstructionsContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/InstructionsContent.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/InstructionsContent.jsp 30 Sep 2005 10:11:33 -0000 1.1 +++ lams_tool_lamc/web/InstructionsContent.jsp 29 Oct 2005 19:34:28 -0000 1.2 @@ -5,28 +5,23 @@ <%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> <%@ taglib uri="fck-editor" prefix="FCK" %> -
- - +
- - - - - - - - - - - + - - - - -
- : + + : - - + + +
- + + + @@ -35,67 +30,64 @@
- + + +
  • - + + - - + + +
    - + + +
    - + + +
  • -
    - - - - -
    - - - -
    - -
    - - - - + + +   + + + + + + + + + + + + + + Index: lams_tool_lamc/web/OptionsContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/OptionsContent.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/OptionsContent.jsp 29 Oct 2005 14:33:59 -0000 1.1 +++ lams_tool_lamc/web/OptionsContent.jsp 29 Oct 2005 19:34:28 -0000 1.2 @@ -87,7 +87,7 @@ -   + : " value="" size="50" maxlength="255"> Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/authoringMaincontent.jsp,v diff -u -r1.28 -r1.29 --- lams_tool_lamc/web/authoringMaincontent.jsp 29 Oct 2005 14:33:59 -0000 1.28 +++ lams_tool_lamc/web/authoringMaincontent.jsp 29 Oct 2005 19:34:28 -0000 1.29 @@ -99,7 +99,7 @@

    -
    +
    @@ -113,109 +113,23 @@
    - +
    -

    Advanced Definitions

    -
    - +

    Advanced Definitions

    +
    + +
    - -
    -
    -

    Instructions

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - : - - - - -
    - - - - - - -
    - - - -
  • -
    -
    - - - - - -
    - - - - - - -
    - - - -
  • -
    -
    -    -
    - - - -
    -
    - +

    Instructions

    +
    + +

    -Cancel - - - -
    +

    @@ -230,25 +144,6 @@ document.forms[formIndex].isRemoveQuestion.value='1'; document.forms[formIndex].submit(); } - - function isNumeric(sText) - { - var validChars = "0123456789"; - var isNumber=true; - var char; - - for (i = 0; i < sText.length && isNumber == true; i++) - { - char = sText.charAt(i); - if (validChars.indexOf(char) == -1) - { - isNumber = false; - alert('Nooo'); - } - } - return isNumber; - } -