diff --git a/Web/App_Code/Models/GuidesModel.cs b/Web/App_Code/Models/GuidesModel.cs index 0da41913e..ddf6d4c07 100644 --- a/Web/App_Code/Models/GuidesModel.cs +++ b/Web/App_Code/Models/GuidesModel.cs @@ -89,6 +89,12 @@ public class GuidesModel set; } + public string TitleVideo8 + { + get; + set; + } + public string RelatedTips { get; diff --git a/Web/Controls/Help/Server/Windows/Community/AuthorizationKeys/AuthorizationKeys.ascx b/Web/Controls/Help/Server/Windows/Community/AuthorizationKeys/AuthorizationKeys.ascx index 07f35d141..bbd93be7a 100644 --- a/Web/Controls/Help/Server/Windows/Community/AuthorizationKeys/AuthorizationKeys.ascx +++ b/Web/Controls/Help/Server/Windows/Community/AuthorizationKeys/AuthorizationKeys.ascx @@ -16,6 +16,7 @@ guides.TitleVideo5 = "How to connect ONLYOFFICE with DropBox"; guides.TitleVideo6 = "How to connect ONLYOFFICE with OneDrive"; guides.TitleVideo7 = "How to connect ONLYOFFICE with Box"; + guides.TitleVideo8 = "Reference management in ONLYOFFICE"; (Page as BasePage).Guides = guides; } @@ -162,6 +163,9 @@

EasyBib EasyBib Icon" />

