Files
dss/templates/views/EventListView.html
2012-08-15 12:26:28 +01:00

17 lines
447 B
HTML

<div id="title-area">
<p class="page-header">Upcoming Events</p>
</div>
<div id="layout-area" class="hero-well">
<table id="event-table" class="table table-bordered table-striped">
<thead>
<tr>
<th>What</th>
<th>Where</th>
<th>When</th>
</tr>
</thead>
<tbody id="event-list-container" data-provides="rowlink">
</tbody>
</table>
</div>