?? links_link.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" %>
<%--
This skin is used for displaying an individual link in the Link page. Modify the HTML content
to modify the appearance of the page.
--%>
<div align="right">
<community:DisplayTopic Runat="Server"/>
</div>
<table class="Link_Table">
<tr>
<td class="Link_IntroCell">
<community:LinkTitle CssClass="Link_Link" Runat="Server"/>
</td>
</tr>
<tr>
<td class="Link_BodyCell">
<community:BriefDescription CssClass="Link_BriefDescription" Runat="Server"/>
</td>
</tr>
</table>
<community:Rating id="ctlRateAction" Runat="Server"/>
<community:Comments id="ctlDisplayComments" Runat="Server"/>
<p>
<community:LinkEditContent CommentText="Add Your Comment" EditText="Edit this Link" DeleteText="Delete this Link" MoveText="Move this Link" Runat="Server" />
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -