📄 skin-picturedetails-stats.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="CommonSidebarArea">
<h4 class="CommonSidebarHeader"><CS:ResourceControl runat="server" ResourceName="Gallery_PictureDetails_Statistics" id="Resourcecontrol1"/></h4>
<div class="CommonSidebarContent" style="padding-bottom:0px;">
<ul class="CommonSidebarList" >
<li><CS:ResourceControl ResourceName="Gallery_CommentListing_PostedBy" runat="server" id="Resourcecontrol2"/></strong> <asp:Literal id="PostAuthor" Runat="server" /></li>
<li><CS:ResourceControl ResourceName="Gallery_PictureDetails_ViewCount" runat="server" id="Resourcecontrol3"/>:</strong> <asp:Literal id="ViewCount" runat="server" /></li>
<li><CS:ResourceControl ResourceName="Gallery_PictureDetails_TotalComments" runat="server" id="Resourcecontrol4"/>:</strong> <asp:Literal id="TotalComments" runat="server" /></li>
<Galleries:RatingListing runat="server" id="Ratinglisting1">
<SkinTemplate>
<li><CS:ResourceControl ResourceName="Gallery_RatingListing_Ratings" runat="server" id="Resourcecontrol5"/>:</strong> <asp:Literal id="totalVotes" runat="server" /> <CS:ResourceControl runat="server" ResourceName="Gallery_RatingListing_Votes" id="Resourcecontrol6"/></li>
<li><CS:ResourceControl ResourceName="Gallery_RatingListing_Rating" runat="server" id="Resourcecontrol7"/>:</strong>
<Galleries:GalleryRatePost id="Galleryratepost1" runat="server" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" /></li>
</SkinTemplate>
</Galleries:RatingListing>
</ul>
</div>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -