[Aimmath-commit] AIM/WEB-INF/maple/aim Student.mpl,1.3,1.4 Zone.mpl,1.3,1.4
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-26 20:35:04
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim In directory sc8-pr-cvs1:/tmp/cvs-serv28689/WEB-INF/maple/aim Modified Files: Student.mpl Zone.mpl Log Message: rebranding from AIM to AiM Index: Student.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Student.mpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Student.mpl 25 Aug 2003 21:47:19 -0000 1.3 --- Student.mpl 26 Aug 2003 20:34:59 -0000 1.4 *************** *** 187,191 **** `if`(nargs > 1, preamble_, ! __("Your ID and password for the Alice Interactive Mathematics system are as follows:")); postamble := --- 187,191 ---- `if`(nargs > 1, preamble_, ! __("Your ID and password for the AiM system are as follows:")); postamble := Index: Zone.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Zone.mpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Zone.mpl 25 Aug 2003 21:47:19 -0000 1.3 --- Zone.mpl 26 Aug 2003 20:34:59 -0000 1.4 *************** *** 339,343 **** if not(`OS/FileExists`(zonehead)) then fd := `OS/Fopen`(zonehead,'WRITE'); ! fprintf(fd,"<h1>Alice Interactive Mathematics</h1>\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; *************** *** 354,361 **** fd := `OS/Fopen`(adminhead,'WRITE'); fprintf(fd, ! "<h1>Alice Interactive Mathematics ! <br/> ! Administrator login page ! <h1>"); fclose(fd); fi; --- 355,362 ---- 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> ! "); fclose(fd); fi; |