📄 downloads_download.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 + -