helpcenter/Web/Controls/Help/Administration/CustomizingModules.ru.ascx

52 lines
4.1 KiB
Plaintext
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.

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Руководства по администрированию - Кастомизация модулей и инструментов";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Руководства по администрированию. Кастомизация модулей и инструментов.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Руководства по администрированию</h1>
<h2>ONLYOFFICE Workspace</h2>
<%--<div class="watchvideo_block">
<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" /></h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws/0061_enterprise_aws.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0050_digitalocean_oneclick/0050_digitalocean_oneclick.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0030_install_docker/0030_install_docker.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0028_install_communitys_ubuntu/0028_install_communitys_ubuntu.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0027_install_community_windows/0027_install_community_windows.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0029_connect_document_windows/0029_connect_document_windows.ascx" />
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">Кастомизация модулей и инструментов</h2>
<div class="described">
<p>Подраздел <b>Модули и инструменты</b> в настройках <b>Общие</b> предоставляет вам доступ к списку модулей и инструментов портала, а также возможность управлять ими.</p>
</div>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/009_portal-language/009_portal-language.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/060_available-languages/060_available-languages.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#WhiteLabeling_block")%>">Ребрендинг</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#ManagingPortalModules_block")%>">Управление модулями портала</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#customnavigation")%>">Пользовательская навигация</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#startpage")%>">Стартовая страница по умолчанию</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#pricingpage")%>">Настройки страницы платежей</a></li>
</ul>
</li>
</ul>
</div>