helpcenter/Web/installation/workspace-enterprise-install-ami.aspx

28 lines
1.6 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationEEArticles.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="Content5" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="docker_version enterprise_edition installation_workspace_ee">
</asp:Content>
<asp:Content ID="content6" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/EnterpriseTop/EnterpriseTop.ascx" />
</asp:Content>
<asp:Content ID="Content7" ContentPlaceHolderID="content" runat="Server">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Server/Amazon/EEAMI/EEAMI.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/8lS0DvHg_LM?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content8" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationworkspacepage documents">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/070_configuration/070_configuration.ascx" />
</div>
</div>
</asp:Content>