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

39 lines
2.3 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).Basecamp as BasecampModel).Title);
VideoContainer.Capture = title;
string title2 = HttpUtility.HtmlEncode(((Page as BasePage).Basecamp as BasecampModel).Title2);
VideoContainer2.Capture = title2;
string title3 = HttpUtility.HtmlEncode(((Page as BasePage).Basecamp as BasecampModel).Title3);
VideoContainer3.Capture = title3;
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent ID="LocalizeContent2" runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/CRMTop/CRMTop.ascx" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/TipsTricks/CRM/Invoiceitems/Invoiceitems.ascx" />
<uc:VideoContainer runat="server" Url="http://www.youtube.com/embed/tAgunJac6TU?wmode=transparent" ID="VideoContainer" />
<uc:VideoContainer runat="server" Url="http://www.youtube.com/embed/aEyUJlbzWGE?wmode=transparent" ID="VideoContainer2" />
<uc:VideoContainer runat="server" Url="http://www.youtube.com/embed/6WJl-0WLt3g?wmode=transparent" ID="VideoContainer3" />
</asp:Content>
<asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="tipspage crm">
<div id="SeeAlsoBlockLinks">
<div class="caption gs">
<cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/016_crm/016_crm.ascx" />
<cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/061_mail/061_mail.ascx" />
</div>
<div class="caption tips one">
<cc:LocalizeContent ID="LocalizeContent6" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/021_crm-export/021_crm-export.ascx" />
</div>
</div>
</asp:Content>