⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 events_eventsection.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 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 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 + -