Fixed some short PHP tags

This commit is contained in:
moodler 2003-09-09 08:43:27 +00:00
parent 76eac7a58d
commit 4c48acf01b
206 changed files with 550 additions and 581 deletions

View file

@ -8,7 +8,7 @@ la mani
texte du document dans un formulaire que vous trouverez sur la page suivante. Certaines constructions
que vous écrirez seront automatiquement mises en forme, exactement comme dans les
messages postés sur les forums. Pour de l'aide sur la mise en forme de texte :
<? helpbutton("text", get_string("helptext")) ?>
<?php helpbutton("text", get_string("helptext")) ?>
<P><B>Texte HTML</B> - pour les utilisateurs plus expérimentés. Aucune mise en forme
automatique ne sera réalisée, vous aurez à la faire vous même en utisant des

View file

@ -6,15 +6,15 @@ Writing text in Moodle works pretty much the way you would expect, but you also
<UL>
<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5>
<TR><TH>Name <TH>Picture <TH>You type</TR>
<TR><TD>smile <TD ALIGN=CENTER><img ALT=smile SRC="<?=$CFG->wwwroot?>/pix/s/smiley.gif"><TD ALIGN=CENTER> :-) </TD></TR>
<TR><TD>sad <TD ALIGN=CENTER><img ALT=sad SRC="<?=$CFG->wwwroot?>/pix/s/sad.gif"><TD ALIGN=CENTER> :-( </TD></TR>
<TR><TD>grin <TD ALIGN=CENTER><img ALT=grin SRC="<?=$CFG->wwwroot?>/pix/s/biggrin.gif"><TD ALIGN=CENTER> :-D </TD></TR>
<TR><TD>wink <TD ALIGN=CENTER><img ALT=wink SRC="<?=$CFG->wwwroot?>/pix/s/wink.gif"><TD ALIGN=CENTER> ;-) </TD></TR>
<TR><TD>mixed <TD ALIGN=CENTER><img ALT=mixed SRC="<?=$CFG->wwwroot?>/pix/s/mixed.gif"><TD ALIGN=CENTER> :-/ </TD></TR>
<TR><TD>wide-eyed <TD ALIGN=CENTER><img ALT=wide-eyed SRC="<?=$CFG->wwwroot?>/pix/s/wideeyes.gif"><TD ALIGN=CENTER> 8-) </TD></TR>
<TR><TD>tongue-out <TD ALIGN=CENTER><img ALT=tongue-out SRC="<?=$CFG->wwwroot?>/pix/s/tongueout.gif"><TD ALIGN=CENTER> :-P </TD></TR>
<TR><TD>surprise <TD ALIGN=CENTER><img ALT=surprised SRC="<?=$CFG->wwwroot?>/pix/s/surprise.gif"><TD ALIGN=CENTER> :-o </TD></TR>
<TR><TD>cool <TD ALIGN=CENTER><img ALT=cool SRC="<?=$CFG->wwwroot?>/pix/s/cool.gif"><TD ALIGN=CENTER> B-) </TD></TR>
<TR><TD>smile <TD ALIGN=CENTER><img ALT=smile SRC="<?php echo $CFG->wwwroot?>/pix/s/smiley.gif"><TD ALIGN=CENTER> :-) </TD></TR>
<TR><TD>sad <TD ALIGN=CENTER><img ALT=sad SRC="<?php echo $CFG->wwwroot?>/pix/s/sad.gif"><TD ALIGN=CENTER> :-( </TD></TR>
<TR><TD>grin <TD ALIGN=CENTER><img ALT=grin SRC="<?php echo $CFG->wwwroot?>/pix/s/biggrin.gif"><TD ALIGN=CENTER> :-D </TD></TR>
<TR><TD>wink <TD ALIGN=CENTER><img ALT=wink SRC="<?php echo $CFG->wwwroot?>/pix/s/wink.gif"><TD ALIGN=CENTER> ;-) </TD></TR>
<TR><TD>mixed <TD ALIGN=CENTER><img ALT=mixed SRC="<?php echo $CFG->wwwroot?>/pix/s/mixed.gif"><TD ALIGN=CENTER> :-/ </TD></TR>
<TR><TD>wide-eyed <TD ALIGN=CENTER><img ALT=wide-eyed SRC="<?php echo $CFG->wwwroot?>/pix/s/wideeyes.gif"><TD ALIGN=CENTER> 8-) </TD></TR>
<TR><TD>tongue-out <TD ALIGN=CENTER><img ALT=tongue-out SRC="<?php echo $CFG->wwwroot?>/pix/s/tongueout.gif"><TD ALIGN=CENTER> :-P </TD></TR>
<TR><TD>surprise <TD ALIGN=CENTER><img ALT=surprised SRC="<?php echo $CFG->wwwroot?>/pix/s/surprise.gif"><TD ALIGN=CENTER> :-o </TD></TR>
<TR><TD>cool <TD ALIGN=CENTER><img ALT=cool SRC="<?php echo $CFG->wwwroot?>/pix/s/cool.gif"><TD ALIGN=CENTER> B-) </TD></TR>
</TABLE>
</UL>