skin-entryview.ascx

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

ASCX
23
字号
<%@ 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" %>
<style>
.DoNotDisplay { display: none; }
</style>

<Blog:InlineTagEditor runat="server" id="InlineTagEditor" LinkCssClass="CommonTextButton" CssClass="CommonInlineTagEditor" />
	
<div class="BlogPostArea">
	<h4 class="BlogPostHeader"><asp:Literal id="EntryTitle" runat="server" /> <Blog:BlogRatePost runat="server" id="Ratings" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" /></h4>
	<div class="BlogPostContent">
		<asp:Literal id="EntryBody" runat="server" />
	</div>
	<div class="BlogPostFooter">
		<CS:ResourceControl ResourceName = "Feedback_FilterPublished" runat="Server" id="Resourcecontrol1"/> <asp:Literal id="EntryDesc" Text="Perma Link" Runat="server" />
		<CS:ResourceControl runat="server" ResourceName="Weblog_EntryList_By" id="PostByResource" />
		<asp:HyperLink id="AuthorLink" Runat="server" /> <asp:HyperLink id="EditLink" Runat="server" />
		<div><CS:InlineTagEditorPanel runat="server" id="InlineTagEditorPanel" InlineEditorID="InlineTagEditor" /></div>
		<Blog:DownloadAttachmentLink runat="Server" id="Attachment" />						
	</div>                            
</div>

⌨️ 快捷键说明

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