?? downloads_downloadssection.ascx
字號:
<%@ Control Language="C#" %>
<%@ 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" id="SectionTitle1" />
</td>
<td align="right" valign="top">
<community:Notify Text="有新文件時通知我" Runat="server" id="Notify1" />
</td>
</tr>
</table>
<p>
<community:PageHeader Runat="server" id="PageHeader1" />
<p>
<div align="right">
<community:Sorter id="Sorter" runat="Server">
<ListItem Text="默認順序" Value="Default" />
<ListItem Text="發(fā)布日" Value="Date Created" />
<ListItem Text="標題" Value="Title" />
<ListItem Text="評級" Value="Rating" />
<ListItem Text="話題" Value="Topic" />
<ListItem Text="熱門度" value="ViewCount" />
<ListItem Text="作者" value="Author" />
</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">
<font size="2px">作者
<community:ItemAuthor CssClass="DownloadSection_ListAuthorLink" Runat="Server" />
發(fā)于
<community:ItemDateCreated Runat="Server" /></font>
</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="現(xiàn)在下載..." CssClass="DownloadSection_ListDownloadLink" Runat="Server" />
|
<community:ItemReadMoreLink Text="詳情..." CssClass="DownloadSection_ListReadMoreLink" Runat="Server" />
<community:ItemEditContent EditUrl="Downloads_EditDownload.aspx?id={0}" runat="Server" />
</td>
</tr>
</table>
</ItemTemplate>
<SeparatorTemplate>
<p>
</SeparatorTemplate>
<NoContentTemplate>
現(xiàn)在還沒有內(nèi)容
</NoContentTemplate>
</community:ContentList>
<community:PageFooter runat="server" id="PageFooter1" />
<p>
<span class="Content">
<community:DownloadEditContent AddText="增加文件" ModerateText="審批文件" Runat="server" id="DownloadEditContent1" />
</span></p>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -