helpcenter/Web/Guides/Restrict-access-to-project.aspx

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/ProjectsTop/ProjectsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent ID="LocalizeContent1" runat="Server" ControlName="~/Controls/Help/Guides/Projects/RestrictAccess/RestrictAccess.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/PVAfdav9Rh0?wmode=transparent" ID="VideoContainer" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage projects">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent ID="LocalizeContent5" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/072_projects/072_projects.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/084_similar-projects/084_similar-projects.ascx" />
<cc:LocalizeContent ID="LocalizeContent4" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/022_following-projects/022_following-projects.ascx" />
</div>
<div class="caption video one">
<cc:LocalizeContent ID="LocalizeContent6" runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/066_manage-projects/066_manage-projects.ascx" />
</div>
</div>
</asp:Content>