New article: new video guide articles

This commit is contained in:
alexandervnuchkov 2019-05-20 18:48:17 +03:00
parent c6405ce9e0
commit a7f697e665
5 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div id="video-guides-40" data-status="new" class="playvideo android_connect_server_video">
<a href="<%=VirtualPathUtility.ToAbsolute("~/video/android-connect-server.aspx")%>">
<span class="playbackbutton"></span>
<span class="title_area">
<span class="link_to_video">How to connect ONLYOFFICE Documents for Android to Server</span></span>
</a>
</div>

View File

@ -0,0 +1,26 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Mobile Documents for Android - Video Guide";
MetaKeyWords = "Mobile Documents, Android";
MetaDescription = "How to connect ONLYOFFICE Documents for Android to Server";
}
</script>
<div class="main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to connect ONLYOFFICE Documents for Android to Server</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/NQLnGukSwhY" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Watch our video guide to learn how to connect ONLYOFFICE Documents for Android to to ONLYOFFICE deployed on your own server, which allows you to: Edit Online Excel, Word and PowerPoint. Share File with different types of access rights: viewing only, reviewing, editing. Co-edit in real-time. Connect third-party cloud storages (Google Drive, Dropbox, ownCloud, Nextcloud and others supporting WebDAV).</p>
</div>
</div>

View File

@ -85,4 +85,5 @@
<a id="mobile_documents_android"></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0038_android_connect_cloud/0038_android_connect_cloud.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0039_android_connect_personal/0039_android_connect_personal.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0040_android_connect_server/0040_android_connect_server.ascx" />
</div>

View File

@ -0,0 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Mobile/AndroidMobileArticles.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/MobileDocumentsAndroidTop/MobileDocumentsAndroidTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/Mobile/AndroidConnectServer/AndroidConnectServer.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="videopage general">
</asp:Content>

View File

@ -1368,6 +1368,9 @@ h1.TipsCaption {
.android_connect_personal_video {
background-image: url(/images/help/video/new/android_personal.png);
}
.android_connect_server_video {
background-image: url(/images/help/video/new/android_connect_server.png);
}
}
.PageGuides.contributors {
ul {