parentsection_parentsection.ascx

来自「倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系」· ASCX 代码 · 共 34 行

ASCX
34
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<p>

<community:SectionTitle CssClass="ParentSection_SectionTitle" Runat="Server"/>
<br/>
<community:PageHeader Runat="Server" />

<p/>

<community:ContentList id="ContentList" Runat="Server">
<ItemTemplate>
    <table class="ParentSection_ListTable">
    <tr>
        <td>
        <community:ItemParentSectionPrivate runat="Server" />
        <community:ItemParentSectionTitleLink CssClass="ParentSection_ListTitleLink" Runat="Server"/>
        <br>
        <community:ItemParentSectionDescription CssClass="ParentSection_ListBriefDescription" Runat="Server"/>    
        </td>
     </tr>
 </table>
</ItemTemplate>
<SeparatorTemplate>
    <p>
</SeparatorTemplate>
<NoContentTemplate>
本栏目没有子栏目.
</NoContentTemplate>
</community:ContentList>

<p>
<community:PageFooter runat="Server" />

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?