Slide Master added

This commit is contained in:
trovier 2024-06-17 17:40:46 +02:00
parent 0eb014795d
commit 0c445fef6c
4 changed files with 71 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<%@ Control Language="C#" %>
<ul class="leftmenu_presentationeditor_toggle_expand_menu leftmenu_work_with_slides">
<li><a class="leftmenu_presentationeditor_manageslides" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/ManageSlides.aspx")%>">Manage slides</a></li>
<li><a class="leftmenu_presentationeditor_slidemaster" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/SlideMaster.aspx")%>">Use Slide Master</a></li>
<li><a class="leftmenu_presentationeditor_setparameters" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/SetSlideParameters.aspx")%>">Set slide parameters</a></li>
<li><a class="leftmenu_presentationeditor_applytransitions" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/ApplyTransitions.aspx")%>">Apply transitions</a></li>
<li><a class="leftmenu_presentationeditor_insertheadersfooters" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/InsertHeadersFooters.aspx")%>">Insert headers and footers, notes and handouts</a></li>

View File

@ -0,0 +1,33 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/PresentationEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="cc" TagName="PredefinedStylesTag" Src="~/Controls/Help/Tags/predefined-styles/predefined-styles.ascx" %>
<%@ Register TagPrefix="cc" TagName="ElementBackgroundTag" Src="~/Controls/Help/Tags/elements-background/elements-background.ascx" %>
<%@ Register TagPrefix="cc" TagName="PageSizeTag" Src="~/Controls/Help/Tags/page-size/page-size.ascx" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PresentationEditorTop/PresentationEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:PredefinedStylesTag ID="PredefinedStylesTag1" runat="server" /></li>
<li><cc:PageSizeTag ID="PageSizeTag1" runat="server" /></li>
<li><cc:ElementBackgroundTag ID="ElementBackgroundTag2" runat="server" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/slide-layout/slide-layout.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui slidemaster presentation_editor_slides">
</asp:Content>

View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>Slide Master</title>
<meta charset="utf-8" />
<meta name="description" content="Use Slide Master to edit slide layout for the whole presentation simultaneously" />
<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="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Slide Master</h1>
<p>The <b>Slide Master</b> allows you to edit the layout for all slides simultaneously, e.g., unify fonts or watermarks.</p>
<p>To enter the <b>Slide Master</b> mode:</p>
<ol>
<li>Go to the <b>View</b> tab.</li>
<li>Click the <b>Slide Master</b> button on the top toolbar.</li>
</ol>
<p>To manage master slides:</p>
<p><img alt="Slide Master" src="../images/slidemaster.png" /></p>
<ol>
<li>Click the <b>Add Master Slide</b> button on the top toolbar of the <b>View</b> tab.</li>
<li>The Master slides for each layout will appear in the slide list on the left. They are visible only to you and only in the <em>Slide Master</em> mode.</li>
<li>Edit the slides the way you need them to look via the <b>Home</b> and <b>Insert</b> tabs.</li>
<li>If you need more layouts, click the <b>Add Layout</b> button.</li>
<li>Customize the slide layout. Click the <b>Insert Placeholder</b> button to add and edit specific content areas.</li>
<li>Uncheck the <b>Title</b> and <b>Footers</b> buttons on the top toolbar if you do not need them.</li>
</ol>
<p>To <b>exit</b> the Slide Master mode, click the <b>Close Master</b> button on the top toolbar, or go to the <b>View</b> tab and click the <b>Normal</b> button.</p>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB