web-apps/apps/documenteditor/main/resources/help/fr/ProgramInterface/ReviewTab.htm

29 lines
1.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Onglet Révision</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Document Editor user interface - Review tab" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="search" onkeypress="doSearch(event)">
</div>
<h1>Onglet Révision</h1>
<p>L'onglet <b>Révision</b> permet de vérifier le document : assurez-vous que l'orthographe du texte est correcte, gérez les commentaires, suivez les modifications apportées par un relecteur.</p>
<p><img alt="Onglet Révision" src="../images/interface/reviewtab.png" /></p>
<p>Dans cet onglet vous pouvez :</p>
<ul>
<li>changer la langue du document et activer la <a href="../HelpfulHints/SpellChecking.htm" onclick="onhyperlinkclick(this)">vérification orthographique</a>,</li>
<li>ajouter des <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">commentaires</a> au document,</li>
<li>activer la fonctionnalité <a href="../HelpfulHints/Review.htm" onclick="onhyperlinkclick(this)">Suivi des modifications</a>,</li>
<li>choisir le <a href="../HelpfulHints/Review.htm#displaymode" onclick="onhyperlinkclick(this)">mode d'affichage des modifications</a>,</li>
<li>gérer les <a href="../HelpfulHints/Review.htm#managechanges" onclick="onhyperlinkclick(this)">changements suggérés</a>.</li>
</ul>
</div>
</body>
</html>