Termine

Datum Art Event
23.01. bis 31.01.2010 Messe Boot Düsseldorf
23.01. bis 31.01.2010 Messe Boot Düsseldorf
31.01.2010 Reisespecial Lorem ipsum dolor. Lorem ipsum dolor. Lorem ipsum dolor. Lorem ipsum dolor. Lorem ipsum dolor. Lorem ipsum dolor. Lorem ipsum dolor. Lorem ipsum dolor.
23.01. bis 31.01.2010 Messe Boot Düsseldorf
23.01.2010 Messe Boot Düsseldorf

Markup Events-Tabelle

<!-- EVENTS -->
<table id="events">
  <thead>
    <tr>
      <th class="date">Datum<th>
      <th>Art</th>
      <th>Event</th>
    </tr>
  </thead>
  <tbody>
    <tr class="odd">
      <td>{date-start ##.##.} bis {date-end ##.##.####}</td>
      <td>{kind}</td>
      <td>
        <a href="http://wowspotguide.rensco.de/events/{id}" target="_blank">{name}</a>
      </td>
    </tr>
    <tr class="even">
      <td>{date-start ##.##.} bis {date-end ##.##.####}</td>
      <td>{kind}</td>
      <td>
        <a href="http://wowspotguide.rensco.de/events/{id}" target="_blank">{name}</a>
      </td>
    </tr>
  </tbody>
</table>
<!-- EOF #events -->