?? articles_article.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="Community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%--
This skin is used for displaying an individual article in the Article page.
Modify the HTML content to modify the appearance of the page.
--%>
<table width="100%" cellspacing="0" cellpadding="11" class="Article_Table">
<tr>
<td class="Article_IntroCell">
<div align="right">
<community:DisplayTopic Runat="Server" />
</div>
<community:Title CssClass="Article_Title" Runat="Server" />
<br>
<br>
Posted by
<community:Author CssClass="Article_AuthorLink" Runat="Server" />
on
<community:DateCreated Runat="Server" />
<br>
<br>
<community:BriefDescription CssClass="Article_BriefDescription" Runat="Server" />
</td>
</tr>
<tr>
<td class="Article_BodyCell">
<community:ArticleBodyText CssClass="Article_FullDescription" Runat="Server" />
</td>
</tr>
<tr>
<td class="Article_BodyCell">
<br>
<community:Rating SubmitText="Rate Item" Runat="Server" />
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="11">
<tr>
<td>
<div class="Content">
<community:Notify Text="Notify me when a new comment is posted" Runat="Server" />
<p>
<community:Comments Runat="Server" />
<p>
<community:ArticleEditContent CommentText="Add Your Comment" EditText="Edit this Article" DeleteText="Delete this Article" MoveText="Move this Article" Runat="Server" />
</div>
</td>
</tr>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -