30 lines
2.2 KiB
HTML
30 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Onglet Fichier</title>
|
||
<meta charset="utf-8" />
|
||
<meta name="description" content="Introducing the Presentation Editor user interface - File 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="Recherche" type="text" onkeypress="doSearch(event)">
|
||
</div>
|
||
<h1>Onglet Fichier</h1>
|
||
<p>L'onglet <b>Fichier</b> permet d'effectuer certaines opérations de base sur le fichier en cours.</p>
|
||
<p><img alt="Onglet Fichier" src="../images/interface/filetab.png" /></p>
|
||
<p>En utilisant cet onglet, vous pouvez :</p>
|
||
<ul>
|
||
<li><a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">enregistrer</a> le fichier actuel (au cas où l'option <b>Sauvegarde automatique</b> est désactivée), le <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">télécharger</a>, l'<a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">imprimer</a> ou le <a href="../UsageInstructions/ViewPresentationInfo.htm" onclick="onhyperlinkclick(this)">renommer</a>,</li>
|
||
<li><a href="../UsageInstructions/OpenCreateNew.htm" onclick="onhyperlinkclick(this)">créer</a> une nouvelle présentation ou ouvrir une présentation existante,</li>
|
||
<li>voir des <a href="../UsageInstructions/ViewPresentationInfo.htm" onclick="onhyperlinkclick(this)">informations générales</a> sur la présentation,</li>
|
||
<li>gérer les <a href="../UsageInstructions/ViewPresentationInfo.htm" onclick="onhyperlinkclick(this)">droits d'accès</a>,</li>
|
||
<li>accéder aux <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Paramètres avancés</a> de l'éditeur,</li>
|
||
<li>retourner à la liste des documents.</li>
|
||
</ul>
|
||
</div>
|
||
</body>
|
||
</html> |