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="TextButton" CssClass="InlineTagEditor" />

<div class="post">
	<div class="posthead">
		<asp:Literal id="EntryDesc" Text="Perma Link" Runat="server" />
		<asp:HyperLink id="AuthorLink" Runat="server" /> <asp:HyperLink id="EditLink" Runat="server" />
		<h2><asp:Literal id="EntryTitle" runat="server" /> <Blog:BlogRatePost id="Ratings" runat="Server" CssClass="ratemenu" ReadOnlyCssClass="ratemenu" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" /></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 + -
显示快捷键?