helpcenter/Web/Controls/Help/Server/Talk/OnlyofficeTalk.ascx
SvetlanaLisina 5526849ebf Фикс прекомпиляции хелпцентра
# Conflicts:
#	Web/Controls/Help/GettingStarted/Integration/Jira/GettingStartedJira.ascx
#	Web/Controls/Help/GettingStarted/Integration/Mattermost/GettingStartedMattermost.ascx
#	Web/Integration/gettingstarted-mattermost.aspx
#	Web/Integration/gettingstarted-redmine.aspx
2021-11-24 19:02:19 +03:00

42 lines
1.9 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "ONLYOFFICE Talk";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Talk documentation articles.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>ONLYOFFICE Talk</h1>
<%-- <div class="watchvideo_block">
<h2>Watch Video</h2>
<div class="slider autoplay">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0030_install_docker/0030_install_docker.ascx" />
</div>
</div>--%>
<%--<h2>General information</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerDocker/70041_mail_server_changelog/70041_mail_server_changelog.ascx" /></li>
</ul>--%>
<h2>Configuring</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/XMPPServer/01_xmpp_ports/01_xmpp_ports.ascx" /></li>
</ul>
<p class="platform_specific_section">Platform specific installation, configuration and any other arising questions can be found in their corresponding sections:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/windows/talk/index.aspx")%>">ONLYOFFICE Talk<br />for Windows</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/talk/index.aspx")%>">ONLYOFFICE Talk<br />for Linux</a>
</div>
<%--<div class="help_links hcmain_docker">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/talk/index.aspx")%>">ONLYOFFICE Talk<br />for Docker</a>
</div>--%>
</div>
</div>