?? events_eventsection.ascx
字號:
<%@ 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>
<community:ContentList id="ContentList" PagerText="Page {0} of {1}" 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" colspan="2" valign="top">
<div align="right" valign="top">
<community:ItemTopic id="ctlTopic" Runat="Server"/>
</div>
</td>
</tr>
<tr>
<td>
<community:ItemEventImage align="left" width="125" Runat="Server"/>
<community:ItemEventDate CssClass="EventSection_ListDate" Runat="Server"/>
-
<community:ItemTitle CssClass="EventSection_ListTitle" Runat="Server" />
<br><community:ItemEventSpeaker runat="Server" />
<br><community:ItemEventLocation runat="Server" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="EventSection_ListItem2">
<community:ItemBriefDescription CssClass="EventSection_ListBriefDescription" Runat="Server"/>
<br>
<community:ItemEventSpeakerBiography CssClass="eventSpeakerBiography" 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 id="ctlRateAction" 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>
No events are currently listed
</NoContentTemplate>
</community:ContentList>
<br>
<community:PageFooter runat="Server" />
<p>
<table width="100%" cellpadding="10">
<tr>
<td align="right">
<community:EventLinkPastEvents Text="View Past Events" Runat="Server" />
</td>
</tr>
</table>
<p>
<span class="Content"><community:EventEditContent AddText="Add New Event" ModerateText="Moderate Events" Runat="Server" /></span>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -