📄 skin-entrycomments.ascx
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<%@ Import Namespace="CommunityServer.Components" %>
<div class="sectionContainer">
<div class="sectionHeader"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_PictureComments" id="Resourcecontrol1"/></div>
<div class="sectionBody">
<div id="comments">
<asp:Repeater id="Comments" runat="server">
<ItemTemplate>
<strong><asp:HyperLink Runat="server" id="PermaLink" Text = "#" Title = "permalink" />
<span><asp:Literal runat="server" id="Title" /> @ <asp:Literal id="PostDate" runat="server" /></span></strong>
<p class="comment">
<asp:Literal id="PostText" runat="server" />
<asp:LinkButton Runat="server" id="EditLink" CausesValidation="False" />
</p>
<p class="posteds">
<asp:HyperLink Target="_blank" Runat="server" id="NameLink" />
</p>
</ItemTemplate>
</asp:Repeater>
</div>
<Galleries:CommentForm runat="server" id="Commentform1" Visible="False" />
</div>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -