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

📄 skin-aggregatebloglist.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" %>
	
<div class="CommonContentArea">
	<h2 class="CommonTitle"><cs:ResourceControl ResourceName="Weblog_Aggregate_Bloggers_Title" runat="server" /></h2>
	<div class="CommonContent">
		<asp:Repeater id="GroupList" Runat="server" >
			<ItemTemplate>
				<div class="CommonListArea">
					<h4 class="CommonListTitle"><asp:Literal id="GroupName" Runat="server" /></h4>
					<asp:Repeater id="BlogList" Runat="server">
						<HeaderTemplate>
							<table width="100%" cellpadding="0" cellspacing="0">
								<thead>
									<tr>
										<th class="CommonListHeaderLeftMost"><CS:ResourceControl runat="server" ResourceName="Weblog_Aggregate_Blog" id="Resourcecontrol7" /></th>
										<th class="CommonListHeader"><CS:ResourceControl runat="server" ResourceName="Weblog_Aggregate_Author" id="Resourcecontrol1" /></th>
										<th class="CommonListHeader" nowrap="true"><CS:ResourceControl runat="server" ResourceName="Weblog_Aggregate_LastPost" id="Resourcecontrol2" /></th>    
										<th class="CommonListHeader" align="center" nowrap="true"><CS:ResourceControl runat="server" ResourceName="Weblog_Aggregate_Posts" id="Resourcecontrol3" /></th>                                    
										<th class="CommonListHeader" align="center" nowrap="true"><CS:ResourceControl runat="server" ResourceName="Weblog_Aggregate_Articles" id="Resourcecontrol4" /></th>
										<th class="CommonListHeader" align="center" nowrap="true"><CS:ResourceControl runat="server" ResourceName="Weblog_Aggregate_Comments" id="Resourcecontrol5" /></th>				
										<th class="CommonListHeader" align="center" nowrap="true"><CS:ResourceControl runat="server" ResourceName="Weblog_Aggregate_Trackbacks" id="Resourcecontrol6" /></th>
									</tr>
								</thead>
								<tbody>
						</HeaderTemplate>
						<ItemTemplate>
    							<tr>
									<td class="CommonListCellLeftMost BlogBlogNameColumn">
										<b><asp:HyperLink id="BlogName" Runat="server" /></b>
										<br />
										<asp:Literal id="BlogDesc" runat="server" />
									</td>
									<td class="CommonListCell BlogAuthorColumn">
										<asp:Placeholder id="Author" Runat="server" />&nbsp;
									</td>
									<td class="CommonListCell BlogRecentPostColumn">
										<asp:HyperLink id="RecentPost" Runat="server" />&nbsp;
									</td>
									<td class="CommonListCell BlogPostsColumn">
										<asp:Literal id="PostCount" runat="server" />&nbsp;
									</td>                   						
									<td class="CommonListCell BlogArticlesColumn">
										<asp:Literal id="ArticleCount" runat="server" />&nbsp;
									</td>
									<td class="CommonListCell BlogCommentsColumn">
										<asp:Literal id="CommentCount" runat="server" />&nbsp;
									</td>
									<td class="CommonListCell BlogTrackbacksColumn">
										<asp:Literal id="TrackbackCount" runat="server" />&nbsp;
									</td>														
								</tr>
						</ItemTemplate>
						<FooterTemplate>
								</tbody>
							</table>        
						</FooterTemplate>
					</asp:Repeater>
					<div class="CommonPagingArea">
						<CS:Pager runat="server" id="Pager" />
					</div>
				</div>
			</ItemTemplate>
		</asp:Repeater>
	</div>
</div>
	

⌨️ 快捷键说明

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