php-mpos/public/templates/mobile/statistics/pool/default.tpl
2013-10-09 11:15:11 +02:00

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>