helpcenter/Web/UserGuides/groups-guides-documents-collaborative-editing.aspx

44 lines
2.6 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Userguides/UserguidesArticles.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="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE Groups Documents module"; %>
<% ((BasePage)Page).CommandName = "documents"; %>
<body class="user_guides_groups_documents">
</asp:Content>
<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">
<div id="outOfDate" style="display: none;"></div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Guides/Documents/CollaborativeEditing/CollaborativeEditing.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/EnA9iMw4OtE?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="userguidesgroupspage general">
<div id="SeeAlsoBlockLinks">
<div class="caption editors">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1029_collaborative-editing.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3022_collaborative-editing.ascx" />
</div>
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/035_create-CSV-file.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/151_share_text.ascx" />
</div>
<div class="caption tips one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/012_context-menu.ascx" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/103_document-collaboration.ascx" />
</div>
</div>
</asp:Content>