Update of /cvsroot/aimmath/AIM/WEB-INF/maple
In directory sc8-pr-cvs1:/tmp/cvs-serv25371/WEB-INF/maple
Modified Files:
Date.mpl Random.mpl newDate.mpl
Log Message:
put in some /> to make more xml compliant
Index: Date.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/Date.mpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Date.mpl 25 Aug 2003 21:47:18 -0000 1.3
--- Date.mpl 1 Sep 2003 20:22:23 -0000 1.4
***************
*** 353,359 ****
",
['Constructor',
! "If @date_@ is absent, construct the current date.<br>
If @date_@ is an integer, interpret it as a raw date, and construct
! a corresponding Date object.<br>
If @date_@ is a list of six integers, interpret them as year, month,
day, hour, minute and second, and construct a
--- 353,359 ----
",
['Constructor',
! "If @date_@ is absent, construct the current date.<br />
If @date_@ is an integer, interpret it as a raw date, and construct
! a corresponding Date object.<br />
If @date_@ is a list of six integers, interpret them as year, month,
day, hour, minute and second, and construct a
***************
*** 761,765 ****
to be selected from. The optional argument @initial_@ specifies
an initial selection.
! <br><br>
No input fields are provided for the hour, minute and second.
",
--- 761,765 ----
to be selected from. The optional argument @initial_@ specifies
an initial selection.
! <br /><br />
No input fields are provided for the hour, minute and second.
",
Index: Random.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/Random.mpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Random.mpl 1 Sep 2003 05:53:28 -0000 1.4
--- Random.mpl 1 Sep 2003 20:22:23 -0000 1.5
***************
*** 69,73 ****
fi:
S:=StringTools[SubstituteAll](S,"%","%%");
! S:=cat(S,"\n<br>\n");
if not type(RandLevel,integer) then RandLevel:=1;
--- 69,73 ----
fi:
S:=StringTools[SubstituteAll](S,"%","%%");
! S:=cat(S,"\n<br />\n");
if not type(RandLevel,integer) then RandLevel:=1;
***************
*** 367,371 ****
fi;
S:=StringTools[SubstituteAll](S,"%","%%");
! S:=cat(S,"\n<br>\n");
RandLevel:=RandLevel-1;
printf(S);
--- 367,371 ----
fi;
S:=StringTools[SubstituteAll](S,"%","%%");
! S:=cat(S,"\n<br />\n");
RandLevel:=RandLevel-1;
printf(S);
Index: newDate.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/newDate.mpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** newDate.mpl 25 Aug 2003 21:47:18 -0000 1.2
--- newDate.mpl 1 Sep 2003 20:22:23 -0000 1.3
***************
*** 191,197 ****
",
['Constructor',
! "If @date_@ is absent, construct the current date.<br>
If @date_@ is an integer, interpret it as a raw date, and construct
! a corresponding Date object.<br>
If @date_@ is a list of six integers, interpret them as year, month,
day, hour, minute and second, and construct a
--- 191,197 ----
",
['Constructor',
! "If @date_@ is absent, construct the current date.<br />
If @date_@ is an integer, interpret it as a raw date, and construct
! a corresponding Date object.<br />
If @date_@ is a list of six integers, interpret them as year, month,
day, hour, minute and second, and construct a
***************
*** 520,524 ****
to be selected from. The optional argument @initial_@ specifies
an initial selection.
! <br><br>
No input fields are provided for the hour, minute and second.
",
--- 520,524 ----
to be selected from. The optional argument @initial_@ specifies
an initial selection.
! <br /><br />
No input fields are provided for the hour, minute and second.
",
|