skin-picturedetails-sidebar.ascx

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

ASCX
21
字号
<%@ 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">

						<div class="CommonSidebarContentItem"><CS:ResourceControl ResourceName="Gallery_CommentListing_PostedBy" runat="server" id="Resourcecontrol2"/> <asp:Literal id="PostAuthor" Runat="server" /></div>
						<div class="CommonSidebarContentItem"><CS:ResourceControl ResourceName="Gallery_PictureDetails_ViewCount" runat="server" id="Resourcecontrol3"/>: <span class="boldtext"><asp:Literal id="ViewCount" runat="server" /></span></div>
						<div class="CommonSidebarContentItem"><CS:ResourceControl ResourceName="Gallery_PictureDetails_TotalComments" runat="server" id="Resourcecontrol4"/>: <span class="boldtext"><asp:Literal id="TotalComments" runat="server" /></span></div>

						<Galleries:RatingListing runat="server" id="Ratinglisting1">
							<SkinTemplate>
								<div class="CommonSidebarContentItem"><CS:ResourceControl ResourceName="Gallery_RatingListing_Ratings" runat="server" id="Resourcecontrol5"/>: <span class="boldtext"><asp:Literal id="totalVotes" runat="server" /></span> <CS:ResourceControl runat="server" ResourceName="Gallery_RatingListing_Votes" id="Resourcecontrol6"/></div>
								<div class="CommonSidebarContentItem"><CS:ResourceControl ResourceName="Gallery_RatingListing_Rating" runat="server" id="Resourcecontrol7"/>
								<Galleries:GalleryRatePost id="Galleryratepost1" runat="server" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" /></div>
							</SkinTemplate>
						</Galleries:RatingListing>
				
</div></div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?