📄 headlines_headlines.ascx
字号:
<%@ Control %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%--
This skin is used for displaying an individual Headlines in the Headlines page. Modify the HTML content
to modify the appearance of the page.
--%>
<table width="100%" cellspacing="0" cellpadding="3" class="Photo_Table">
<tr class="Photo_IntroCell">
<td>
<div style="OVERFLOW:auto;WIDTH:600px">
<community:DisplayHeadlinesImage Runat="server" id="DisplayHeadlinesImage1" />
</div>
<br clear="all">
</td>
</tr>
<tr>
<td align="right" valign="top" class="Photo_IntroCell">
<community:DisplayTopic id="ctlTopic" Runat="Server" />
</td>
</tr>
<tr>
<td class="Photo_IntroCell">
<community:Title CssClass="Photo_Title" Runat="server" id="Title1" />
</td>
</tr>
<tr>
<td class="Photo_IntroCell">
<br>
<FONT face="宋体" size="2">作者:</FONT>
<community:HeadlinesAuthor CssClass="Photo_AuthorLink" Runat="server" id="Author1" /><br>
<span class="HeadlinesSection_ListLabel">日期: </span>
<community:HeadlinesPublicationDate DateFormatString="{0:d}" CssClass="Photo_DateCreated" Runat="server" id="HeadlinesPublicationDate1" />
<P><FONT face="宋体"></FONT></P>
</td>
</tr>
<tr>
<td class="Photo_IntroCell">
<community:BriefDescription CssClass="Photo_BriefDescription" Runat="server" id="BriefDescription1" />
<br>
<br>
</td>
</tr>
<tr class="Photo_BodyCell">
<td>
<community:HeadlinesFullDescription CssClass="Photo_FullDescription" Runat="server" id="PhotoFullDescription1" />
<br>
</td>
</tr>
</table>
<br>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<br>
<community:Rating Runat="server" id="Rating1" /><br>
</td>
</tr>
<tr>
<td>
<br>
<community:Comments Runat="server" id="Comments1" />
<p>
<community:headlinesEditContent CommentText="我要评论" EditText="修改" DeleteText="删除" MoveText="移动" Runat="server" id="PhotoEditContent1" />
</p>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -