Index: lams_tool_lamc/web/BasicContent.jsp =================================================================== diff -u -r249ef6f46c46382fcf4b8dc2eb415d5af18b4cb0 -r4104892571edba09bbe5854515ef4b40d37b9c20 --- lams_tool_lamc/web/BasicContent.jsp (.../BasicContent.jsp) (revision 249ef6f46c46382fcf4b8dc2eb415d5af18b4cb0) +++ lams_tool_lamc/web/BasicContent.jsp (.../BasicContent.jsp) (revision 4104892571edba09bbe5854515ef4b40d37b9c20) @@ -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 =================================================================== diff -u -r653f0f0eff40af5e6891c22ef2b8efe9bf2f75af -r4104892571edba09bbe5854515ef4b40d37b9c20 --- lams_tool_lamc/web/InstructionsContent.jsp (.../InstructionsContent.jsp) (revision 653f0f0eff40af5e6891c22ef2b8efe9bf2f75af) +++ lams_tool_lamc/web/InstructionsContent.jsp (.../InstructionsContent.jsp) (revision 4104892571edba09bbe5854515ef4b40d37b9c20) @@ -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 =================================================================== diff -u -r51e01b8366edffab6310663dbbc8588f3b0929b2 -r4104892571edba09bbe5854515ef4b40d37b9c20 --- lams_tool_lamc/web/OptionsContent.jsp (.../OptionsContent.jsp) (revision 51e01b8366edffab6310663dbbc8588f3b0929b2) +++ lams_tool_lamc/web/OptionsContent.jsp (.../OptionsContent.jsp) (revision 4104892571edba09bbe5854515ef4b40d37b9c20) @@ -87,7 +87,7 @@ -   + : " value="" size="50" maxlength="255"> Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== diff -u -r51e01b8366edffab6310663dbbc8588f3b0929b2 -r4104892571edba09bbe5854515ef4b40d37b9c20 --- lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision 51e01b8366edffab6310663dbbc8588f3b0929b2) +++ lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision 4104892571edba09bbe5854515ef4b40d37b9c20) @@ -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; - } -