?? articles_article.ascx
字號:
<%@ Register TagPrefix="Community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="C#" %>
<%--
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" id="DisplayTopic1" />
</div>
<community:Title CssClass="Article_Title" Runat="server" id="Title1" />
<br>
<br><FONT size=2>作者</FONT>
<community:Author CssClass="Article_AuthorLink" Runat="server" id="Author1" />
發(fā)于
<community:DateCreated Runat="server" id="DateCreated1" /> 人氣
<community:ViewCount Runat="server" id="ViewCount1" />
<br>
<br>
<community:BriefDescription CssClass="Article_BriefDescription" Runat="server" id="BriefDescription1" />
</td>
</tr>
<tr>
<td class="Article_BodyCell">
<community:ArticleBodyText CssClass="Article_FullDescription" Runat="server" id="ArticleBodyText1" />
</td>
</tr>
<tr>
<td class="Article_BodyCell">
<br>
<community:Rating SubmitText="評級" Runat="server" id="Rating1" />
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="11">
<tr>
<td>
<div class="Content">
<community:Notify Text="有新評論時通知我" Runat="server" id="Notify1" />
<p>
<community:Comments Runat="server" id="Comments1" />
<p>
<community:ArticleEditContent CommentText="我要評論" EditText="修改文章" DeleteText="刪除文章" MoveText="移動文章" Runat="server"
id="ArticleEditContent1" /></p>
</div>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -