⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 parentsection_parentsection.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Control %>
<%@ 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>
This section has no child sections.
</NoContentTemplate>
</community:ContentList>

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

⌨️ 快捷键说明

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