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

📄 downloads_download.ascx

📁 倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系统 软件语言: 简体中文 授权方式: 共享版 文件大小: 7.21M 系统平台: ASP.NET+SQL
💻 ASCX
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%--

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 align="left" nowrap>
			<community:Title id="lblDownloadTitle" CssClass="Download_Title" runat="server" />
		</td>
	</tr>
	<tr>
		<td>
			<span class="Download_Label"> 文件大小:</span>
		</td>
		<td align="left" nowrap>
			<community:DownloadFileSize CssClass="Download_FileSize" runat="server" id="DownloadFileSize1" />
		</td>
	</tr>
	<tr>
		<td>
			<span class="Download_Label">下载次数:</span>
		</td>
		<td align="left">
			<span class="Download_FileSize"><community:DownloadDownloadCount runat="server" id="DownloadDownloadCount1" />次</span>
		</td>
	</tr>
	<tr>
		<td colspan="2"><FONT size="2"><FONT face="宋体">作者</FONT> </FONT>
			<community:Author CssClass="Download_AuthorLink" runat="server" id="Author1" /><FONT size="2">发于
			</FONT>
			<community:DateCreated Runat="server" id="DateCreated1" />
		</td>
	</tr>
	<tr>
		<td>
			<span class="Content">
				<community:DownloadLink Text="点此下载" 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="评级" 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="我要评论" EditText="编辑此文件" DeleteText="删除此文件" MoveText="移动此文件" Runat="server"
		id="DownloadEditContent1" />
</p>

⌨️ 快捷键说明

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