helpcenter/Web/Controls/Help/Integration/SharePoint.de.ascx

39 lines
2.1 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integrationsanleitungen - SharePoint";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integrationsanleitungen - SharePoint.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integrationsanleitungen</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/0054_integrate_sharepoint/0054_integrate_sharepoint.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">SharePoint</h2>
<div class="described">
<p>Erfahren Sie, wie Sie ONLYOFFICE mit der <b>SharePoint</b>-Kollaborationsplattform über einen auf ONLYOFFICE verfügbaren Konnektor <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub-Seite</b></a> oder über WOPI integrieren können.</p>
</div>
<div class="contents">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">Überblick</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Verbinden von ONLYOFFICE Docs mit einem offiziellen ONLYOFFICE Konnektor</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Verbinden von ONLYOFFICE Docs mit WOPI</a></li>
</ul>
</div>
</li>
</ul>
</div>