?? events_pastevents.ascx
字號(hào):
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%--
This skin is used for displaying the events in the EventSection page. Modify the HTML content
to modify the appearance of the page.
--%>
<table cellpadding="0" cellspacing="0" border="0" Width="100%">
<tr>
<td align="left" valign="top">
<community:SectionTitle CssClass="EventSection_SectionTitle" Runat="Server" />
</td>
<td align="right" valign="top">
<community:Notify Text="Notify me when a new event is added" Runat="Server"/>
</td>
</tr>
</table>
<p>
<community:PageHeader CssClass="EventSection_SectionDescription" Runat="Server" />
<p>
<table width="100%">
<tr>
<td align="right">
<community:EventLinkFutureEvents Text="View Upcoming Events" Runat="Server"/>
</td>
</tr>
</table>
<p>
<community:ContentList id="ContentList" Runat="Server">
<ItemTemplate>
<table width="100%" cellspacing=0 cellpadding=5 class="EventSection_ListTable">
<tr>
<td valign="middle" colspan="2" class="EventSection_ListItem">
<table border="0" cellpadding="6" cellspacing="0" width="100%">
<tr>
<td align="right" valign="top" colspan="2">
<div align="right" valign="top">
<community:ItemTopic id="ctlTopic" Runat="Server"/>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<community:ItemEventImage align="left" width="125" Runat="Server"/>
<community:ItemEventDate CssClass="EventSection_ListDate" Runat="Server"/>
-
<community:ItemTitle CssClass="EventSection_ListTitle" Runat="Server" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="EventSection_ListItem2" colspan="2">
<community:ItemBriefDescription CssClass="EventSection_ListBriefDescription" Runat="Server"/>
</td>
</tr>
<tr>
<td class="EventSection_ListItem2">
(<community:ItemReadMoreLink Text="Read More" CssClass="EventSection_ListReadMoreLink" Runat="Server"/> | <community:ItemCommentCount Text="comments" CssClass="Content_BodyText" Runat="Server"/>)
</td>
<td align="right" class="EventSection_ListItem2">
<community:ItemRating DisplayOnly="True" Runat="Server" />
<community:ItemEventDateVisible DateFormatString="This event will be visible on {0:F}" runat="Server" />
</td>
</tr>
</table>
</ItemTemplate>
<SeparatorTemplate>
<p>
</SeparatorTemplate>
<NoContentTemplate>
There currently are no past events listed.
</NoContentTemplate>
</community:ContentList>
<br>
<community:PageFooter runat="Server" />
<p>
<table width="100%">
<tr>
<td align="right">
<community:EventLinkFutureEvents Text="View Upcoming Events" Runat="Server"/>
</td>
</tr>
</table>
<p>
<community:EditContent AddUrl="Events_AddEvent.aspx" AddText="Add New Event" ModerateUrl="Moderation_ModerateSection.aspx" ModerateText="Moderate Events" Runat="Server" />
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -