Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv24159
Modified Files:
Tag: develop_2_1
Zone.mpl
Log Message:
minor bug fixes and improvements
Index: Zone.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Zone.mpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** Zone.mpl 10 Jul 2003 20:10:03 -0000 1.2.2.1
--- Zone.mpl 13 Aug 2003 19:09:34 -0000 1.2.2.2
***************
*** 210,219 ****
studenthead :=
traperror(
! `Util/TextFileContents`(cat(this['RootDir'],"/zonehead.html")));
if studenthead = lasterror then studenthead := ""; fi;
studentfoot :=
traperror(
! `Util/TextFileContents`(cat(this['RootDir'],"/zonefoot.html")));
if studentfoot = lasterror then studentfoot := ""; fi;
--- 210,225 ----
studenthead :=
traperror(
! # KM
! # DIST `Util/TextFileContents`(cat(this['RootDir'],"/zonehead.html")));
! `Util/TextFileContents`(cat(this['RootDir'],"/studenthead.html")));
! # END KM
if studenthead = lasterror then studenthead := ""; fi;
studentfoot :=
traperror(
! # KM
! # DIST `Util/TextFileContents`(cat(this['RootDir'],"/zonefoot.html")));
! `Util/TextFileContents`(cat(this['RootDir'],"/studentfoot.html")));
! # END KM
if studentfoot = lasterror then studentfoot := ""; fi;
***************
*** 230,234 ****
"action" = this['ServletURL'],
"method" = "POST"],
! [["inputhidden", "name" = "Command", "value" = ""]],
this['SubjectTable'],
["table",
--- 236,240 ----
"action" = this['ServletURL'],
"method" = "POST"],
! [["inputhidden", "name" = "Command", "value" = ""]],
this['SubjectTable'],
["table",
|