event-list-default.html
520 Bytes
<table cellpadding="5" cellspacing="0" width="95%" id="current-events" >
<thead>
<tr>
<th id="event-time" width="150">Date/Time</th>
<th id="event-description" width="*">Event</th>
</thead>
<tbody>
<tr>
<td>
#_{d/m/Y} #@_{- d/m/Y}<br/>
#H:#i -#@H:#@i
</td>
<td>
#_EVENTLINK<br/>
<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
</td>
</tr>
</tbody>
</table>