helpcenter/Web/ONLYOFFICE-Editors/Editors-User-Guides/SpreadsheetEditor/Insert-time.aspx

39 lines
2.4 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/EditorsUserGuidesArticles.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="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/TopEditorsUserGuides/TopEditorsUserGuides.ascx" />
</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ONLYOFFICEEditors/EditorsUserGuides/SpreadsheetEditor/InsertTime/InsertTime.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/2EVOVH5HnA4?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content6" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage documents">
<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/100_embed-document.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/055_importing-files/055_importing-files.ascx" />
<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>