Files
dss/templates/views/UserListView.html
2013-06-17 12:16:12 +01:00

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>