skin-picturedetails-stats.ascx

来自「community server 源码」· ASCX 代码 · 共 24 行

ASCX
24
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?