mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-10 10:54:17 +00:00
24 lines
680 B
HTML
24 lines
680 B
HTML
<div class="span6">
|
|
<div id="page-selection"></div>
|
|
</div>
|
|
<div class="span6 pull-right">
|
|
<div id="MySearch" class="input-append search">
|
|
<input type="text" class="input-medium" placeholder="Search">
|
|
<button type="button" class="btn"><i class="icon-search"></i></button>
|
|
</div>
|
|
</div>
|
|
<table id="user-table" class="table table-striped table-bordered datagrid">
|
|
<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>
|