helpcenter/Web/Masters/Features/ModulesList.master

20 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2016-08-29 13:51:20 +00:00
<%@ Master Language="C#" MasterPageFile="~/Masters/ArticleListPage.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidlink" runat="Server">
<body class="modules_list features_all">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="breadstoplink" runat="Server">
<asp:contentplaceholder id="breadstop" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="leftmenupagelink" runat="Server">
<asp:contentplaceholder id="leftmenupage" runat="server"></asp:contentplaceholder>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="contentlink" runat="Server">
<cc:LocalizeContent ID="LocalizeContent8" runat="Server" ControlName="~/Controls/Help/VariousControls/HelpLinks/Modules.ascx" />
</div>
<asp:contentplaceholder id="content" runat="server"></asp:contentplaceholder>
2019-10-08 15:49:37 +00:00
</asp:Content>
<asp:Content ContentPlaceHolderID="customPS" runat="Server">
<asp:contentplaceholder id="customPageS" runat="server"></asp:contentplaceholder>
2016-08-29 13:51:20 +00:00
</asp:Content>