mirror of
https://github.com/fergalmoran/dss.git
synced 2026-04-25 22:21:19 +00:00
21 lines
581 B
HTML
Executable File
21 lines
581 B
HTML
Executable File
<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">
|
|
<tr id="tablesorter-fix">
|
|
<th>Nothing</th>
|
|
<th>To See</th>
|
|
<th>Here</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div> |