helpcenter/Web/Controls/Help/Integration/Plone.ascx

49 lines
2.4 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration Guides - Plone";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Plone.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">Plone</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> content management system through a connector, available in <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Overview</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#Overview_block")%>">Overview</a></li>
</ul>
</li>
<li>
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#InstallingPloneUsingDocker_block")%>">Installing ONLYOFFICE Docs with Plone using Docker</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>