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

📄 downloads_downloadssection.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<table cellpadding="0" cellspacing="0" border="0" Width="100%">
  <tr>
    <td align="left" valign="top">
      <community:SectionTitle CssClass="DownloadSection_SectionTitle" Runat="Server" />
    </td>
    <td align="right" valign="top">
      <community:Notify Text="Notify me when a new item is added" Runat="Server"/>
    </td>
  </tr>
</table>


<p>
<community:PageHeader Runat="Server" />
<p>
<div align="right">
  <community:Sorter id="Sorter" runat="Server">
    <ListItem Text="Default Order" Value="Default" /> 
    <ListItem Text="Date Posted" Value="Date Created" />
    <ListItem Text="File Title" Value="Title" />
    <ListItem Text="File Rating" Value="Rating" />
    <ListItem Text="File Topic" Value="Topic" />
    <ListItem Text="Popularity" value="ViewCount"/>
  </community:Sorter>

</div>

<community:ContentList id="ContentList" width="100%" PagerText="Page {0} of {1}" Runat="Server">
    <ItemTemplate>
        <table width="100%" cellpadding="6" cellspacing="0" border="0" class="DownloadSection_ListTable">
            <tr>
                <td class="DownloadSection_ListItem">
                    <div align="right">
                        <community:ItemTopic id="ctlTopic" Runat="Server" />
                    </div>
                    <community:ItemTitle CssClass="DownloadSection_ListTitle" Runat="server" />
                    (<community:ItemDownloadFileSize CssClass="DownloadSection_ListFileSize" Runat="server" />)
                </td>
            </tr>
            <tr>
                <td class="DownloadSection_ListItem">
                    
                    Posted by 
                    <community:ItemAuthor CssClass="DownloadSection_ListAuthorLink" Runat="Server" />
                    on
                    <community:ItemDateCreated Runat="Server" />
                   
                </td>
            </tr>
            <tr>
                <td class="DownloadSection_ListItem2">
                    <community:ItemBriefDescription CssClass="DownloadSection_ListBriefDescription" Runat="Server" />
                    <community:ItemRating DisplayOnly="True" Runat="Server" />
                </td>
            </tr>
            <tr>
                <td class="DownloadSection_ListItem2">
                    <community:ItemDownloadLink Text="Download Now..." CssClass="DownloadSection_ListDownloadLink" Runat="Server" />
                    &nbsp;|&nbsp;
                    <community:ItemReadMoreLink Text="Read More..." CssClass="DownloadSection_ListReadMoreLink" Runat="Server" />
                    <community:ItemEditContent EditUrl="Downloads_EditDownload.aspx?id={0}" runat="Server" />
                </td>
            </tr>
        </table>
    </ItemTemplate>
    <SeparatorTemplate>
        <p>
    </SeparatorTemplate>
    <NoContentTemplate>
        No downloads are currently available
    </NoContentTemplate>
</community:ContentList>
<community:PageFooter runat="Server" />


<p>
    <span class="Content"><community:DownloadEditContent AddText="Add File" ModerateText="Moderate Files" Runat="Server" /></span>

⌨️ 快捷键说明

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