?? audiovideos_audiovideosection.ascx
字號:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%--
This skin is used for displaying the audio video in the audiovideo section page. Modify the HTML content
to modify the appearance of the page.
--%>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td align="left"><community:sectiontitle id="Sectiontitle1" Runat="Server" CssClass="LinkSection_SectionTitle" NAME="Sectiontitle1"></community:sectiontitle></td>
<td align="right"><span align="right"><community:notify id="Notify1" Runat="Server" Text="有新內容時通知我" NAME="Notify1"></community:notify>
</span></td>
</tr>
</table>
<community:pageheader id="Pageheader1" Runat="Server" NAME="Pageheader1"></community:pageheader>
<p><community:sorter id="Sorter" runat="Server">
<ListItem Text="默認順序" Value="Default" />
<ListItem Text="發布日" 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><community:contentlist id="ContentList" Runat="Server" Width="100%" PagerText="Page {0} of {1}">
<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:ItemAVTitle runat="server" ID="Itemlinktitle1" NAME="Itemlinktitle1" />
</div>
<br>
<community:ItemBriefDescription CssClass="LinkSection_ListBriefDescription" Runat="Server" ID="Itembriefdescription1"
NAME="Itembriefdescription1" />
</td>
<td align="right" valign="top">
<community:ItemTopic id="ctlTopic" Runat="Server" />
</td>
</tr>
<tr>
<td>
<community:ItemRating Runat="Server" ID="Itemrating1" NAME="Itemrating1" />
</td>
<td>
<community:ItemCommentLink Text="{0} comments Add/View" CssClass="LinkSection_ListCommentLink" Runat="Server"
ID="Itemcommentlink1" NAME="Itemcommentlink1" />
</td>
<td align="right">
<community:ItemEditContent EditUrl="AudioVideos_EditAudioVideo.aspx?id={0}" runat="Server" ID="Itemeditcontent1"
NAME="Itemeditcontent1" />
</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:ItemAVTitle runat="server" ID="Itemlinktitle2" NAME="Itemlinktitle2" />
</div>
<br>
<community:ItemBriefDescription CssClass="LinkSection_ListBriefDescription" Runat="Server" ID="Itembriefdescription2"
NAME="Itembriefdescription2" />
</td>
<td align="right" valign="top">
<community:ItemTopic id="Itemtopic1" Runat="Server" />
</td>
</tr>
<tr>
<td>
<community:ItemRating Runat="Server" ID="Itemrating2" NAME="Itemrating2" />
</td>
<td>
<community:ItemCommentLink Text="{0} 評論 Add/View" CssClass="LinkSection_ListCommentLink" Runat="Server"
ID="Itemcommentlink2" NAME="Itemcommentlink2" />
</td>
<td align="right">
<community:ItemEditContent EditUrl="AudioVideos_EditAudioVideo.aspx?id={0}" runat="Server" ID="Itemeditcontent2"
NAME="Itemeditcontent2" />
</td>
</tr>
</table>
</td>
</tr>
</AlternatingItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
<NoContentTemplate>
No links are currently listed.
</NoContentTemplate>
</community:contentlist></p>
<community:pagefooter id="Pagefooter1" runat="Server" NAME="Pagefooter1"></community:pagefooter>
<span class="Content">
<community:AudioVideoEditContent id="AudioVideoEditContent1" AddText="增加新廣播" ModerateText="審批廣播"
runat="server"></community:AudioVideoEditContent>
<span class="Content"></span>
</span>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -