]> git.mjollnir.org Git - moodle.git/commitdiff
Help file for text
authormartin <martin>
Mon, 11 Mar 2002 03:26:37 +0000 (03:26 +0000)
committermartin <martin>
Mon, 11 Mar 2002 03:26:37 +0000 (03:26 +0000)
lang/en/help.text.php [new file with mode: 0644]

diff --git a/lang/en/help.text.php b/lang/en/help.text.php
new file mode 100644 (file)
index 0000000..256e839
--- /dev/null
@@ -0,0 +1,25 @@
+<P ALIGN=CENTER><B>Help on writing text</B></P>
+
+Writing text in Moodle works pretty much the way you would expect, but you also have the ability to include "smilies" and "URL addresses" in your text.
+
+<P><B>Smilies (emoticons)</B></P>
+<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>
+</TABLE>
+</UL>
+
+<P><B>URLs</B></P>
+<UL>
+<P>Any "word" starting with <B>www.</B> or <B>http://</B> will automatically be turned into a clickable link. 
+<P>For example:  <A HREF="http://www.yahoo.com">www.yahoo.com</A> or <A HREF="http://curtin.edu">http://curtin.edu</A>
+</UL>