+
+ +
  1. Go to the EasyBib signup page;
  2. Fill in the form: @@ -178,6 +182,9 @@

    Mendeley Mendeley Icon" />

    +
    + +
    1. Go to the Mendeley page and register a new account or log into an existing account;
    2. Proceed to My apps page and register a new app by filling the following fields: @@ -196,6 +203,9 @@

      Zotero Zotero Icon" />

      +
      + +
      1. Go to the Zetero registration page and register a new account or or log into an existing account;
      2. Proceed to Zetero API settings and click the Creare new private key button;
      3. diff --git a/Web/Controls/Help/Video/AllVideoControls/0062_integrate_alfresco/0062_integrate_alfresco.ascx b/Web/Controls/Help/Video/AllVideoControls/0062_integrate_alfresco/0062_integrate_alfresco.ascx new file mode 100644 index 000000000..5789648f7 --- /dev/null +++ b/Web/Controls/Help/Video/AllVideoControls/0062_integrate_alfresco/0062_integrate_alfresco.ascx @@ -0,0 +1,9 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + \ No newline at end of file diff --git a/Web/Controls/Help/Video/AllVideoControls/0063_references/0063_references.ascx b/Web/Controls/Help/Video/AllVideoControls/0063_references/0063_references.ascx new file mode 100644 index 000000000..3a06c4dae --- /dev/null +++ b/Web/Controls/Help/Video/AllVideoControls/0063_references/0063_references.ascx @@ -0,0 +1,9 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + \ No newline at end of file diff --git a/Web/Controls/Help/Video/DocumentServer/IntegrateAlfresco/IntegrateAlfresco.ascx b/Web/Controls/Help/Video/DocumentServer/IntegrateAlfresco/IntegrateAlfresco.ascx new file mode 100644 index 000000000..e508db884 --- /dev/null +++ b/Web/Controls/Help/Video/DocumentServer/IntegrateAlfresco/IntegrateAlfresco.ascx @@ -0,0 +1,23 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
        + +

        How to integrate ONLYOFFICE with Alfresco Share

        +
        + +
        +
        +

        In this video you'll learn how to enable document editing in ONLYOFFICE within your Alfresco Share.

        +
        + +
        \ No newline at end of file diff --git a/Web/Controls/Help/Video/Documents/References/References.ascx b/Web/Controls/Help/Video/Documents/References/References.ascx new file mode 100644 index 000000000..222238501 --- /dev/null +++ b/Web/Controls/Help/Video/Documents/References/References.ascx @@ -0,0 +1,22 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
        + +

        Reference management in ONLYOFFICE documents with Mendeley, Zotero and EasyBib

        +
        + +
        +
        +

        In this video you'll learn how to use reference management software within ONLYOFFICE editors.

        +
        +
        \ No newline at end of file diff --git a/Web/Controls/Help/Video/Video.ascx b/Web/Controls/Help/Video/Video.ascx index 5ad3b5646..447a557a6 100644 --- a/Web/Controls/Help/Video/Video.ascx +++ b/Web/Controls/Help/Video/Video.ascx @@ -31,6 +31,7 @@ +

        @@ -90,6 +91,7 @@ +

        Videos from our contributors

        diff --git a/Web/Controls/Help/Video/Video.ru.ascx b/Web/Controls/Help/Video/Video.ru.ascx index 8caf2b0e1..113b09c36 100644 --- a/Web/Controls/Help/Video/Video.ru.ascx +++ b/Web/Controls/Help/Video/Video.ru.ascx @@ -32,6 +32,7 @@ +

        @@ -91,6 +92,7 @@ +

        diff --git a/Web/Video/integrate-alfresco.aspx b/Web/Video/integrate-alfresco.aspx new file mode 100644 index 000000000..d6f812f89 --- /dev/null +++ b/Web/Video/integrate-alfresco.aspx @@ -0,0 +1,14 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Server/DS_List.master" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + + + + + + + + +
        + \ No newline at end of file diff --git a/Web/Video/reference-management.aspx b/Web/Video/reference-management.aspx new file mode 100644 index 000000000..2bb83dcf3 --- /dev/null +++ b/Web/Video/reference-management.aspx @@ -0,0 +1,26 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/ModulesArticles.master" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + + + + + +
        + + \ No newline at end of file diff --git a/Web/css/help.less b/Web/css/help.less index 1011af55e..325079b1a 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -2256,6 +2256,12 @@ span.playbackbutton.presentation { .enterprise_aws_video { background-image: url(/images/help/video/new/enterprise_aws.png); } +.integrate_alfresco_video { + background-image: url(/images/help/video/new/integrate_alfresco.png); +} +.references_video { + background-image: url(/images/help/video/new/third_party_references.png); +} div.description { .TableOfContents { span, a { diff --git a/Web/images/Help/Video/new/integrate_alfresco.png b/Web/images/Help/Video/new/integrate_alfresco.png new file mode 100644 index 000000000..a67fd359c Binary files /dev/null and b/Web/images/Help/Video/new/integrate_alfresco.png differ diff --git a/Web/images/Help/Video/new/third_party_references.png b/Web/images/Help/Video/new/third_party_references.png new file mode 100644 index 000000000..a06054a0c Binary files /dev/null and b/Web/images/Help/Video/new/third_party_references.png differ diff --git a/Web/js/core/modalscontroller.js b/Web/js/core/modalscontroller.js index db18c02cc..10da27158 100644 --- a/Web/js/core/modalscontroller.js +++ b/Web/js/core/modalscontroller.js @@ -60,6 +60,10 @@ function showVideoContainer7() { displayModalPanel("VideoContainer7") } +function showVideoContainer8() { + displayModalPanel("VideoContainer8") +} + function HelpCenterMasterInit() { $(window).scroll(function() { if ($("a[name=comments]").length) { diff --git a/Web/server/windows/community/Authorization-keys.aspx b/Web/server/windows/community/Authorization-keys.aspx index d078195a1..4dbafc1e3 100644 --- a/Web/server/windows/community/Authorization-keys.aspx +++ b/Web/server/windows/community/Authorization-keys.aspx @@ -25,6 +25,9 @@ string title7 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo7); VideoContainer7.Capture = title7; + + string title8 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo8); + VideoContainer8.Capture = title8; } @@ -44,6 +47,7 @@ +