Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv6882/WEB-INF/maple/aim
Modified Files:
Zone.mpl
Log Message:
I forgot to escape " in previous version
Index: Zone.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Zone.mpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Zone.mpl 26 Aug 2003 20:34:59 -0000 1.4
--- Zone.mpl 26 Aug 2003 21:31:48 -0000 1.5
***************
*** 339,344 ****
if not(`OS/FileExists`(zonehead)) then
fd := `OS/Fopen`(zonehead,'WRITE');
! fprintf(fd,"<img src="images/aim.gif" align="absbottom">
! <font size="+3"><b> Assessment in Mathematics</b></font>\n<br/>\n");
fclose(fd);
fi;
--- 339,344 ----
if not(`OS/FileExists`(zonehead)) then
fd := `OS/Fopen`(zonehead,'WRITE');
! fprintf(fd,"<img src=\"images/aim.gif\" align=\"absbottom\">
! <font size=\"+3\"><b> Assessment in Mathematics</b></font>\n<br/>\n");
fclose(fd);
fi;
***************
*** 355,360 ****
fd := `OS/Fopen`(adminhead,'WRITE');
fprintf(fd,
! "<img src="images/aim.gif" align="absbottom">
! <font size="+3"><b> Assessment in Mathematics</b></font>\n
<h1>Administrator login page</h1>
");
--- 355,360 ----
fd := `OS/Fopen`(adminhead,'WRITE');
fprintf(fd,
! "<img src=\"images/aim.gif\" align=\"absbottom\">
! <font size=\"+3\"><b> Assessment in Mathematics</b></font>\n
<h1>Administrator login page</h1>
");
***************
*** 386,389 ****
EndPackage():
-
-
--- 386,387 ----
|