helpcenter/Web/Controls/Help/Video/Virtual/VirtualVirtualbox/VirtualVirtualbox.ascx
2017-07-18 10:59:11 +03:00

34 lines
1.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 = "How to run ONLYOFFICE Enterprise Edition virtual machine image using VirtualBox";
MetaKeyWords = "";
MetaDescription = "Watch our video tutorial to learn how to run ONLYOFFICE Enterprise Edition virtual machine image using VirtualBox.";
}
</script>
<div class="main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to run ONLYOFFICE Enterprise Edition virtual machine image using VirtualBox</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/TLRxyX_5XSI?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Watch our video tutorial to learn how to run ONLYOFFICE Enterprise Edition virtual machine image using VirtualBox.</p>
</div>
</div>