* Fixes #130. Removed total shares in favor of the hashrate. * Fixes hashrate display. * Added pagination template file to include pagination on other pages in the future.
16 lines
524 B
Smarty
16 lines
524 B
Smarty
<div id="pager">
|
|
<form>
|
|
<img src="{$PATH}/images/first.png" class="first"/>
|
|
<img src="{$PATH}/images/prev.png" class="prev"/>
|
|
<input type="text" class="pagedisplay"/>
|
|
<img src="{$PATH}/images/next.png" class="next"/>
|
|
<img src="{$PATH}/images/last.png" class="last"/>
|
|
<select class="pagesize">
|
|
<option selected="selected" value="10">10</option>
|
|
<option value="20">20</option>
|
|
<option value="30">30</option>
|
|
<option value="40">40</option>
|
|
</select>
|
|
</form>
|
|
</div>
|