skin-entrylist.ascx

来自「community server 源码」· ASCX 代码 · 共 24 行

ASCX
24
字号
<%@ Control %>
<%@ 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"><div class="postsubhead"><asp:HyperLink id="PermaLink" Text="Perma Link" Runat="server" /></div>
				               <div class="postsub">
                    <h2><asp:HyperLink id="PostTitle" runat="server" /></h2>
                    <asp:Literal id="Body" runat="server" />
                    
				            <div class="postfoot">	
                        <CS:ResourceControl runat="server" ResourceName="Weblog_EntryList_Posted" id="Resourcecontrol1" />
                         <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:Literal Runat = "server" ID = "CommentSeperator" /> <asp:HyperLink id="CommentsLink" Runat="server" />   <asp:HyperLink id="EditLink" Visible = "False" Runat="server" /> <Blog:BlogRatePost id="Ratings" runat="Server" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" />
                        <div><CS:InlineTagEditorPanel runat="server" id="InlineTagEditorPanel" InlineEditorID="InlineTagEditor" /></div>
                        <Blog:DownloadAttachmentLink runat="Server" id="Attachment" />
                    </div></div></div>
        </ItemTemplate>
    </asp:Repeater>
    <CS:SinglePager id = "pager" runat = "Server"  />

⌨️ 快捷键说明

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