?? links_linkssection.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="Links" Namespace="ASPNET.StarterKit.Communities.Links" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%--
This skin is used for displaying the links in the LinksSection page. Modify the HTML content
to modify the appearance of the page.
--%>
<table cellpadding="0" cellspacing="0" border="0" Width="100%">
<tr>
<td align="left">
<community:SectionTitle CssClass="LinkSection_SectionTitle" Runat="Server" />
</td>
<td align="right">
<span align="right"><community:Notify Text="Notify me when a new link is added" Runat="Server" />
</td>
</tr>
</table>
<community:PageHeader Runat="Server" />
<p>
<community:Sorter id="Sorter" runat="Server">
<ListItem Text="Default Order" Value="Default" />
<ListItem Text="Date Posted" Value="Date Created" />
<ListItem Text="Link Title" Value="Title" />
<ListItem Text="Link Rating" Value="Rating" />
<ListItem Text="Link Topic" Value="Topic" />
<ListItem Text="Popularity" value="ViewCount"/>
</community:Sorter>
<community:ContentList id="ContentList" PagerText="Page {0} of {1}" Width="100%" Runat="Server">
<HeaderTemplate>
<table cellpadding="4" cellspacing="0" border="0" Width="100%">
</HeaderTemplate>
<ItemTemplate>
<tr>
<td>
<table width="100%">
<tr>
<td valign="top" colspan="2">
<br>
<div class="LinkSection_ListCommentLink">
<community:ItemLinkTitle runat="server" />
</div>
<br>
<community:ItemBriefDescription CssClass="LinkSection_ListBriefDescription" Runat="Server" />
</td>
<td align="right" valign="top">
<community:ItemTopic id="ctlTopic" Runat="Server" />
</td>
</tr>
<tr>
<td>
<community:ItemRating Runat="Server" />
</td>
<td>
<community:ItemCommentLink Text="{0} comments Add/View" CssClass="LinkSection_ListCommentLink" Runat="Server" />
</td>
<td align="right">
<community:ItemEditContent EditUrl="Links_EditLink.aspx?id={0}" runat="Server" />
</td>
</tr>
</table>
</td>
</tr>
</ItemTemplate>
<AlternatingItemTemplate>
<tr bgcolor="#eeeeee">
<td>
<table width="100%">
<tr>
<td valign="top" colspan="2">
<br>
<div class="LinkSection_ListCommentLink">
<community:ItemLinkTitle runat="server" />
</div>
<br>
<community:ItemBriefDescription CssClass="LinkSection_ListBriefDescription" Runat="Server" />
</td>
<td align="right" valign="top">
<community:ItemTopic id="ctlTopic" Runat="Server" />
</td>
</tr>
<tr>
<td>
<community:ItemRating Runat="Server" />
</td>
<td>
<community:ItemCommentLink Text="{0} comments Add/View" CssClass="LinkSection_ListCommentLink" Runat="Server" />
</td>
<td align="right">
<community:ItemEditContent EditUrl="Links_EditLink.aspx?id={0}" runat="Server" />
</td>
</tr>
</table>
</td>
</tr>
</AlternatingItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
<NoContentTemplate>
No links are currently listed.
</NoContentTemplate>
</community:ContentList>
</p>
<community:PageFooter runat="Server" />
<span class="Content"><community:LinkEditContent AddText="Add New Link" ModerateText="Moderate Links" Runat="Server" /></span>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -