helpcenter/Web/Controls/Help/Video/DocumentServer/IntegrateNextcloud/IntegrateNextcloud.ascx

31 lines
1.6 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to integrate ONLYOFFICE with Nextcloud";
MetaKeyWords = "integration, nextcloud";
MetaDescription = "Watch our video guide to learn how to integrate ONLYOFFICE with Nextcloud.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to integrate ONLYOFFICE with Nextcloud</h1>
<div class="keyword_block">
<ul>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/integrate-nextcloud-account/integrate-nextcloud-account.ascx" /></li>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /><li>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/document-server/document-server.ascx" /></li>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/open-source-version/open-source-version.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/GAd-x_sP6ng?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Learn how to integrate ONLYOFFICE online editors with Nextcloud using the official connector, wich allows to easily create, edit and collaborate on text documents, spreadsheets, and presentations within Nextcloud.</p>
</div>
</div>