📄 skin-entryview.ascx
字号:
<%@ 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" />
<h5><asp:Literal id="EntryTitle" runat="server" /> <Blog:BlogRatePost id="Ratings" runat="Server" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" /></h5>
<asp:Literal id="EntryBody" runat="server" />
<p 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" />
<div><CS:InlineTagEditorPanel runat="server" id="InlineTagEditorPanel" InlineEditorID="InlineTagEditor" /></div>
<Blog:DownloadAttachmentLink runat="Server" id="Attachment" />
<asp:HyperLink id="EditLink" Runat="server" />
</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -