20 lines
489 B
Smarty
20 lines
489 B
Smarty
<div data-role="collapsible">
|
|
<h3>User Hashrates</h3>
|
|
{include file="statistics/pool/contributors_hashrate.tpl"}
|
|
</div>
|
|
|
|
<div data-role="collapsible">
|
|
<h3>User Shares</h3>
|
|
{include file="statistics/pool/contributors_shares.tpl"}
|
|
</div>
|
|
|
|
<div data-role="collapsible">
|
|
<h3>General Stats</h3>
|
|
{include file="statistics/pool/general_stats.tpl"}
|
|
</div>
|
|
|
|
<div data-role="collapsible">
|
|
<h3>Last Blocks</h3>
|
|
{include file="statistics/blocks/small_table.tpl" ALIGN="right" SHORT=true}
|
|
</div>
|