skin-entryview.ascx

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

ASCX
27
字号
<%@ 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="TextButton" CssClass="InlineTagEditor" />

<div class = "post">
	<div class="posthead">
		<div class="postviewhead">
			<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>
		<h2><asp:Literal id="EntryTitle" runat="server" /></h2>
	</div>
	<div class="postcontent">
		<asp:Literal ID = "EntryBody" Runat = "server" />
	</div>
	<div><CS:InlineTagEditorPanel runat="server" id="InlineTagEditorPanel" InlineEditorID="InlineTagEditor" /></div>
	<Blog:DownloadAttachmentLink runat="Server" id="Attachment" />						
</div>            

⌨️ 快捷键说明

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