Stats Page Tweaks

This commit is contained in:
root 2014-02-27 18:37:45 -07:00
parent dabe58a7b6
commit b85438858e
4 changed files with 3 additions and 14 deletions

View File

@ -33,11 +33,8 @@
<!-- /.panel -->
{if $GLOBAL.config.payout_system != 'pps'}
<div class="panel-footer">
<ul>
<li>Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.</font></li>
</ul>
Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.
</div>
{/if}
</div>
<!-- /.col-lg-12 -->
</div>

View File

@ -44,11 +44,9 @@
</table>
</div>
<div class="panel-footer">
<ul>
<i class="fa fa-ban fa-fw"></i>no Donation
<i class="fa fa-star-o fa-fw"></i> 0&#37;&#45;2&#37; Donation
<i class="fa fa-trophy fa-fw"></i> 2&#37; or more Donation
</ul>
</div>
</div>
</div>

View File

@ -36,13 +36,9 @@
</table>
</div>
<div class="panel-footer">
<ul>
<i class="fa fa-ban fa-fw"></i>no Donation
<i class="fa fa-star-o fa-fw"></i> 0&#37;&#45;2&#37; Donation
<i class="fa fa-trophy fa-fw"></i> 2&#37; or more Donation
</ul>
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
</div>

View File

@ -23,7 +23,7 @@
{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>
{else}
<td><font size="2"><span id="b-diff">{$NETWORK.difficulty}</span></font></td>
<td><span id="b-diff">{$NETWORK.difficulty}</span></td>
{/if}
</tr>
<tr>
@ -69,9 +69,7 @@
</table>
</div>
<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>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
</div>