Stats Page Tweaks
This commit is contained in:
parent
dabe58a7b6
commit
b85438858e
@ -33,11 +33,8 @@
|
|||||||
<!-- /.panel -->
|
<!-- /.panel -->
|
||||||
{if $GLOBAL.config.payout_system != 'pps'}
|
{if $GLOBAL.config.payout_system != 'pps'}
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
<ul>
|
Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.
|
||||||
<li>Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.</font></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<!-- /.col-lg-12 -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -44,11 +44,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
<ul>
|
|
||||||
<i class="fa fa-ban fa-fw"></i>no Donation
|
<i class="fa fa-ban fa-fw"></i>no Donation
|
||||||
<i class="fa fa-star-o fa-fw"></i> 0%-2% Donation
|
<i class="fa fa-star-o fa-fw"></i> 0%-2% Donation
|
||||||
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -36,13 +36,9 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
<ul>
|
|
||||||
<i class="fa fa-ban fa-fw"></i>no Donation
|
<i class="fa fa-ban fa-fw"></i>no Donation
|
||||||
<i class="fa fa-star-o fa-fw"></i> 0%-2% Donation
|
<i class="fa fa-star-o fa-fw"></i> 0%-2% Donation
|
||||||
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /.panel -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /.col-lg-12 -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
{if ! $GLOBAL.website.chaininfo.disabled}
|
{if ! $GLOBAL.website.chaininfo.disabled}
|
||||||
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><font size="2"><span id="b-diff">{$NETWORK.difficulty}</span></font></a></td>
|
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><font size="2"><span id="b-diff">{$NETWORK.difficulty}</span></font></a></td>
|
||||||
{else}
|
{else}
|
||||||
<td><font size="2"><span id="b-diff">{$NETWORK.difficulty}</span></font></td>
|
<td><span id="b-diff">{$NETWORK.difficulty}</span></td>
|
||||||
{/if}
|
{/if}
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -69,9 +69,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
{if !$GLOBAL.website.api.disabled}<ul><li>These stats are also available in JSON format <a href="{$smarty.server.SCRIPT_NAME}?page=api&action=getpoolstatus&api_key={$GLOBAL.userdata.api_key|default:""}">HERE</a></li></ul>{/if}
|
{if !$GLOBAL.website.api.disabled}These stats are also available in JSON format <a href="{$smarty.server.SCRIPT_NAME}?page=api&action=getpoolstatus&api_key={$GLOBAL.userdata.api_key|default:""}">HERE</a>{/if}
|
||||||
</div>
|
</div>
|
||||||
<!-- /.panel -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /.col-lg-12 -->
|
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user