Files
dss/templates/views/EventListView.html
2012-08-10 15:56:44 +01:00

17 lines
446 B
HTML

<div id="title-area">
<h2 class="bordered">Upcoming Events</h2>
</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>