helpcenter/Web/administration/authorization-keys-saas.aspx

60 lines
3.7 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Administration/AdministrationArticles.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_externalservices">
</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;
string title2 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo2);
VideoContainer2.Capture = title2;
string title3 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo3);
VideoContainer3.Capture = title3;
string title4 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo4);
VideoContainer4.Capture = title4;
string title5 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo5);
VideoContainer5.Capture = title5;
string title6 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo6);
VideoContainer6.Capture = title6;
string title7 = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo7);
VideoContainer7.Capture = title7;
}
</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/Server/Windows/Community/AuthorizationKeys/AuthorizationKeys.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/P4CJEbcVpfg?wmode=transparent" ID="VideoContainer" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/Ndws9UrLZ0U?wmode=transparent" ID="VideoContainer2" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/Rwqw_qtcJ8Q?wmode=transparent" ID="VideoContainer3" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/u0nUiQr2lyY?wmode=transparent" ID="VideoContainer4" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/r1GuqA6-PzY?wmode=transparent" ID="VideoContainer5" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/quM-9OWfubI?wmode=transparent" ID="VideoContainer6" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/tjKMtHz1yA0?wmode=transparent" ID="VideoContainer7" />
</asp:Content>
<asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="administrationworkspacepage general">
<div id="SeeAlsoBlockLinks">
<div class="caption gs">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />
</div>
<div class="caption guides one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/033_become-translator/033_become-translator.ascx" />
</div>
<div class="caption tips one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/060_available-languages/060_available-languages.ascx" />
</div>
</div>
</asp:Content>