helpcenter/Web/Guides/Add-poll-to-post.aspx

32 lines
1.9 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/CommunityTop/CommunityTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Guides/Community/AddPolltoPost/Addpolltopost.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/jifp-393r_Q?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage community">
<div id="SeeAlsoBlockLinks">
<div class="caption guides one">
<cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/036_knowledgebase/036_knowledgebase.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/086_using-search/086_using-search.ascx" />
<cc:LocalizeContent ID="LocalizeContent5" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/067_managing-subscriptions/067_managing-subscriptions.ascx" />
</div>
</div>
</asp:Content>