mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-28 11:46:12 +00:00
17 lines
446 B
HTML
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> |