helpcenter/Web/administration/google-user-data.aspx

23 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-10-06 10:05:16 +00:00
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationList.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="administration_guides">
</asp:Content>
<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="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/SettingsTop/SettingsTop.ascx" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/TipsTricks/General/GoogleUserData/GoogleUserData.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/dCCxsJaz_Uw?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="administrationworkspacepage general">
</asp:Content>