Skip to content

Instantly share code, notes, and snippets.

@KarlBaumann
Created October 31, 2016 14:31
Show Gist options
  • Save KarlBaumann/f77479fdf649840b5179b7c750a2cb1a to your computer and use it in GitHub Desktop.
Save KarlBaumann/f77479fdf649840b5179b7c750a2cb1a to your computer and use it in GitHub Desktop.
<table id="media-access" class="bootstrap-popup focus-highlight">
<thead>
<tr class="tablesorter-ignoreRow">
<td class="pager" colspan="<?=$colCount?>">
<img src="<?=$url?>/first.png" class="first"/>
<img src="<?=$url?>/prev.png" class="prev"/>
<span class="pagedisplay"></span>
<!-- this can be any element, including an input -->
<img src="<?=$url?>/next.png" class="next"/>
<img src="<?=$url?>/last.png" class="last"/>
<select class="pagesize">
<option value="25">25</option>
<option value="50">50</option>
<option value="75">75</option>
<option value="200">200</option>
<option value="500">500</option>
<option value="1000">1000</option>
<option value="2000">2000</option>
</select>
<select class="gotoPage" title="Select page number">
</select>
</td>
</tr>
<tr>
<th class="fixed">ID</th>
<th class="fixed">Media files</th>
<?=$head?>
</tr>
</thead>
<tbody>
<!-- tbody will be loaded via JSON -->
</tbody>
<tfoot>
<tr>
<td class="pager" colspan="<?=$colCount?>">
<img src="<?=$url?>/first.png" class="first"/>
<img src="<?=$url?>/prev.png" class="prev"/>
<span class="pagedisplay"></span>
<!-- this can be any element, including an input -->
<img src="<?=$url?>/next.png" class="next"/>
<img src="<?=$url?>/last.png" class="last"/>
<select class="pagesize">
<option value="25">25</option>
<option value="50">50</option>
<option value="75">75</option>
<option value="200">200</option>
<option value="500">500</option>
<option value="1000">1000</option>
<option value="2000">2000</option>
</select>
</td>
</tr>
</tfoot>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment