From 6074d6c6cdb42e6ae13a89667bc50b631487d3bb Mon Sep 17 00:00:00 2001 From: dongsheng Date: Mon, 5 May 2008 13:31:11 +0000 Subject: [PATCH] "MDL-13233, create files, see tracker" --- lang/en_utf8/help/emoticons2.html | 12 ++++++++ lang/en_utf8/help/richtext2.html | 48 +++++++++++++++++++++++++++++++ lang/en_utf8/help/text2.html | 31 ++++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 lang/en_utf8/help/emoticons2.html create mode 100644 lang/en_utf8/help/richtext2.html create mode 100644 lang/en_utf8/help/text2.html diff --git a/lang/en_utf8/help/emoticons2.html b/lang/en_utf8/help/emoticons2.html new file mode 100644 index 0000000000000..e0ccd6e7dd3ca --- /dev/null +++ b/lang/en_utf8/help/emoticons2.html @@ -0,0 +1,12 @@ + +

Using Smilies (emoticons)

+
##emoticons_html##
+
+ +

When writing online, it can sometimes difficult to express emotion with plain text. + These little icons can help.

+ +

To insert these icons in your text: just click the icon above, or type the associated text code directly in your text.

+ +

Note that the codes themselves are like little pictures - just turn your head to the left when looking at them

+ \ No newline at end of file diff --git a/lang/en_utf8/help/richtext2.html b/lang/en_utf8/help/richtext2.html new file mode 100644 index 0000000000000..dc240a64a9c26 --- /dev/null +++ b/lang/en_utf8/help/richtext2.html @@ -0,0 +1,48 @@ +

About the Richtext HTML editor

+ +

Availability: +htmleditor) { + print_string("htmleditordisabledadmin"); + } else if (!$USER->htmleditor) { + print_string("htmleditordisabled"); + } else if (!can_use_richtext_editor()) { + print_string("htmleditordisabledbrowser"); + } else { + print_string("htmleditoravailable"); + } +?> +

+ +

The Richtext HTML editor provides a word-processor interface embedded in your web page to allow you to edit text in an intuitive way, and produces normal HTML code.

+ +

In addition to formatting text, this editor provides a number of extra features you may find useful. + +

Paste text in from other Applications

+
+

You can cut and paste rich text from other Windows applications such as Microsoft Word + straight into this editor, and your formatting will be preserved. Just use the normal cut and paste + menus in your web browser (or Control-C and Control-V).

+
+ +

Inserting images

+
+

If you have images that are already published on a web site and accessible via a URL, you can include these images in your texts using the "Insert Image" button.

+
+ +

Inserting Tables

+
+

To add layout to your texts, you can use the "Insert Tables" button in the toolbar. +

+ +

Inserting Links /

+
+

To make a new link, first type the text that you want to be a link. Then select it and click the link button in the toolbar. Type the URL you want to link to and it's done!

+
+ + +

Inserting smilies (emoticons)

+
+

To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).

+
##emoticons_html##
+
+
 
diff --git a/lang/en_utf8/help/text2.html b/lang/en_utf8/help/text2.html new file mode 100644 index 0000000000000..b384bbc53ec77 --- /dev/null +++ b/lang/en_utf8/help/text2.html @@ -0,0 +1,31 @@ +

Help on writing text

+ +Writing text in Moodle works pretty much the way you would expect, but you also have the ability to include "smilies", "URL addresses" and some HTML tags in your text. + +

Smilies (emoticons)

+
+

To embed these small icons in your text, just type the associated code. These codes themselves are like little pictures if you turn your head to the left when looking at them.

+
##emoticons_html##
+
+
+

URLs

+
+

Any "word" starting with www. or http:// will automatically be turned into a clickable link.

+

For example: www.yahoo.com or http://curtin.edu

+
+ +

HTML tags

+
+

You can use a limited subset of HTML tags to add emphasis to your texts.

+ + + + + + + + +
HTML tagsProduces
<b> bold </b> bold text
<i> italic </i> italic text
<u> underline </u> underlined text
<font color="green"> example </font> example
<ul> <li>one</li> <li>two</li> </ul>
  • one
  • two
<hr />
+
+ +