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

29 lines
1.4 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Cloud/CloudArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
string title = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo);
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent ID="LocalizeContent2" runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/CloudTop/CloudTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Guides/General/PayforPortal/PayforPortal.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage general">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />
</div>
<div class="caption faq one">
<cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing/071_pricing.ascx" />
</div>
</div>
</asp:Content>