ASong2U_Web/wp-content/plugins/events-manager/includes/sample-placeholders/event-list-default.html

19 lines
520 B
HTML

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