helpcenter/Web/installation/desktop-pro-features.aspx

42 lines
2.4 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDesktopArticles.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;
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;
}
</script>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="all_platforms desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Common/ProFeatures/ProFeatures.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/R5TZX0NbD0k?wmode=transparent" ID="VideoContainer" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/ivAUwljBJS8?wmode=transparent" ID="VideoContainer2" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/ic0Q2a4Ae2k?wmode=transparent" ID="VideoContainer3" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/zFRoMYqDUxs?wmode=transparent" ID="VideoContainer4" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
</div>
</div>
</asp:Content>