Added Real Objects Edit-On Pro integration.

This commit is contained in:
JT Smith 2002-05-07 02:23:04 +00:00
parent 7bf16431bc
commit caeeaf9291
125 changed files with 10873 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<head>
<frameset cols="160,608">
<frame src="navigation_de_DE.htm" name="navigation" noresize>
<frame src="main_de_DE.htm" name="main">
</frameset>
</head>

View file

@ -0,0 +1,121 @@
<html>
<head>
<style>
p,a,td {font:bold 12px Arial}
td.notbold {font: 12px Arial}
b.big {font:bold 19px Arial}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Tastenk&uuml;rzel</b>
</td>
</tr>
</table>
<br>
<table>
<tr>
<td width="150">
Ctrl + A
</td>
<td class=notbold>
Alles markieren.
</td>
</tr>
<tr>
<td>
Ctrl + Ende
</td>
<td class=notbold>
Ans Ende des Dokuments springen.
</td>
</tr>
<tr>
<td>
Ctrl + Pos1
</td>
<td class=notbold>
An den Anfang des Dokuments springen.
</td>
</tr>
<tr>
<td>
Ctrl + R
</td>
<td class=notbold>
Die Anzeige innerhalb von <i>edit-on&reg; Pro</i> aktualisieren.
</td>
</tr>
<tr>
<td>
Ctrl + X
</td>
<td class=notbold>
Den ausgew&auml;hlten Text ausschneiden.
</td>
</tr>
<tr>
<td>
Ctrl + C
</td>
<td class=notbold>
Den ausgew&auml;hlten Text kopieren.
</td>
</tr>
<tr>
<td>
Ctrl + V
</td>
<td class=notbold>
Den Inhalt der Zwischenablage einf&uuml;gen.
</td>
</tr>
<tr>
<td>
Ctrl + Pfeiltasten
</td>
<td class=notbold>
Zum n&auml;chsten/vorherigen Wort springen.
</td>
</tr>
<tr>
<td>
Einfg
</td>
<td class=notbold>
Zwischen <img src="../images/insert.gif"> und <img src="../images/overwrite.gif"> Modus umschalten.
</td>
</tr>
<tr>
</tr>
<tr>
<td>
Shift + Enter
</td>
<td class=notbold>
Einen "&lt;br&gt;" Tag einf&uuml;gen (nur im WYSIWYG Modus).
</td>
</tr>
</table>
<table>
<br>
<br>
<tr>
<td class=notbold>
<font size="2" face="Arial">
<font size="2" face="Arial"><b>Wichtig!</b></font>
Beim kopieren/ausschneiden/einfügen von Text innerhalb der "WYSIWYG" Ansicht werden die Formatierung, der Stil, usw.
erhalten. Wegen allgemeinen Java Applet Sicherheitsbestimmungen kann ein Dokument Extern (d.h. aus der/in die Zwischenablage nur
kopiert/ausgeschnitten/eingefügt werden wenn die CAB/JAR Datei des Applets digital signiert ist, wobei jedoch der Stil, die Formatierung, usw.
verlorengehen. Das kopieren/ausschneiden/einfügen aus externen Dokumenten in das Applet ist jedoch in der "HTML Ansicht" möglich.
</font>
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,60 @@
<html>
<head>
<style>
p,a,td {font: 12px Arial}
b.big {font:bold 19px Arial}
td.backgr {background-image:url(../images/eop.gif); background-repeat:no-repeat;}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Allgemeine Beschreibung</b>
</td>
</tr>
</table>
<br>
<table width="583">
<tr>
<td>
Dies ist die "Toolbar". Um eine Beschreibung der verschiedenen Buttons der Toolbar zu erhalten, klicken sie
bitte auf <a href="toolbar_de_DE.htm">"Allgemeine Beschreibung"</a>.
</td>
</tr>
</table>
<table width="583" border="1">
<tr>
<td class=backgr width="585" height="400" align="center">
Dies ist die Bearbeitungsfl&auml;che. Hier k&ouml;nnen Sie Dokumente bearbeiten.
</td>
</tr>
</table>
<table width="583">
<tr>
<td>
Schalten Sie zwischen der WYSIWYG/HTML Ansicht um indem Sie das entsprechende Symbol ausw&auml;hlen. Innerhalb der "HTML
Ansicht" k&ouml;nnen Sie Text auch bearbeiten, indem Sie standard HTML Tags verwenden.
</td>
</tr>
</table>
<br>
<table>
<tr>
<td>
<b>N.B.</b> Unbekannte HTML Tags werden erhalten und als &nbsp;<img src="../images/unsupportedtag.gif">&nbsp;
angezeigt, wenn Sie in der WYSIWYG Ansicht den
<img src="../images/shownallchar.gif"> Toolbar Button anklicken. Ein "Tag Eigenschaften" Dialogfenster wird
erscheinen wenn Sie den rechten Mausknopf dr&uuml;cken. Der Inhalt des unbekannten Tags kann bearbeitet werden, wobei
&auml;nderungen erhalten bleiben.
</td>
</tr>
</body>
</html>

View file

@ -0,0 +1,53 @@
<html>
<head>
<style>
p,a,td {font:bold 12px Arial}
b {font:bold 22px Arial}
</style>
</head>
<body>
<table>
<tr>
<td width="180">
<b><i>edit-on&reg; Pro</i><br>online Hilfe</b>
</td>
</tr>
<tr>
<td>
&nbsp;<br>
&nbsp;
</td>
</tr>
<tr>
<td width="180">
<a href="main_de_DE.htm" target="main">Allgemeine Beschreibung</a>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="180">
<a href="toolbar_de_DE.htm" target="main">Toolbar Beschreibung</a>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
</tr>
<tr>
<td width="180">
<a href="hotkeys_de_DE.htm" target="main">Tastenk&uuml;rzel</a>
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,470 @@
<html>
<head>
<style>
p,b {font:bold 12px Arial}
a {font: 11px Arial}
td {font: 12px Arial}
b.big {font:bold 19px Arial}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Toolbar Beschreibung</b>
</td>
</tr>
</table>
<br>
<table border="1">
<tr>
<td width="100" align="center" height="50">
<b>Symbol</b>
</td>
<td align="center" width="450" height="50">
<b>Funktion</b>
</td>
<td align="center" height="50" width="450">
<b>Entsprechendes HTML tag in der "HTML Ansicht"</b>
</td>
</tr>
<tr>
<td width="100" align="center" height="25">
<img src="../images/expandtool_shrink.gif">
</td>
<td width="450">
Klicken Sie auf dieses Symbol um die Toolbar zu verkleinern/vergr&ouml;ssern.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/new.gif">
</td>
<td width="450">
Ein neues, leeres Dokument &ouml;ffnen.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/open.gif">
</td>
<td width="450">
Ein Dokument/HTML &ouml;ffnen/laden.
<a><br>(mit dieser Funktion k&ouml;nnen Sie auch eine ganze Website laden, die nicht aus Frames besteht)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/cut.gif">
</td>
<td width="450">
Markierten Text ausschneiden.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/copy.gif">
</td>
<td width="450">
Markierten Text kopieren.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/paste.gif">
</td>
<td width="450">
Den Inhalt der Zwischenablage einf&uuml;gen.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/inserttext.gif">
</td>
<td width="450">
Text einf&uuml;gen.
</td>
<td width="450">
n.a.
</td>
</tr><tr>
<td width="100" align="center">
<img src="../images/format.gif">
</td>
<td width="450">
Das Format des Absatzes bestimmen.
</td>
<td width="450">
<font color="blue">&lt;h1&gt;</font>Ihr Text<font color="blue">&lt;/h1&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/type.gif">
</td>
<td width="450">
Die Schriftart bestimmen.
</td>
<td width="450">
<font color="blue">&lt;p&gt;<br>&lt;font face="Font"&gt;<br>
</font>Ihr Text<font color="blue"><br>
&lt;/font&gt;<br>&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/size.gif">
</td>
<td width="450">
Die Schriftgr&ouml;sse bestimmen.
</td>
<td width="450">
<font color="blue">&lt;p&gt;<br>&lt;font size="Font Size"&gt;<br>
</font>Ihr Text<font color="blue"><br>
&lt;/font&gt;<br>&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/bold.gif">
</td>
<td width="450">
Fett.
</td>
<td width="450">
<font color="blue">&lt;b&gt;</font><b>Ihr Text</b><font color="blue">&lt;/b&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/italic.gif">
</td>
<td width="450">
Kursiv.
</td>
<td width="450">
<font color="blue">&lt;i&gt;</font><i>Ihr Text</i><font color="blue">&lt;/i&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/underline.gif">
</td>
<td width="450">
Unterstrichen.
</td>
<td width="450">
<font color="blue">&lt;u&gt;</font><u>Ihr Text</u><font color="blue">&lt;/u&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/left.gif">
</td>
<td width="450">
Den Text links ausrichten.
</td>
<td width="450">
<font color="blue">&lt;p align="left"&gt;</font>Ihr Text<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/center.gif">
</td>
<td width="450">
Den Text in der Mitte ausrichten.
</td>
<td width="450">
<font color="blue">&lt;p align="center"&gt;</font>Ihr Text<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/right.gif">
</td>
<td width="450">
Den Text rechts ausrichten.
</td>
<td width="450">
<font color="blue">&lt;p align="right"&gt;</font>Ihr Text<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/table2.gif">
</td>
<td width="450">
Eine Tabelle einrichten und einf&uuml;gen.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/table.gif">
</td>
<td width="450">
Eine standard Tabelle einf&uuml;gen.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/insertrow.gif">
</td>
<td width="450">
Eine Reihe in Ihre Tabelle einf&uuml;gen.
</td>
<td>
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/insertcolumn.gif">
</td>
<td width="450">
Eine Spalte in Ihre Tabelle einf&uuml;gen.
</td>
<td>
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/list.gif">
</td>
<td width="450">
Aufz&auml;hlung.
</td>
<td width="450">
<font color="blue">&lt;ul&gt;<br>
&lt;li&gt;</font>Dies ist das erste Element
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>Dies ist das zweite Element<font color="blue">&lt;/li&gt;
<br>&lt;/ul&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/olist.gif">
</td>
<td width="450">
Nummerierte Liste.
</td>
<td width="450">
<font color="blue">&lt;ol&gt;<br>
&lt;li&gt;</font>Dies ist das Erste Element
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>Dies ist das zweite Element<font color="blue">&lt;/li&gt;
<br>&lt;/ol&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/alist.gif">
</td>
<td width="450">
Alphabetische Liste.
</td>
<td width="450">
<font color="blue">&lt;ol type="A"&gt;<br>
&lt;li&gt;</font>Dies ist das erste Element
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>Dies ist das zweite Element<font color="blue">&lt;/li&gt;
<br>&lt;/ol&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/decindent.gif">
</td>
<td width="450">
Einzug verringern.
</td>
<td width="450">
<font color="blue">&lt;blockquote&gt;</font><br>
Ihr Text<br>
<font color="blue">&lt;/blockquote&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/incindent.gif">
</td>
<td width="450">
Einzug vergr&ouml;ssern.
</td>
<td width="450">
<font color="blue">&lt;blockquote&gt;</font><br>
<font color="blue">&lt;blockquote&gt;</font><br>
Ihr Text<br>
<font color="blue">&lt;/blockquote&gt;</font><br>
<font color="blue">&lt;/blockquote&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/link.gif">
</td>
<td width="450">
Link erstellen/einf&uuml;gen
<a><br>(dies erm&ouml;glicht es Ihnen einen Link an der jetzigen Kursorposition einzuf&uuml;gen oder den momentan markierten Text
in einen Link zu konvertieren)</a>.
</td>
<td width="450">
<font color="blue">&lt;a href="http://ihredomain"&gt;</font>http://ihredomain<font color="blue">&lt;/a&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/bookmark.gif">
</td>
<td width="450">
Textmarke einf&uuml;gen.
</td>
<td width="450">
<font color="blue">&lt;a name="ihretextmarke"&gt;&lt;/a&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/image.gif">
</td>
<td width="450">
Ein Bild einf&uuml;gen.
</td>
<td width="450">
<font color="blue">&lt;img src="http://ihredomain/bild.gif"&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/file.gif">
</td>
<td width="450">
Eine HTML Datei an der jetzigen kursor-Position einf&uuml;gen.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/hr.gif">
</td>
<td width="450">
Eine horizontale Linie einf&uuml;gen.
</td>
<td width="450">
<font color="blue">&lt;hr/&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/charmap.gif">
</td>
<td width="450">
Ein Sonderzeichen einf&uuml;gen.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/spellcheck.gif">
</td>
<td width="450">
Rechtschreibpr&uuml;fung an-/ausschalten.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/shownallchar.gif">
</td>
<td width="450">
Absatzzeichen anzeigen.
<a><br>(Kontrollzeichen und unbekannte HTML Tags werden angezeigt)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/properties.gif">
</td>
<td width="450">
Voreinstellungen bearbeiten.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/help.gif">
</td>
<td width="450">
Hilfe <a>(online Hilfe f&uuml;r <i>edit-on&reg; Pro<i>)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/info.gif">
</td>
<td width="450">
Informationen &uuml;ber das Produkt
<a>(Informationen &uuml;ber Copyright und Version)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/separator.gif">
</td>
<td width="450">
Separator
<a>(trennt die verschiedenen Button-Gruppen)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,10 @@
<html>
<head>
<frameset cols="160,608">
<frame src="navigation_en_US.htm" name="navigation" noresize>
<frame src="main_en_US.htm" name="main">
</frameset>
</head>
</html>

View file

@ -0,0 +1,122 @@
<html>
<head>
<style>
p,a,td {font:bold 12px Arial}
td.notbold {font: 12px Arial}
b.big {font:bold 19px Arial}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Hotkeys</b>
</td>
</tr>
</table>
<br>
<table>
<tr>
<td width="150">
Ctrl + A
</td>
<td class=notbold>
Select all.
</td>
</tr>
<tr>
<td>
Ctrl + End
</td>
<td class=notbold>
Go to end of document.
</td>
</tr>
<tr>
<td>
Ctrl + Home
</td>
<td class=notbold>
Go to beginning of document.
</td>
</tr>
<tr>
<td>
Ctrl + R
</td>
<td class=notbold>
Refresh the <i>edit-on&reg; Pro</i> display.
</td>
</tr>
<tr>
<td>
Ctrl + X
</td>
<td class=notbold>
Cut selected text.
</td>
</tr>
<tr>
<td>
Ctrl + C
</td>
<td class=notbold>
Copy selected text.
</td>
</tr>
<tr>
<td>
Ctrl + V
</td>
<td class=notbold>
Paste clipboard content.
</td>
</tr>
<tr>
<td>
Ctrl + Arrow Keys
</td>
<td class=notbold>
Go to next/previous word.
</td>
</tr>
<tr>
<td>
Ins
</td>
<td class=notbold>
Toggle between <img src="../images/insert.gif"> and <img src="../images/overwrite.gif"> mode.
</td>
</tr>
<tr>
</tr>
<tr>
<td>
Shift + Enter
</td>
<td class=notbold>
Insert a "&lt;br&gt;" tag (only in WYSIWYG mode).
</td>
</tr>
</table>
<table>
<br>
<br>
<tr>
<td class=notbold>
<font size="2" face="Arial">
<font size="2" face="Arial"><b>Important!</b></font>
The copy/cut/paste functionality within the "WYSIWYG View" works internally with preserving styles/formatting
etc. Due to general Java applet security restrictions it works externally (from/to system clipboard) only if the
applet's CAB/JAR file is digitally signed while styles/formatting etc. will not be preserved. However, the external copy/cut/paste functionality of a
digitally unsigned
<i>edit-on&reg; Pro</i> applet is supported within the "HTML View".
</font>
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,59 @@
<html>
<head>
<style>
p,a,td {font: 12px Arial}
b.big {font:bold 19px Arial}
td.backgr {background-image:url(../images/eop.gif); background-repeat:no-repeat;}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>General Description</b>
</td>
</tr>
</table>
<br>
<table width="583">
<tr>
<td>
This is the toolbar section. For a description of the different toolbar buttons please go to the
<a href="toolbar_en_US.htm">"Toolbar Description"</a>.
</td>
</tr>
</table>
<table width="583" border="1">
<tr>
<td class=backgr width="585" height="400" align="center">
This is the editing area. You can edit documents here.
</td>
</tr>
</table>
<table width="583">
<tr>
<td>
Switch between "WYSIWYG/HTML View" by selecting the corresponding sheet. Within the "HTML View" you can also edit your
text using standard HTML tags.
</td>
</tr>
</table>
<br>
<table>
<tr>
<td>
<b>Please note.</b> Unknown HTML tags will be preserved and displayed as
&nbsp;<img src="../images/unsupportedtag.gif">&nbsp; within the WYSIWYG view after pressing the
<img src="../images/shownallchar.gif"> toolbar button. A "unknown tag property" dialog will appear when clicking the
right mouse button. The content of the unknown tag can be edited while changes will be preserved.
</td>
</tr>
</body>
</html>

View file

@ -0,0 +1,52 @@
<html>
<head>
<style>
p,a,td {font:bold 12px Arial}
b {font:bold 22px Arial}
</style>
</head>
<body>
<table>
<tr>
<td width="180">
<b><i>edit-on&reg; Pro</i><br>online help</b>
</tr>
<tr>
<td>
&nbsp;<br>
&nbsp;
</td>
</tr>
<tr>
<td width="180">
<a href="main_en_US.htm" target="main">General Description</a>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="180">
<a href="toolbar_en_US.htm" target="main">Toolbar Description</a>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
</tr>
<tr>
<td width="180">
<a href="hotkeys_en_US.htm" target="main">Hotkeys</a>
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,470 @@
<html>
<head>
<style>
p,b {font:bold 12px Arial}
a {font: 11px Arial}
td {font: 12px Arial}
b.big {font:bold 19px Arial}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Toolbar Description</b>
</td>
</tr>
</table>
<br>
<table border="1">
<tr>
<td width="100" align="center" height="50">
<b>Icon</b>
</td>
<td align="center" width="450" height="50">
<b>Function</b>
</td>
<td align="center" height="50" width="450">
<b>Equivalent HTML tag in "HTML View"</b>
</td>
</tr>
<tr>
<td width="100" align="center" height="25">
<img src="../images/expandtool_shrink.gif">
</td>
<td width="450">
Click this icon to expand/shrink the toolbar.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/new.gif">
</td>
<td width="450">
Open a new, empty document.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/open.gif">
</td>
<td width="450">
Load/open a document/HTML
<a><br>(using this function you can also load/open a whole non-frame-based web page)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/cut.gif">
</td>
<td width="450">
Cut text previously marked.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/copy.gif">
</td>
<td width="450">
Copy text previously marked.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/paste.gif">
</td>
<td width="450">
Paste text.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/inserttext.gif">
</td>
<td width="450">
Insert text.
</td>
<td width="450">
n.a.
</td>
</tr><tr>
<td width="100" align="center">
<img src="../images/format.gif">
</td>
<td width="450">
Select the paragraph format.
</td>
<td width="450">
<font color="blue">&lt;h1&gt;</font>Your Text<font color="blue">&lt;/h1&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/type.gif">
</td>
<td width="450">
Select the font type.
</td>
<td width="450">
<font color="blue">&lt;p&gt;<br>&lt;font face="Font"&gt;<br>
</font>Your Text<font color="blue"><br>
&lt;/font&gt;<br>&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/size.gif">
</td>
<td width="450">
Select the font size.
</td>
<td width="450">
<font color="blue">&lt;p&gt;<br>&lt;font size="Font Size"&gt;<br>
</font>Your Text<font color="blue"><br>
&lt;/font&gt;<br>&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/bold.gif">
</td>
<td width="450">
Bold.
</td>
<td width="450">
<font color="blue">&lt;b&gt;</font><b>Your Text</b><font color="blue">&lt;/b&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/italic.gif">
</td>
<td width="450">
Italic.
</td>
<td width="450">
<font color="blue">&lt;i&gt;</font><i>Your Text</i><font color="blue">&lt;/i&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/underline.gif">
</td>
<td width="450">
Underline.
</td>
<td width="450">
<font color="blue">&lt;u&gt;</font><u>Your Text</u><font color="blue">&lt;/u&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/left.gif">
</td>
<td width="450">
Align the text on the left.
</td>
<td width="450">
<font color="blue">&lt;p align="left"&gt;</font>Your Text<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/center.gif">
</td>
<td width="450">
Align the text on the center.
</td>
<td width="450">
<font color="blue">&lt;p align="center"&gt;</font>Your Text<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/right.gif">
</td>
<td width="450">
Align the text on the right.
</td>
<td width="450">
<font color="blue">&lt;p align="right"&gt;</font>Your Text<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/table2.gif">
</td>
<td width="450">
Insert and customize a table.
</td>
<td width="450">
The HTML equivalent depends of the table settings.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/table.gif">
</td>
<td width="450">
Insert a default table.
</td>
<td width="450">
The HTML equivalent depends of the table settings.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/insertrow.gif">
</td>
<td width="450">
Insert a row into your table.
</td>
<td>
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/insertcolumn.gif">
</td>
<td width="450">
Insert a column into your table.
</td>
<td>
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/list.gif">
</td>
<td width="450">
Bullet list.
</td>
<td width="450">
<font color="blue">&lt;ul&gt;<br>
&lt;li&gt;</font>This is the first Item
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>This is the second Item<font color="blue">&lt;/li&gt;
<br>&lt;/ul&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/olist.gif">
</td>
<td width="450">
Ordered list.
</td>
<td width="450">
<font color="blue">&lt;ol&gt;<br>
&lt;li&gt;</font>This is the first Item
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>This is the second Item<font color="blue">&lt;/li&gt;
<br>&lt;/ol&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/alist.gif">
</td>
<td width="450">
Alphabet list.
</td>
<td width="450">
<font color="blue">&lt;ol type="A"&gt;<br>
&lt;li&gt;</font>This is the first Item
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>This is the second Item<font color="blue">&lt;/li&gt;
<br>&lt;/ol&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/decindent.gif">
</td>
<td width="450">
Decrease indent.
</td>
<td width="450">
<font color="blue">&lt;blockquote&gt;</font><br>
Your Text<br>
<font color="blue">&lt;/blockquote&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/incindent.gif">
</td>
<td width="450">
Increase indent.
</td>
<td width="450">
<font color="blue">&lt;blockquote&gt;</font><br>
<font color="blue">&lt;blockquote&gt;</font><br>
Your Text<br>
<font color="blue">&lt;/blockquote&gt;</font><br>
<font color="blue">&lt;/blockquote&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/link.gif">
</td>
<td width="450">
Create or insert a hyperlink
<a><br>(this allows you to insert a hyperlink at the current cursor location or to convert the currently selected text
into a hyperlink)</a>.
</td>
<td width="450">
<font color="blue">&lt;a href="http://yourdomain"&gt;</font>http://yourdomain<font color="blue">&lt;/a&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/bookmark.gif">
</td>
<td width="450">
Insert a bookmark.
</td>
<td width="450">
<font color="blue">&lt;a name="yourbookmark"&gt;&lt;/a&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/image.gif">
</td>
<td width="450">
Insert an image.
</td>
<td width="450">
<font color="blue">&lt;img src="http://yourdomain/file.gif"&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/file.gif">
</td>
<td width="450">
Insert a HTML file at current cursor position.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/hr.gif">
</td>
<td width="450">
Insert a horizontal line.
</td>
<td width="450">
<font color="blue">&lt;hr/&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/charmap.gif">
</td>
<td width="450">
Insert a special character.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/spellcheck.gif">
</td>
<td width="450">
Enable/disable the spellcheck.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/shownallchar.gif">
</td>
<td width="450">
Show paragraph signs
<a><br>(control characters and unknown HTML tags will be shown)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/properties.gif">
</td>
<td width="450">
Set the default properties.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/help.gif">
</td>
<td width="450">
Help <a>(online help for edit-on Pro)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/info.gif">
</td>
<td width="450">
Product information
<a>(copyright and version information)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/separator.gif">
</td>
<td width="450">
Separator
<a>(separates each group of buttons)</a>.
</td>
<td width="450">
n.a.
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,10 @@
<html>
<head>
<frameset cols="160,608">
<frame src="navigation_fr_FR.htm" name="navigation" noresize>
<frame src="main_fr_FR.htm" name="main">
</frameset>
</head>
</html>

View file

@ -0,0 +1,118 @@
<html>
<head>
<style>
p,a,td {font:bold 12px Arial}
td.notbold {font: 12px Arial}
b.big {font:bold 19px Arial}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Raccourcis clavier</b>
</td>
</tr>
</table>
<br>
<table>
<tr>
<td width="150">
Ctrl + A
</td>
<td class=notbold>
Tout s&eacute;lectionner.
</td>
</tr>
<tr>
<td>
Ctrl + End
</td>
<td class=notbold>
Aller &agrave; la fin du document.
</td>
</tr>
<tr>
<td>
Ctrl + Home
</td>
<td class=notbold>
Aller au d&eacute;but du document.
</td>
</tr>
<tr>
<td>
Ctrl + R
</td>
<td class=notbold>
Actualiser l´affichage au sein d´<i>edit-on&reg; Pro</i>.
</td>
</tr>
<tr>
<td>
Ctrl + X
</td>
<td class=notbold>
Couper le texte s&eacute;lectionn&eacute;.
</td>
</tr>
<tr>
<td>
Ctrl + C
</td>
<td class=notbold>
Copier le texte s&eacute;lectionn&eacute;.
</td>
</tr>
<tr>
<td>
Ctrl + V
</td>
<td class=notbold>
Coller le contenu du presse-papiers.
</td>
</tr>
<tr>
<td>
Ctrl + Arrow Keys
</td>
<td class=notbold>
Aller au mot pr&eacute;c&eacute;dent/suivant.
</td>
</tr>
<tr>
<td>
Ins
</td>
<td class=notbold>
Basculer entre les modes <img src="../images/insert.gif"> et <img src="../images/overwrite.gif">.
</td>
</tr>
<tr>
</tr>
<tr>
<td>
Shift + Enter
</td>
<td class=notbold>
Ins&eacute;rer une balise "&lt;br&gt;" (uniquement en mode WYSIWYG).
</td>
</tr>
</table>
<table>
<br>
<br>
<tr>
<td class=notbold>
<font size="2" face="Arial">
<font size="2" face="Arial"><b>Important!</b></font>
Lorsque vous copiez, coupez ou collez du texte en mode d´affichage "WYSIWYG", le format, le style, etc. du texte seront pr&eacute;serv&eacute;s. Cependant, les restrictions de sécurit&eacute; pour les applets Java vous emp&ecirc;chent d´y copier, couper ou coller le contenu d´un document venant d´une source externe (c´est-&agrave;-dire du ou dans le Presse-papiers ), &agrave; moins que les fichiers CAB/JAR de l´applet soient sign&eacute;s num&eacute;riquement. Dans ce cas, le style, le format, etc. du document original ne seront pas conserv&eacute;s. N&eacute;anmoins, vous avez toujours la possibilit&eacute; de copier, couper ou coller le contenu d´un document en mode d´affichage "HTML".
</font>
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,58 @@
<html>
<head>
<style>
p,a,td {font: 12px Arial}
b.big {font:bold 19px Arial}
td.backgr {background-image:url(../images/eop.gif); background-repeat:no-repeat;}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Description g&eacute;n&eacuterale</b>
</td>
</tr>
</table>
<br>
<table width="583">
<tr>
<td>
Ceci est la barre d´outils. Si vous souhaitez une description plus d&eacute;taill&eacute;e de ses diff&eacute;rentes
fonctions, veuillez consulter la section
<a href="toolbar_fr_FR.htm">"Description de la barre d´outils"</a>.
</td>
</tr>
</table>
<table width="583" border="1">
<tr>
<td class=backgr width="585" height="400" align="center">
Ceci est l´aire de travail. Vous pouvez modifier vos documents ici.
</td>
</tr>
</table>
<table width="583">
<tr>
<td>
Pour basculer entre les modes d´affichage WYSIWYG et HTML, sélectionnez l'icône correspondante. En mode d´"affichage HTML", vous pouvez modifier le texte en employant des balises HTML standard.
</td>
</tr>
</table>
<br>
<table>
<tr>
<td>
<b>N.B.</b> Lorsque vous activez le bouton de barre d'outils <img src="../images/shownallchar.gif">
en mode WYSIWYG, toutes les balises HTML inconnues seront maintenues et affichées sous forme de &nbsp;<img src="../images/unsupportedtag.gif">&nbsp;.
Cliquez sur le bouton droit de la souris pour ouvrir la boîte de dialogue "Propriétés de la balise inconnue", dans laquelle vous pourrez modifier le contenu de la balise inconnue et enregistrer vos modifications.
</td>
</tr>
</body>
</html>

View file

@ -0,0 +1,52 @@
<html>
<head>
<style>
p,a,td {font:bold 12px Arial}
b {font:bold 22px Arial}
</style>
</head>
<body>
<table>
<tr>
<td width="180">
<b><i>edit-on&reg; Pro</i><br>aide en ligne</b>
</tr>
<tr>
<td>
&nbsp;<br>
&nbsp;
</td>
</tr>
<tr>
<td width="180">
<a href="main_fr_FR.htm" target="main">Description g&eacute;n&eacute;rale</a>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="180">
<a href="toolbar_fr_FR.htm" target="main">Description de la barre d´outils</a>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
</tr>
<tr>
<td width="180">
<a href="hotkeys_fr_FR.htm" target="main">Raccourcis clavier</a>
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,471 @@
<html>
<head>
<style>
p,b {font:bold 12px Arial}
a {font: 11px Arial}
td {font: 12px Arial}
b.big {font:bold 19px Arial}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Description de la barre d´outils
</td>
</tr>
</table>
<br>
<table border="1">
<tr>
<td width="100" align="center" height="50">
<b>Ic&ocirc;ne
</td>
<td align="center" width="450" height="50">
<b>Fonction</b>
</td>
<td align="center" height="50" width="450">
<b>Balise HTML correspondante en mode d´"Affichage HTML"</b>
</td>
</tr>
<tr>
<td width="100" align="center" height="25">
<img src="../images/expandtool_shrink.gif">
</td>
<td width="450">
Cliquez cet icône pour &eacute;largir/r&eacute;duire la barre d´outils.
</td>
<td width="450">
non disponible
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/new.gif">
</td>
<td width="450">
Ouvrir un nouveau document vierge.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/open.gif">
</td>
<td width="450">
Ouvrir/charger un document/HTML
<a><br>(en utilisant cette fonction, vous pouvez charger toute une page web qui n´est pas composée de cadres</a>.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/cut.gif">
</td>
<td width="450">
Couper le texte s&eacute;lectionn&eacute;.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/copy.gif">
</td>
<td width="450">
Copier le texte s&eacute;lectionn&eacute;.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/paste.gif">
</td>
<td width="450">
Ins&eacute;rer le contenu du presse-papiers.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/inserttext.gif">
</td>
<td width="450">
Ins&eacute;rer du texte.
</td>
<td width="450">
non dis.
</td>
</tr><tr>
<td width="100" align="center">
<img src="../images/format.gif">
</td>
<td width="450">
S&eacute;lectionner le format du paragraphe.
</td>
<td width="450">
<font color="blue">&lt;h1&gt;</font>Votre Texte<font color="blue">&lt;/h1&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/type.gif">
</td>
<td width="450">
S&eacute;lectionner le type de police.
</td>
<td width="450">
<font color="blue">&lt;p&gt;<br>&lt;font face="Font"&gt;<br>
</font>Votre Texte<font color="blue"><br>
&lt;/font&gt;<br>&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/size.gif">
</td>
<td width="450">
S&eacute;lectionner la taille de police.
</td>
<td width="450">
<font color="blue">&lt;p&gt;<br>&lt;font size="Font Size"&gt;<br>
</font>Votre Texte<font color="blue"><br>
&lt;/font&gt;<br>&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/bold.gif">
</td>
<td width="450">
Gras.
</td>
<td width="450">
<font color="blue">&lt;b&gt;</font><b>Votre Texte</b><font color="blue">&lt;/b&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/italic.gif">
</td>
<td width="450">
Italique.
</td>
<td width="450">
<font color="blue">&lt;i&gt;</font><i>Votre Texte</i><font color="blue">&lt;/i&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/underline.gif">
</td>
<td width="450">
Soulign&eacute;.
</td>
<td width="450">
<font color="blue">&lt;u&gt;</font><u>Votre Texte</u><font color="blue">&lt;/u&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/left.gif">
</td>
<td width="450">
Aligner le texte &agrave; gauche.
</td>
<td width="450">
<font color="blue">&lt;p align="left"&gt;</font>Votre Texte<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/center.gif">
</td>
<td width="450">
Aligner le texte au centre.
</td>
<td width="450">
<font color="blue">&lt;p align="center"&gt;</font>Votre Texte<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/right.gif">
</td>
<td width="450">
Aligner le texte &agrave; droite.
</td>
<td width="450">
<font color="blue">&lt;p align="right"&gt;</font>Votre Texte<font color="blue">&lt;/p&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/table2.gif">
</td>
<td width="450">
Ins&eacute;rer et personnaliser une table.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/table.gif">
</td>
<td width="450">
Ins&eacute;rer une table par défaut.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/insertrow.gif">
</td>
<td width="450">
Ins&eacute;rer une ligne de table.
</td>
<td>
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/insertcolumn.gif">
</td>
<td width="450">
Ins&eacute;rer une colonne de table.
</td>
<td>
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/list.gif">
</td>
<td width="450">
Puces.
</td>
<td width="450">
<font color="blue">&lt;ul&gt;<br>
&lt;li&gt;</font>Ceci est le premier &eacute;l&eacute;ment
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>Ceci est le second &eacute;l&eacute;ment<font color="blue">&lt;/li&gt;
<br>&lt;/ul&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/olist.gif">
</td>
<td width="450">
Liste num&eacute;rot&eacute;e.
</td>
<td width="450">
<font color="blue">&lt;ol&gt;<br>
&lt;li&gt;</font>Ceci est le premier &eacute;l&eacute;ment
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>Ceci est le second &eacute;l&eacute;ment<font color="blue">&lt;/li&gt;
<br>&lt;/ol&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/alist.gif">
</td>
<td width="450">
Liste alphab&eacute;tique.
</td>
<td width="450">
<font color="blue">&lt;ol type="A"&gt;<br>
&lt;li&gt;</font>Ceci est le premier &eacute;l&eacute;ment
<font color="blue">&lt;/li&gt;<br>
&lt;li&gt;</font>Ceci est le second &eacute;l&eacute;ment<font color="blue">&lt;/li&gt;
<br>&lt;/ol&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/decindent.gif">
</td>
<td width="450">
Diminuer le retrait.
</td>
<td width="450">
<font color="blue">&lt;blockquote&gt;</font><br>
Votre Texte<br>
<font color="blue">&lt;/blockquote&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/incindent.gif">
</td>
<td width="450">
Augmenter le retrait.
</td>
<td width="450">
<font color="blue">&lt;blockquote&gt;</font><br>
<font color="blue">&lt;blockquote&gt;</font><br>
Votre Texte<br>
<font color="blue">&lt;/blockquote&gt;</font><br>
<font color="blue">&lt;/blockquote&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/link.gif">
</td>
<td width="450">
Cr&eacute;er ou ins&eacute;rer un lien hypertexte
<a><br>(ceci vous permet d´ins&eacute;rer un lien hypertexte &agrave; la position actuelle du curseur, ou de convertir
le texte s&eacute;lectionn&eacute; actuellement en lien hypertexte)</a>.
</td>
<td width="450">
<font color="blue">&lt;a href="http://votredomaine"&gt;</font>
http://yourdomain<font color="blue">&lt;/a&gt;</font>
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/bookmark.gif">
</td>
<td width="450">
Ins&eacute;rer un signet.
</td>
<td width="450">
<font color="blue">&lt;a name="votresignet"&gt;&lt;/a&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/image.gif">
</td>
<td width="450">
Ins&eacute;rer une image.
</td>
<td width="450">
<font color="blue">&lt;img src="http://votredomaine/fichier.gif"&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/file.gif">
</td>
<td width="450">
Ins&eacute;rer un document HTML &agrave; la position actuelle du curseur.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/hr.gif">
</td>
<td width="450">
Ins&eacute;rer une ligne horizontale.
</td>
<td width="450">
<font color="blue">&lt;hr/&gt;</font>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/charmap.gif">
</td>
<td width="450">
Ins&eacute;rer un caract&egrave;re sp&eacute;cial.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/spellcheck.gif">
</td>
<td width="450">
Allumer/&eacute;teindre le v&eacute;rificateur d´orthographe.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/shownallchar.gif">
</td>
<td width="450">
Afficher les marques de paragraphes
<a><br>(Les charact&egrave;res de contr&ocirc;le et les balises HTML inconnus seront affich&eacute;s)</a>.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/properties.gif">
</td>
<td width="450">
D&eacute;finir les param&egrave;tres par d&eacute;faut.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/help.gif">
</td>
<td width="450">
Aide en ligne <a>(aide en ligne d´<i>edit-on&reg; Pro</i>)</a>.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/info.gif">
</td>
<td width="450">
Informations sur le produit
<a>(Informations sur le copyright et la version)</a>.
</td>
<td width="450">
non dis.
</td>
</tr>
<tr>
<td width="100" align="center">
<img src="../images/separator.gif">
</td>
<td width="450">
S&eacute;parateur
<a>(s&eacute;pare chaque groupe de case d'option)</a>.
</td>
<td width="450">
non dis.
</td>
</tr>
</table>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

View file

@ -0,0 +1,204 @@
#LID 24941
François i
Fé i
Gaspé i
Id i
Ill i
Im i
Ive i
Noël i
Ramón i
René i
Renée i
Rhône i
Shiism i
Shiite i
Yucatán i
Zaïre i
aint i
appliqué i
appliqués i
arent i
attaché i
attachés i
blasé i
bouclé i
boutonnière i
boutonnières i
béarnaise i
béchamel i
bêtes i
cabaña i
cabañas i
café i
cafés i
canapé i
cant i
chargé i
château i
châteaux i
cliché i
clichés i
cloisonné i
communiqué i
communiqués i
cortège i
couldnt i
couldve i
crèche i
crème i
crêpe i
crêpes i
célèbre i
derrière i
derrières i
didnt i
doesnt i
dont i
donts i
dart i
doeuvre i
début i
débutante i
débutantes i
débuted i
débuting i
débuts i
déclassé i
décolletage i
décor i
déjà i
détente i
détentes i
entracte i
entrée i
entrées i
epée i
epées i
exposé i
fainéant i
fiancé i
fiancée i
fiancées i
fiancés i
habitués i
hadnt i
hasnt i
havent i
hed i
hell i
ingénue i
ingénues i
isnt i
itd i
itll i
jardinière i
jardinières i
macramé i
madrilène i
madrilènes i
manqué i
maynt i
maam i
moiré i
mustnt i
mustve i
mélange i
ménage i
naiveté i
naïf i
naïve i
naïves i
naïveté i
neednt i
neer i
née i
oughtnt i
outré i
oclock i
oer i
passé i
piqué i
piña i
plissé i
plissés i
première i
premières i
protégé i
précis i
purée i
puréed i
puréeing i
purées i
recherché i
risqué i
rosé i
rosés i
roué i
roués i
résumé i
résumés i
sauté i
sautéed i
sautéing i
sautés i
shant i
shed i
shell i
shouldnt i
siècle i
soigné i
soignée i
soirée i
soirées i
somebodyll i
someonell i
soufflé i
soufflés i
séance i
thatd i
thatll i
thered i
therell i
theyd i
theyll i
theyre i
theyve i
thisll i
todayll i
touché i
vicuña i
vicuñas i
wasnt i
werent i
wed i
well i
were i
weve i
whatd i
whatll i
whatre i
whatve i
wheneer i
whend i
whenll i
whenre i
whered i
whereer i
wherell i
wherere i
whereve i
whod i
wholl i
whore i
whove i
whyll i
whyre i
wont i
wouldnt i
wouldve i
youd i
youll i
youre i
youve i
être i

File diff suppressed because it is too large Load diff

Some files were not shown because too many files have changed in this diff Show more