Files
dss/templates/views/scratchpad.html
2013-07-02 21:24:13 +01:00

16 lines
387 B
HTML
Executable File

<div id="page-selection">Pagination goes here</div>
<table class="table table-striped table-bordered" id="user-table">
<thead>
<tr class="warning">
<th>Name</th>
<th>Uploads</th>
<th>Likes</th>
<th>Favourites</th>
<th>Followers</th>
<th>Following</th>
<th>Last seen</th>
</tr>
</thead>
<tbody></tbody>
</table>