📄 skin-aggregatelist.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" %>
<asp:Repeater id="Posts" runat="Server" >
<HeaderTemplate>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<thead>
<tr>
<th class="CommonListHeaderLeftMost">更新</th>
<th class="CommonListHeader">博客</th>
<th class="CommonListHeader">主题</th>
<th class="CommonListHeader">作者</th>
<th class="CommonListHeader">点击</th>
<th class="CommonListHeader">回复</th>
</tr>
</thead>
<tbody>
</HeaderTemplate>
<ItemTemplate>
<tr onmouseover="this.style.background='#F0FFD9';" style="BACKGROUND: #ffffff" onmouseout="this.style.background='#FFFFFF';">
<td class="CommonListCell" nowrap style="border-left: 1px #ececec;"><asp:Literal runat="server" id="Posted"/></td>
<td class="CommonListCell" nowrap><asp:HyperLink Runat="server" id="Blog" target="_blank" /></td>
<td class="CommonListCell" width="*"><asp:HyperLink Runat="server" id="TitleLink" target="_blank" /></td>
<td class="CommonListCell" nowrap><asp:HyperLink Runat="server" id="User" target="_blank" /></td>
<td class="CommonListCell" nowrap style="text-align: right;"><asp:HyperLink id="ViewsLink" Runat="server" target="_blank" /></td>
<td class="CommonListCell" nowrap style="text-align: right;"><asp:HyperLink id="CommentCount" Runat="server" target="_blank" /></td>
</tr>
</ItemTemplate>
<FooterTemplate>
</tbody>
</table>
</FooterTemplate>
</asp:Repeater>
<CS:SinglePager runat="Server" id="PostsPager" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -