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

47 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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 = "Integration Guides - Alfresco";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Alfresco.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">Alfresco</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 <b>Alfresco</b> web-based collaboration environment through a connector, available in the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" 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-alfresco.aspx#Overview_block")%>">Overview</a></li>
</ul>
</li>
<li>
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>