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

📄 skin-aggregaterollercolumn.ascx

📁 community server 源码
💻 ASCX
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Blog" Namespace="CommunityServer.Blogs.Controls" Assembly="CommunityServer.Blogs" %>
<%@ Import Namespace="CommunityServer.Components" %>


<%-- The AggregateGroupList control can return RSS for blogs only, mirrored blogs only, or both
by setting the boolean properties AggBlogsOnly and AggMirrorBlogsOnly --%>
<Blog:AggregateGroupList ResourceNameTitle = "Syndication" UrlFormat = "blog_aggregate_Syndication" AggMirrorBlogsOnly="true" runat="Server" id="SyndicationList" >
    <SkinTemplate>
		<div class="CommonSidebarArea">
			<h4 class="CommonSidebarHeader"><cs:ResourceControl ID="Title" runat="server" /></h4>
			<div class="CommonSidebarContent">
                <asp:Repeater ID="AggList" runat="server">
			        <HeaderTemplate>
				        <ul class="CommonSidebarRssList">
			        </HeaderTemplate>
			        <ItemTemplate>
				        <li><asp:HyperLink id="aggLink" Runat="server" /></li>
			        </ItemTemplate>
			        <FooterTemplate>
				        </ul>
			        </FooterTemplate>
                </asp:Repeater>
            </div>
        </div>
    </SkinTemplate>
</Blog:AggregateGroupList>

⌨️ 快捷键说明

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