helpcenter/Web/Controls/Help/Server/IntegrationEdition/IntegrationEdition.ru.ascx

44 lines
2.3 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 = "Статьи документации по Решению для интеграции.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Решение для интеграции</h1>
<h2>Настройка</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/IntegrationEdition/130002_integration_open_ports/130002_integration_open_ports.ascx" /></li>
</ul>
<h2>Разработка</h2>
<ul>
<li><a target="_blank" href="https://api.onlyoffice.com/editors/plugins">API Решения для интеграции</a></li>
</ul>
<h2>Часто задаваемые вопросы</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/149_integration/149_integration.ascx" /></li>
</ul>
<p class="platform_specific_section">Статьи по установке, настройке и другим вопросам, связанным с конкретной платформой, можно найти в соответствующих разделах:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_docker">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/developer-edition/docker/index.aspx")%>">Решение для интеграции<br />
для Docker</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/developer-edition/linux/index.aspx")%>">Решение для интеграции<br />
для Linux</a>
</div>
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/developer-edition/windows/index.aspx")%>">Решение для интеграции<br />
для Windows</a>
</div>
</div>
</div>