[Aimmath-commit] AIM/WEB-INF/maple/aim Zone.mpl,1.4,1.5
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-26 21:31:52
|
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 ---- |