Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try
In directory sc8-pr-cvs1:/tmp/cvs-serv14519/WEB-INF/maple/aim/try
Modified Files:
Question.mpl Quiz.mpl
Log Message:
Fixed a bug in the seed input box
Index: Question.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try/Question.mpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Question.mpl 1 Sep 2003 20:22:23 -0000 1.4
--- Question.mpl 16 Sep 2003 20:22:01 -0000 1.5
***************
*** 134,138 ****
"name" = "QuestionSeed",
"value" = {"QuestionSeed"},
! "onchange='seedchanged=true;'"]],
["br"],
{"show"},
--- 134,138 ----
"name" = "QuestionSeed",
"value" = {"QuestionSeed"},
! "onchange" = "seedchanged=true;"]],
["br"],
{"show"},
***************
*** 450,452 ****
EndPackage():
-
--- 450,451 ----
Index: Quiz.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try/Quiz.mpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Quiz.mpl 25 Aug 2003 21:47:19 -0000 1.3
--- Quiz.mpl 16 Sep 2003 20:22:01 -0000 1.4
***************
*** 144,150 ****
["td",
[["inputtext",
! "name" = "QuizSeed",
! "value" = {"QuizSeed"},
! "onchange" = "'seedchanged=true;'"]]]]],
[["hr","noshade"]],
[["table","width" = "100%"],
--- 144,150 ----
["td",
[["inputtext",
! "name" = "QuestionSeed",
! "value" = {"QuestionSeed"},
! "onchange" = "seedchanged=true;"]]]]],
[["hr","noshade"]],
[["table","width" = "100%"],
***************
*** 286,288 ****
EndPackage():
-
--- 286,287 ----
|