mirror of
https://github.com/fergalmoran/dss.git
synced 2026-04-02 10:55:02 +00:00
31 lines
1.1 KiB
HTML
Executable File
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> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div> |