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

66 lines
3.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 = "Integration Guides - Nextcloud";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Nextcloud.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<div class="watchvideo_block">
<h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0052_integrate_nextcloud/0052_integrate_nextcloud.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0047_nextcloud_android/0047_nextcloud_android.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Nextcloud</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>Integrating ONLYOFFICE with Nextcloud cloud storage service through a connector, available in Nextcloud <a href="https://apps.nextcloud.com/apps/onlyoffice" target="_blank"><b>app store</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" target="_blank"><b>GitHub page</b></a>, allows you to edit Office documents within the document library.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Overview</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#Overview_block")%>">Overview</a></li>
</ul>
</li>
<li>
<h6>Online editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingDocker_block")%>">Installing ONLYOFFICE Document Server with Nextcloud using Docker</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudOnCloudron_block")%>">Installing ONLYOFFICE integrated with Nextcloud on Cloudron</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#InstallingNextcloudUsingUCS_block")%>">Installing ONLYOFFICE Document Server with Nextcloud on a virtual machine using UCS</a></li>
</ul>
</li>
<li>
<h6>Desktop editors integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nextcloud.aspx#DesktopIntegration_block")%>">Desktop editors integration</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>