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; - } -