Added videos

This commit is contained in:
Svetlana Maleeva 2020-05-27 12:59:35 +03:00
parent f91080cea7
commit 76795e2a5b
21 changed files with 150 additions and 1 deletions

View File

@ -1278,5 +1278,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/164_review/164_review.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/165_fast_strict_modes/165_fast_strict_modes.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/166_filling_forms/166_filling_forms.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/167_comparison/167_comparison.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/168_enterprise_aws/168_enterprise_aws.ascx" /></li>
</ul>
</div>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_video sm_saas sm_documents" id="link_167" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/video/comparison.aspx")%>">How to compare documents in ONLYOFFICE</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_video sm_docker sm_enterprise" id="link_168" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/video/enterprise-aws.aspx")%>">Run your own office with the ONLYOFFICE on your private AWS cloud</a>

View File

@ -24,6 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0058_review/0058_review.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0055_faststrictmodes/0055_faststrictmodes.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0059_fillingforms/0059_fillingforms.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0060_compare/0060_compare.ascx" />
</div>
</div>
<h2>Overview</h2>

View File

@ -24,6 +24,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0058_review/0058_review.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0055_faststrictmodes/0055_faststrictmodes.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0059_fillingforms/0059_fillingforms.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0060_compare/0060_compare.ascx" />
</div>
</div>
<h2>Обзор</h2>

View File

@ -18,6 +18,7 @@
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws/0061_enterprise_aws.ascx" />
</div>
</div>
<h2>Start work</h2>

View File

@ -18,6 +18,7 @@
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws/0061_enterprise_aws.ascx" />
</div>
</div>
<h2>Начало работы</h2>

View File

@ -8,7 +8,7 @@
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
guides.TitleVideo = "How to deploy ONLYOFFICE Enterprise Edition using AMI?";
guides.TitleVideo = "Run your own office with the ONLYOFFICE on your private AWS cloud";
(Page as BasePage).Guides = guides;
}
@ -36,6 +36,9 @@
<h2 id="introduction">Introduction</h2>
<div class="video_ground video_trips">
<div class="video_text">
<div class="video_block">
<a onclick="showVideoContainer();" class="enterprise_aws_video"><span class="playbackbutton"></span></a>
</div>
<p>Now you can easily launch the <b>ONLYOFFICE Enterprise Edition</b> instance in the <b>Amazon Web Services</b> cloud infrastructure using the <b>ONLYOFFICE Amazon Machine Image</b> available on the <b>AWS Marketplace</b>.</p>
<p><a target="_blank" class="links" href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html"><b>The Amazon Machine Image (AMI)</b></a> is a pre-configured template that allows to easily launch an instance, which is a virtual server in the <b>AWS</b> private cloud.</p>
<p>The <b>ONLYOFFICE Enterprise Edition AMI</b> includes all the necessary components - both the operating system and the software itself, as well as a storage volume - to deploy your web office on a virtual server running under Linux (CentOS).</p>

View File

@ -1285,6 +1285,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/164_review/164_review.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/165_fast_strict_modes/165_fast_strict_modes.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/166_filling_forms/166_filling_forms.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/167_comparison/167_comparison.ascx" /></li>
</ul>
</li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Projects/Projects.ascx" />
@ -1335,6 +1336,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/141_virtual_hyperv/141_virtual_hyperv.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/142_virtual_virtualbox/142_virtual_virtualbox.ascx" /></li>--%>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/144_ldap_settings/144_ldap_settings.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/168_enterprise_aws/168_enterprise_aws.ascx" /></li>
</ul>
</li>
<li>Community Edition

View File

@ -0,0 +1,9 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div id="video-guides-60" data-status="new" class="playvideo comparison_video">
<a href="<%=VirtualPathUtility.ToAbsolute("~/video/comparison.aspx")%>">
<span class="playbackbutton"></span>
<span class="title_area">
<span class="link_to_video">How to compare documents in ONLYOFFICE</span></span>
</a>
</div>

View File

