helpcenter/Web/Guides/Keep-contacts-up-to-date.aspx

38 lines
2.5 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ 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/CRMTop/CRMTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Guides/CRM/UpdateContacts/UpdateContacts.ascx" />
<uc:VideoContainer runat="server" Url="http://www.youtube.com/embed/lJIOocRlATs?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage crm">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/016_crm/016_crm.ascx" />
</div>
<div class="caption guides">
<cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/054_track-opportunities/054_track-opportunities.ascx" />
<cc:LocalizeContent ID="LocalizeContent5" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/029_import-contacts/029_import-contacts.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent ID="LocalizeContent7" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/076_opportunity-stages/076_opportunity-stages.ascx" />
<cc:LocalizeContent ID="LocalizeContent6" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/021_crm-export/021_crm-export.ascx" />
</div>
<div class="caption video one">
<cc:LocalizeContent ID="LocalizeContent8" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/064_crm-overview/064_crm-overview.ascx" />
</div>
</div>
</asp:Content>