Files
dss/templates/views/UserListView.html
2013-07-03 19:58:31 +01:00

31 lines
1.1 KiB
HTML
Executable File

<div class="user-list-container">
<table id="user-table" class="table table-striped table-bordered datagrid" style="overflow: scroll">
<thead>
<tr>
<th colspan="7">
<div class="pull-left">
<div class="input-append search datagrid-search">
<input id="search-text" type="text" class="input-large" placeholder="Search">
<button type="button" class="btn"><i class="icon-search"></i></button>
</div>
</div>
<div class="pull-right">
<div id="page-selection"></div>
</div>
</th>
</tr>
<tr class="warning">
<th>Name</th>
<th>Uploads</th>
<th>Likes</th>
<th>Favourites</th>
<th>Followers</th>
<th>Following</th>
<th>Join date</th>
<th>Last seen</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>