⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skin-entryview.ascx

📁 community server 源码
💻 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" />

<div class="entryview">
<h1 class="entryviewheading"><asp:Literal id="EntryTitle" runat="server" /></h1>
<asp:Literal id="EntryBody" runat="server" />
	<div class="entryviewfooter">
		<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" /> <Blog:BlogRatePost runat="server" id="Ratings" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" /> <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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -