📄 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">
<ItemTemplate>
<div class="post">
<h5>
<asp:HyperLink id="PostTitle" runat="server" /> <Blog:BlogRatePost id="Ratings" runat="Server" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" />
</h5>
<asp:Literal id="Body" runat="server" /> <asp:HyperLink id="ReadMoreLink" Runat="server" />
<p class="postfoot">
<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" /> <asp:Literal Runat = "server" ID = "CommentSeperator" />
<CS:ResourceControl runat="server" ResourceName="Weblog_EntryList_With" id="CommentDesc"/>
<asp:HyperLink id="CommentsLink" Runat="server" /> <asp:HyperLink id="EditLink" Visible = "False" Runat="server" />
<div><CS:InlineTagEditorPanel runat="server" id="InlineTagEditorPanel" InlineEditorID="InlineTagEditor" /></div>
<Blog:DownloadAttachmentLink runat="Server" id="Attachment" />
</p>
</div>
</ItemTemplate>
</asp:Repeater>
<CS:SinglePager id = "pager" runat = "Server" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -