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

📄 downloads_download.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control %>
<%--

This skin is used for displaying an individual book in the Book page. Modify the HTML content
to modify the appearance of the page.
--%>
<table cellpadding="4" cellspacing="0" width="100%" class="Download_Table">
	<tr>
		<td align="right" valign="top" colspan="2">
			<community:DisplayTopic id="ctlTopic" Runat="Server" />
		</td>
	</tr>
	<tr>
		<td>
			<span class="Download_Label">文件名:</span>
		</td>
		<td>
			<community:Title id="lblDownloadTitle" CssClass="Download_Title" runat="server" />
		</td>
	</tr>
	<tr>
		<td>
			<span class="Download_Label"> 文件大小:</span>
		</td>
		<td>
			<community:DownloadFileSize CssClass="Download_FileSize" runat="server" id="DownloadFileSize1" />
		</td>
	</tr>
	<tr>
		<td>
			<span class="Download_Label">下载:</span>
		</td>
		<td>
			<span class="Download_FileSize"><community:DownloadDownloadCount runat="server" id="DownloadDownloadCount1" /> times</span>
		</td>
	</tr>
	<tr>
		<td colspan="2">
			由&nbsp;
			<community:Author CssClass="Download_AuthorLink" runat="server" id="Author1" />
			<community:DateCreated Runat="server" id="DateCreated1" />创建
		</td>
	</tr>
	<tr>
		<td>
			<span class="Content">
				<community:DownloadLink Text="Click here to download this file" CssClass="Download_DownloadLink" Runat="server"
					id="DownloadLink1" />
			</span>
		</td>
	</tr>
	<tr>
		<td class="Download_IntroCell">
			<community:BriefDescription CssClass="Download_BriefDescription" runat="server" id="BriefDescription1" />
		</td>
		<td valign="bottom" class="Download_IntroCell">
			<community:Rating id="ctlRateAction" SubmitText="Rate Item" Runat="Server" />
		</td>
	</tr>
	<tr>
		<td colspan="2">
			<community:DownloadFullDescription CssClass="Download_FullDescription" runat="server" id="DownloadFullDescription1" />
		</td>
	</tr>
</table>
<p>
	<community:Comments Runat="server" id="Comments1" />
</p>
<p>
	<community:DownloadEditContent CommentText="Add Your Comment" EditText="Edit this File" DeleteText="Delete this File"
		Runat="server" id="DownloadEditContent1" />
</p>

⌨️ 快捷键说明

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