web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm
2018-01-12 17:52:45 +03:00

29 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. 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>Вкладка Рецензирование</title>
<meta charset="utf-8" />
<meta name="description" content="Знакомство с пользовательским интерфейсом редактора документов - Вкладка Рецензирование" />
<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="Поиск" type="search" onkeypress="doSearch(event)">
</div>
<h1>Вкладка Рецензирование</h1>
<p>Вкладка <b>Рецензирование</b> позволяет проверить документ: убедиться в отсутствии орфографических ошибок, управлять комментариями, отслеживать изменения, внесенные рецензентом.</p>
<p><img alt="Вкладка Рецензирование" src="../images/interface/reviewtab.png" /></p>
<p>С помощью этой вкладки вы можете выполнить следующие действия:</p>
<ul>
<li>переключать язык документа и включать <a href="../HelpfulHints/SpellChecking.htm" onclick="onhyperlinkclick(this)">проверку орфографии</a>,</li>
<li>добавлять <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">комментарии</a> к документу,</li>
<li>включать функцию <a href="../HelpfulHints/Review.htm" onclick="onhyperlinkclick(this)">отслеживания изменений</a>,</li>
<li>выбирать <a href="../HelpfulHints/Review.htm#displaymode" onclick="onhyperlinkclick(this)">режим отображения изменений</a>,</li>
<li>управлять <a href="../HelpfulHints/Review.htm#managechanges" onclick="onhyperlinkclick(this)">предложенными изменениями</a>.</li>
</ul>
</div>
</body>
</html>