mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 22:39:17 +08:00
38 lines
2.7 KiB
HTML
38 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kartica Protection</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Uvod u korisnički interfejs Spreadsheet Editor-a - kartica Protection" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Kartica Protection</h1>
|
|
<p>Kartica <b>Protection</b> u <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor-u</b></a> omogućava sprečavanje neovlašćenog pristupa šifrovanjem i zaštitom radne sveske ili pojedinačnih radnih listova.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>Odgovarajući prozor Online Spreadsheet Editor-a:</p>
|
|
<p><img alt="Protection tab" src="../images/interface/protectiontab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>Odgovarajući prozor Desktop Spreadsheet Editor-a:</p>
|
|
<p><img alt="Protection tab" src="../images/interface/desktop_protectiontab.png" /></p>
|
|
</div>
|
|
<p>Korišćenjem ove kartice možete:</p>
|
|
<ul>
|
|
<li><a href="../UsageInstructions/Password.htm" onclick="onhyperlinkclick(this)">Šifrovati</a> dokument postavljanjem lozinke,</li>
|
|
<li><a href="../UsageInstructions/ProtectWorkbook.htm" onclick="onhyperlinkclick(this)">Zaštititi strukturu radne sveske</a> sa ili bez lozinke,</li>
|
|
<li><a href="../UsageInstructions/ProtectSheet.htm" onclick="onhyperlinkclick(this)">Zaštititi radni list</a> ograničavanjem mogućnosti uređivanja unutar lista sa ili bez lozinke,</li>
|
|
<li>Omogućiti ili onemogućiti sledeće <a href="../UsageInstructions/ProtectSpreadsheet.htm" onclick="onhyperlinkclick(this)">opcije</a>: <b>Locked Cell</b>, <b>Hidden Formulas</b>, <b>Shape Locked</b>, <b>Lock Text</b>,</li>
|
|
<li><a href="../UsageInstructions/ProtectRanges.htm" onclick="onhyperlinkclick(this)">Zaštititi opseg</a> kako biste ograničili uređivanje određenih opsega na izabrane korisnike.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|