📄 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" />
发于
<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 + -