@ -0,0 +1,8 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div id="video-guides-61" class="playvideo enterprise_aws_video">
<a href="<%=VirtualPathUtility.ToAbsolute("~/video/enterprise-aws.aspx")%>">
<span class="playbackbutton"></span>
<span class="title_area"><span class="link_to_video">Run your own office with the ONLYOFFICE on your private AWS cloud</span></span>
</a>
</div>

View File

@ -0,0 +1,34 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Run your own office with the ONLYOFFICE on your private AWS cloud";
MetaKeyWords = "";
MetaDescription = "Watch this tutorial to learn how to create your own private cloud office using ONLYOFFICE AMI.";
}
</script>
<div class="main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Run your own office with the ONLYOFFICE on your private AWS cloud</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/8lS0DvHg_LM?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Watch this tutorial to learn how to create your own private cloud office using ONLYOFFICE AMI.</p>
</div>
</div>

View File

@ -0,0 +1,22 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to compare documents in ONLYOFFICE";
MetaKeyWords = "ONLYOFFICE, documents, create, edit, compare, accept changes, reject changes";
MetaDescription = "With the latest version release, ONLYOFFICE introduces the document comparison option. Watch this tutorial to learn how to compare two documents online, accept or reject changes. ";
}
</script>
<div class="main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to compare documents in ONLYOFFICE</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/ivAUwljBJS8?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>With the latest version release, ONLYOFFICE introduces the document comparison option. Watch this tutorial to learn how to compare two documents online, accept or reject changes.</p>
</div>
</div>

View File

@ -30,6 +30,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0058_review/0058_review.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0055_faststrictmodes/0055_faststrictmodes.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0059_fillingforms/0059_fillingforms.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0060_compare/0060_compare.ascx" />
<a id="projects"></a>
<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Projects/Projects.ascx" /></h2>
@ -69,6 +70,7 @@
<h2>Enterprise Edition</h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws/0061_enterprise_aws.ascx" />
<a id="community_edition"></a>
<h2>Community Edition</h2>

View File

@ -31,6 +31,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0058_review/0058_review.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0055_faststrictmodes/0055_faststrictmodes.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0059_fillingforms/0059_fillingforms.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0060_compare/0060_compare.ascx" />
<a id="projects"></a>
<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Projects/Projects.ascx" /></h2>
@ -70,6 +71,7 @@
<h2>Enterprise Edition</h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws/0061_enterprise_aws.ascx" />
<a id="community_edition"></a>
<h2>Community Edition</h2>

26
Web/Video/comparison.aspx Normal file
View File

@ -0,0 +1,26 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/ModulesArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DocumentsTop/DocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/Documents/Compare/Compare.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="videopage documents">
<div id="SeeAlsoBlockLinks">
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/063_people-overview/063_people-overview.ascx" />
</div>
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/020_documents/020_documents.ascx" />
</div>
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/047_organize-company-documentation/047_organize-company-documentation.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/058_add-resource/058_add-resource.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/055_importing-files/055_importing-files.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,14 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Server/EE_List.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docker_version video_pages_body enterprise_edition">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/EnterpriseTop/EnterpriseTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/Docker/EnterpriseAWS/EnterpriseAWS.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="videopage docker">
</asp:Content>

View File

@ -2249,6 +2249,12 @@ span.playbackbutton.presentation {
.filling_forms_video {
background-image: url(/images/help/video/new/filling_forms.png);
}
.comparison_video {
background-image: url(/images/help/video/new/comparison.png);
}
.enterprise_aws_video {
background-image: url(/images/help/video/new/enterprise_aws.png);
}
div.description {
.TableOfContents {
span, a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,5 +1,13 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Server/EE_Articles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
string title = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo);
VideoContainer.Capture = title;
}
</script>
<asp:Content ID="Content5" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="linux_version enterprise_edition">
</asp:Content>
@ -8,6 +16,7 @@
</asp:Content>
<asp:Content ID="Content7" ContentPlaceHolderID="content" runat="Server">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Server/Linux/Enterprise/EEAMI/EEAMI.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/8lS0DvHg_LM?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content8" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage documents">