helpcenter/Web/Guides/MailingList.aspx
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

34 lines
2.1 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/ModulesArticles.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="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent ID="LocalizeContent2" runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/TalkTop/TalkTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Guides/Talk/MailingList/MailingList.ascx" />
<uc:VideoContainer runat="server" Url="http://www.youtube.com/embed/WtSZuznKrdE?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage talk">
<div id="SeeAlsoBlockLinks">
<div class="caption guides one">
<cc:LocalizeContent ID="LocalizeContent5" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/034_chatroom/034_chatroom.ascx" />
</div>
<div class="caption tips one">
<cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/059_integrating-talk/059_integrating-talk.ascx" />
</div>
<div class="caption video">
<cc:LocalizeContent ID="LocalizeContent6" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/078_ways-communicate/078_ways-communicate.ascx" />
<cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/090_talk/090_talk.ascx" />
</div>
</div>
</asp:Content>