helpcenter/Web/Controls/Help/Video/Windows/ConnectDocumentWindows/ConnectDocumentWindows.ascx

34 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to install Document Server and connect it to Community Server on Windows";
MetaKeyWords = "";
MetaDescription = "Watch our video guide to learn how to connect Document Server to Community Server installed on a different machine.";
}
</script>
2020-10-12 17:30:09 +00:00
<div class="MainHelpCenter main_buscall_container video">
2016-08-29 13:51:20 +00:00
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to install Document Server and connect it to Community Server on Windows</h1>
<%-- <div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-calendar/onlyoffice-calendar.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/all-day-event/all-day-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/entire-day/entire-day.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/create-event/create-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/edit-event/edit-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/delete-event/delete-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-event/add-event.ascx" /></li>
2016-08-29 13:51:20 +00:00
</ul>
</div>--%>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/C6otRjpLFVA?wmode=transparent" frameborder="0" allowfullscreen></iframe>
2016-08-29 13:51:20 +00:00
</div>
<div>
<p>Watch our video guide to learn how to connect Document Server to Community Server installed on a different machine.</p>
</div>
</div>