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 -->