⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skin-entrylisting.ascx

📁 community server 源码
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="FileGalleries" Namespace="CommunityServer.Files.Controls" Assembly="CommunityServer.Files" %>
<%@ Import Namespace="CommunityServer.Files.Components" %>
<%@ Import Namespace="CommunityServer.Components" %>

<table width="100%" border=0 cellpadding=0 cellspacing=0>
	<tr>
		<td>
			<FileGalleries:FileGalleryImageButton ButtonType="Upload" runat="server" ID="Filegalleryimagebutton2" />
		</td>
		<td align="right">
			<div class="CommonPagingArea"><FileGalleries:PagingControl id="Pagination2" runat="server" /></div>
		</td>
	</tr>
</table>

<CS:RepeaterPlusNone id="Entries" runat="server">
	<HeaderTemplate>
		<div class="CommonListArea">
		<h4 class="CommonListTitle"><FileGalleries:ResourceControl ResourceName="FileListing_Title" runat="server" /></h4>
		<table width="100%" cellpadding="0" cellspacing="0" border=0>
			<thead>
			<tr>
				<th class="CommonListHeaderLeftMost FileFileNameHeader"><FileGalleries:ResourceControl id="resourcelabel1" runat="server" ResourceName="Files_PortalEntryListing_FieldFileName" /></th>
				<th class="CommonListHeader FileFileDateHeader"><FileGalleries:ResourceControl id="Resourcelabel2" runat="server" ResourceName="Files_PortalEntryListing_FieldDateAdded" /></th>
				<th class="CommonListHeader FileFileDownloadCountHeader"><FileGalleries:ResourceControl id="Resourcelabel4" runat="server" ResourceName="Files_PortalEntryListing_FieldDownloads" /></th>
				<th class="CommonListHeader FileFileActionHeader">&nbsp;</th>
			</tr>
			</thead>
			<tbody>
	</HeaderTemplate>
	<ItemTemplate>
		<tr>
			<td class="CommonListCellLeftMost FileFileNameColumn">
				<div class="FileFileName"><FileGalleries:FileThumbnail runat="server" id="FileThumbnail" ThumbnailSize="Small" /> <asp:HyperLink runat="server" ID="Name" /></div>
				<div class="FileFileDescription"><asp:Literal ID="Description" Runat="server" /></div>
				<div class="FileFileRating">
					<FileGalleries:RatingListing runat="server" ID="RatingListing">
						<SkinTemplate>
							<FileGalleries:EntryRatePost IsReadOnly="true" id="RatePost" runat="server" CssClass="CommonRateControl" ReadOnlyCssClass="CommonRateControlReadOnly" ActiveCssClass="CommonRateControlActive" ImagesBaseUrl="~/Themes/default/images/common/" /><br/>
						</SkinTemplate>
					</FileGalleries:RatingListing>
				</div>
			</td>
			<td class="CommonListCell FileFileDateColumn">
				<asp:Literal ID="DateAdded" Runat="server" />
			</td>
			<td class="CommonListCell FileFileDownloadCountColumn">
				<asp:Literal runat="server" ID="Downloads" />
			</td>
			<td class="CommonListCell FileFileActionColumn">
				<FileGalleries:FileGalleryImageButton ButtonType="Download" runat="server" ID="DownloadLink" />
				<div class="FileFileDetail"><FileGalleries:ResourceControl id="Resourcelabel6" runat="server" ResourceName="Files_PortalEntryListing_FieldFileSize" /> <asp:Literal ID="FileSize" Runat="server" /></div>
			</td>
		</tr>
	</ItemTemplate>
	<NoneTemplate>
		<tr>
			<td colspan="5" class="CommonListCellLeftMost">
				<asp:Literal runat="server" id="NoRecords" />
			</td>
		</tr>
	</NoneTemplate>
	<FooterTemplate>
		</tbody>
		</table>
		</div>
	</FooterTemplate>
</CS:RepeaterPlusNone>

<table width="100%" border=0 cellpadding=0 cellspacing=0>
	<tr>
		<td>
			<FileGalleries:FileGalleryImageButton ButtonType="Upload" runat="server" ID="Filegalleryimagebutton1" />
		</td>
		<td align="right">
			<div class="CommonPagingArea"><FileGalleries:PagingControl id="Pagination" runat="server" /></div>
			<div><CS:RssButton id="RssButton" runat="server" /></div>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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