Added links to SideMenu, added 'Table of figures' controls in ArticlesCompleteList

This commit is contained in:
Svetlana Maleeva 2021-02-05 13:28:15 +03:00
parent c8c3d07e6f
commit 6d192b0433
6 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_editors sm_document" id="link_1073" title="Abbildungsverzeichnis hinzufügen, formatieren und aktualisieren: Mit Objekten und Stilen."
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddTableofFigures.aspx")%>">Abbildungsverzeichnis hinzufügen und formatieren</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_editors sm_document" id="link_1073" title="Вставляйте, форматируйте и обновляйте список иллюстраций, используя либо рисунки с названием, либо стили."
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddTableofFigures.aspx")%>">Вставка и форматирование списка иллюстраций</a>

View File

@ -12,5 +12,5 @@
<li><a class="leftmenu_documenteditor_changewrappingstyle" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/ChangeWrappingStyle.aspx")%>">Umbruchstil ändern</a></li>
<li><a class="leftmenu_documenteditor_insertcontentcontrols" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertContentControls.aspx")%>">Inhaltssteuerelemente einfügen</a></li>
<li><a class="leftmenu_documenteditor_inserttableofcontents" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CreateTableOfContents.aspx")%>">Inhaltsverzeichnis erstellen</a></li>
<li><a class="leftmenu_documenteditor_tableoffigures" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddTableofFigures.aspx")%>">Add and Format a Table of Figures</a></li>
<li><a class="leftmenu_documenteditor_tableoffigures" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddTableofFigures.aspx")%>">Abbildungsverzeichnis hinzufügen und formatieren</a></li>
</ul>

View File

@ -8,4 +8,5 @@
<li><a class="leftmenu_spreadsheeteditor_groupdata" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/GroupData.aspx")%>">Daten gruppieren</a></li>
<li><a class="leftmenu_spreadsheeteditor_removeduplicates" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/RemoveDuplicates.aspx")%>">Duplikate entfernen</a></li>
<li><a class="leftmenu_spreadsheeteditor_conditionalformatting" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/ConditionalFormatting.aspx")%>">Bedingte Formatierung</a></li>
<li><a class="leftmenu_spreadsheeteditor_datavalidation" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/DataValidation.aspx")%>">Daten in Zellen überprüfen</a></li>
</ul>

View File

@ -8,4 +8,5 @@
<li><a class="leftmenu_spreadsheeteditor_groupdata" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/GroupData.aspx")%>">Группировка данных</a></li>
<li><a class="leftmenu_spreadsheeteditor_removeduplicates" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/RemoveDuplicates.aspx")%>">Удаление дубликатов</a></li>
<li><a class="leftmenu_spreadsheeteditor_conditionalformatting" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/ConditionalFormatting.aspx")%>">Условное форматирование</a></li>
<li><a class="leftmenu_spreadsheeteditor_datavalidation" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/DataValidation.aspx")%>">Проверка данных</a></li>
</ul>

View File

@ -0,0 +1,9 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="text-container-link" data-content="tag_datavalidation">проверка данных</a>
<div class="text-container-content" id="tag_datavalidation">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3502_data-validation/3502_data-validation.ascx" /></li>
</ul>
</div>