helpcenter/Web/Controls/Help/Video/Linux/InstallCommunityUbuntu/InstallCommunityUbuntu.ascx

34 lines
1.8 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 install Community Server with Document Server on Ubuntu 14.04";
MetaKeyWords = "";
MetaDescription = "Learn how easy it is to deploy ONLYOFFICE on your Server with Ubuntu on board";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to install Community Server with Document Server on Ubuntu 14.04</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>
</ul>
</div>--%>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/7kiJ99tmsi0?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Learn how easy it is to deploy ONLYOFFICE on your Server with Ubuntu on board.</p>
</div>
</div>