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

📄 downloads_download.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Control %>
<%@ 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">File Name:</span> 
        </td>
        <td>
            <community:Title id="lblDownloadTitle" CssClass="Download_Title" runat="server"/>
        </td>
    </tr>
    <tr>
        <td>
            <span class="Download_Label">File Size:</span> 
        </td>
        <td>
            <community:DownloadFileSize CssClass="Download_FileSize" runat="server"/>
        </td>
    </tr>
    <tr>
        <td>
            <span class="Download_Label">Downloaded:</span> 
        </td>
        <td>
            <span class="Download_FileSize"><community:DownloadDownloadCount runat="server"/> times</span>
        </td>
    </tr>
    <tr>
        <td colspan="2">
            Posted by 
            <community:Author  CssClass="Download_AuthorLink" runat="server"/>
            on 
            <community:DateCreated Runat="Server"/>
        </td>
    </tr>
    <tr>
        <td>
            <span class="Content"><community:DownloadLink Text="Click here to download this file" CssClass="Download_DownloadLink" Runat="Server"/></span>
        </td>
    </tr>
    <tr>
        <td class="Download_IntroCell">
           <community:BriefDescription CssClass="Download_BriefDescription" runat="server"/>
        </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"/>
        </td>
    </tr>
 </table>
<p>
        <community:Comments Runat="Server" />


</p>
<p>
<community:DownloadEditContent CommentText="Add Your Comment" EditText="Edit this File" DeleteText="Delete this File" Runat="Server" />
</p>

⌨️ 快捷键说明

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