Add Integrate Moodle video

This commit is contained in:
Ilya Sobolev 2022-03-28 17:17:52 +03:00
parent 9ae2d7b8d5
commit c59a07fb60
9 changed files with 63 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_video sm_integrating" id="link_214" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/video/integrate-moodle.aspx")%>">How to integrate ONLYOFFICE with Moodle</a>

View File

@ -20,6 +20,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0047_nextcloud_android/0047_nextcloud_android.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0053_integrate_owncloud/0053_integrate_owncloud.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0054_integrate_sharepoint/0054_integrate_sharepoint.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0107_integrate_moodle/0107_integrate_moodle.ascx" />
</div>
</div>
<%--<p>

View File

@ -13,7 +13,14 @@
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<div class="watchvideo_block">
<h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0107_integrate_moodle/0107_integrate_moodle.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Moodle</h2>

View File

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

View File

@ -0,0 +1,23 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to integrate ONLYOFFICE with Moodle";
MetaKeyWords = "Moodle";
MetaDescription = "Watch our video guide to learn how to integrate ONLYOFFICE with Moodle.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to integrate ONLYOFFICE with Moodle</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/JudgGPQo1nQ?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Learn how to integrate ONLYOFFICE online editors with Moodle to easily create, edit and collaborate on text documents, spreadsheets, and presentations.</p>
</div>
</div>

View File

@ -106,6 +106,7 @@
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0067_install_docs_docker/0067_install_docs_docker.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0077_docs_add_plugin/0077_docs_add_plugin.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0083_integrate_nuxeo/0083_integrate_nuxeo.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0107_integrate_moodle/0107_integrate_moodle.ascx" />
<h3>Videos from our contributors</h3>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0056_editinnextcloud/0056_editinnextcloud.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0057_coeditinnextcloud/0057_coeditinnextcloud.ascx" />

View File

@ -0,0 +1,14 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="common_all_os document_server">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DocumentServerTop/DocumentServerTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/DocumentServer/IntegrateMoodle/IntegrateMoodle.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="videopage general">
</asp:Content>

View File

@ -2712,6 +2712,10 @@ span.playbackbutton.presentation {
background-image: url(/images/help/video/new/integrate_owncloud.png);
}
.integrate_moodle_video {
background-image: url(/images/help/video/new/integrate_moodle.png);
}
.integrate_sharepoint_video {
background-image: url(/images/help/video/new/integrate_sharepoint.png);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB