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" %>

<Blog:InlineTagEditor runat="server" id="InlineTagEditor" LinkCssClass="TextButton" CssClass="InlineTagEditor" />

<div class="post">
	<div class="postview">			
		<h2><asp:Literal id="EntryTitle" runat="server" /></h2>
		<asp:Literal id="EntryBody" runat="server" />
		<div class="postfoot">
			<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" />
			<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>

⌨️ 快捷键说明

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