📄 skin-blogposttoolbar.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" %>
<div id = "postToolbar">
<Blog:PostReplyButton runat="server" ID="ReplyButton" />
<asp:Literal id = "Sep1" Runat = "Server">::</asp:Literal>
<Blog:BlogRatePost runat="server" ID="RatePost"/>
<asp:Literal id = "Sep2" Runat = "Server">::</asp:Literal>
<Blog:BlogThreadSubscribeLinkButton runat="server" ID="BlogThreadButton"/>
<asp:Literal id = "Sep3" Runat = "Server">::</asp:Literal>
<asp:HyperLink ID="EditLink" Visible = "False" Runat="server" />
<a name="commentmessage">
<div id = "Message" runat="server" visible = "false">
<CS:ResourceLabel id="Resourcelabel2" runat="server" ResourceName="Blog_Pending_Comment"/>
</div>
</a>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -