helpcenter/Web/Controls/Help/Server/Windows/Talk/Talk.ascx

32 lines
1.3 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 for Windows";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Talk for Windows documentation articles.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>ONLYOFFICE Talk for Windows</h1>
<%--<h2>Installing</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/115_install-enterprise/115_install-enterprise.ascx" /></li>
</ul>--%>
<%--<h2>Updating Version</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/PDF/068_ONLYOFFICE_Migration_to_v6.5/068_ONLYOFFICE_Migration_to_v6.5.ascx" /></li>
</ul>--%>
<h2>Configuring</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50019_switch_talk_to_tls/50019_switch_talk_to_tls.ascx" /></li>
</ul>
<%--<h2>Troubleshooting</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Troubleshooting/091_server/091_server.ascx" /></li>
</ul>--%>
</div>