helpcenter/Web/Controls/Help/Installation/TalkInstallation.ru.ascx

61 lines
3.5 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 = "Руководства по установке - Talk";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Руководства по установке - ONLYOFFICE Talk.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Руководства по установке</h1>
<%--<div class="watchvideo_block">
<h2><asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" /></h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0050_digitalocean_oneclick.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0030_install_docker.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0028_install_communitys_ubuntu.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0027_install_community_windows.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0029_connect_document_windows.ascx" />
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Talk</h2>
<div class="described">
<p>Узнайте, как настраивать и работать с ONLYOFFICE Talk.</p>
</div>
<ul>
<li><h6><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/talk-changelog.aspx")%>">История изменений</a></h6></li>
<li><h6>Настройка</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/XMPPServer/01_xmpp_ports/01_xmpp_ports.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60029_switch_talk_to_tls.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50019_switch_talk_to_tls.ascx" /></li>
</ul>
</li>
<li><h6>Установка</h6>
<ul>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/talk-install-docker.aspx")%>">Docker version</a></li>--%>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/talk-install-ubuntu.aspx")%>">Linux-версия - DEB</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/talk-install-centos.aspx")%>">Linux-версия - RPM</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/talk-install-windows.aspx")%>">Windows-версия</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>