mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
156 lines
7.0 KiB
HTML
Executable File
156 lines
7.0 KiB
HTML
Executable File
<!-- $Id$ -->
|
|
|
|
<p align="center"><strong>Éditeur WYSIWYG intégré</strong></p>
|
|
|
|
<p>Disponibilité :<strong>
|
|
<?php if (!$CFG->htmleditor) {
|
|
print_string("htmleditordisabledadmin");
|
|
} else if (!$USER->htmleditor) {
|
|
print_string("htmleditordisabled");
|
|
} else if (!can_use_richtext_editor()) {
|
|
print_string("htmleditordisabledbrowser");
|
|
} else {
|
|
print_string("htmleditoravailable");
|
|
}
|
|
?>
|
|
</strong></p>
|
|
|
|
<p>L'éditeur WYSIWYG présente une interface semblable à celle des traitements de textes. Il permet d'éditer un texte intuitivement et produit du code HTML normal.</p>
|
|
|
|
<p>En plus du formatage du texte, l'éditeur a les fonctionnalités suivantes :</p>
|
|
|
|
<p><strong>Coller du texte en provenance d'une autre application</strong></p>
|
|
|
|
<ul>Vous pouvez copier et coller du texte formaté dans d'autres applications, par exemple Word, directement dans cet éditeur et tout le formatage sera conservé. On utilise pour cela les commandes Copier et Coller du navigateur.</ul>
|
|
|
|
<p><strong>Insérer des images <img alt="" border="0" hspace="10" src="lib/editor/images/ed_image.gif"></strong></p>
|
|
|
|
<ul>Vous pouvez insérer des images déjà publiées sur un site web en cliquant sur le bouton « Insérer image » et en tapant l'URL de l'image.</ul>
|
|
|
|
<p><strong>Insérer un tableau <img alt="" border="0" hspace="10" src="lib/editor/images/insert_table.gif"></strong></p>
|
|
|
|
<ul>On peut insérer un tableau dans le texte en utilisant le bouton correspondant.</ul>
|
|
|
|
<p><strong>Insérer un lien hypertexte <img alt="" border="0" hspace="10" src="lib/editor/images/ed_link.gif"></strong></p>
|
|
|
|
<ul>Pour insérer un lien hypertexte, tapez tout d'abord le texte qui servira de lien. Sélectionnez ce texte et cliquez sur le bouton d'insertion de lien. Tapez ensuite l'URL désirée.</ul>
|
|
|
|
<p><strong>Insérer des binettes (emoticons) <img alt="" border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></strong></p>
|
|
|
|
<ul>Pour insérer des binettes dans votre texte, cliquez sur l'icône sourire dans la barre d'icônes. Une fenêtre s'ouvrira, avec la liste des binettes disponibles. Cliquez sur une des binettes ou notez le code correspondant, que vous pourrez taper directement dans votre texte.</p>
|
|
|
|
<table border="1">
|
|
<tr valign="top">
|
|
<td>
|
|
<table border="0" align="center" cellpadding="10">
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></td>
|
|
<td>sourire</td>
|
|
<td nowrap="nowrap"><font face="courier">:-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15"></td>
|
|
<td>grand sourire</td>
|
|
<td nowrap="nowrap"><font face="courier">:-d</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15"></td>
|
|
<td>clin d'oeil</td>
|
|
<td nowrap="nowrap"><font face="courier">;-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15"></td>
|
|
<td>incertain</td>
|
|
<td nowrap="nowrap"><font face="courier">:-/</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15"></td>
|
|
<td>pensif</td>
|
|
<td nowrap="nowrap"><font face="courier">v-.</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15"></td>
|
|
<td>langue sortie</td>
|
|
<td nowrap="nowrap"><font face="courier">:-p</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15"></td>
|
|
<td>cool</td>
|
|
<td nowrap="nowrap"><font face="courier">b-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15"></td>
|
|
<td>approbateur</td>
|
|
<td nowrap="nowrap"><font face="courier">^-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15"></td>
|
|
<td>yeux grands ouverts</td>
|
|
<td nowrap="nowrap"><font face="courier">8-)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15"></td>
|
|
<td>surprise</td>
|
|
<td nowrap="nowrap"><font face="courier">8-o</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="0" align="center" cellpadding="10">
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15"></td>
|
|
<td>triste</td>
|
|
<td nowrap="nowrap"><font face="courier">:-(</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15"></td>
|
|
<td>gêné</td>
|
|
<td nowrap="nowrap"><font face="courier">8-.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15"></td>
|
|
<td>rouge</td>
|
|
<td nowrap="nowrap"><font face="courier">:-i</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15"></td>
|
|
<td>baisers</td>
|
|
<td nowrap="nowrap"><font face="courier">:-x</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15"></td>
|
|
<td>clown</td>
|
|
<td nowrap="nowrap"><font face="courier">:o)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15"></td>
|
|
<td>oeil au beurre noir</td>
|
|
<td nowrap="nowrap"><font face="courier">p-|</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15"></td>
|
|
<td>fâché</td>
|
|
<td nowrap="nowrap"><font face="courier">8-[</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15"></td>
|
|
<td>mort</td>
|
|
<td nowrap="nowrap"><font face="courier">xx-p</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15"></td>
|
|
<td>endormi</td>
|
|
<td nowrap="nowrap"><font face="courier">|-.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img alt="" border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15"></td>
|
|
<td>diabolique</td>
|
|
<td nowrap="nowrap"><font face="courier">}-]</td>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
|
|
</ul>
|
|
|
|
|