📄 skin-entrylist.ascx
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Blog" Namespace="CommunityServer.Blogs.Controls" Assembly="CommunityServer.Blogs" %>
<Blog:InlineTagEditor runat="server" id="InlineTagEditor" LinkCssClass="TextButton" CssClass="InlineTagEditor" />
<asp:Repeater id="EntryItems" Runat="server">
<HeaderTemplate>
<dl class="entrylist">
</HeaderTemplate>
<ItemTemplate>
<dt><asp:HyperLink Runat="server" id="PostTitle" /></dt>
<dd>
<asp:Literal id="Body" runat="server" /> <asp:HyperLink id="ReadMoreLink" Runat="server" />
<div class="entrylistfooter">
<CS:ResourceControl runat="server" ResourceName="Weblog_EntryList_Posted" id="Resourcecontrol1" />
<asp:HyperLink id="PermaLink" Text="Perma Link" Runat="server" />
<CS:ResourceControl runat="server" ResourceName="Weblog_EntryList_By" id="PostByResource" />
<asp:HyperLink id="AuthorLink" Runat="server" /> |
<CS:ResourceControl runat="server" ResourceName="Weblog_EntryList_With" id="CommentDesc"/>
<asp:HyperLink id="CommentsLink" Runat="server" /> <Blog:BlogRatePost id="Ratings" runat="Server" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/"/> <asp:HyperLink id="EditLink" Visible = "False" Runat="server" />
<Blog:CategoryTagControl runat="Server" id="Tags" />
<Blog:DownloadAttachmentLink runat="Server" id="Attachment" />
</div>
</dd>
</ItemTemplate>
<FooterTemplate>
</dl>
</FooterTemplate>
</asp:Repeater>
<CS:SinglePager id = "pager" runat = "Server" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -