45 lines
2.3 KiB
Smarty
Executable File
45 lines
2.3 KiB
Smarty
Executable File
<div class="col-lg-12">
|
|
<div class="panel panel-info">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title"><i class="fa fa-align-left fa-fw"></i> Overview</span></h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="row show-grid" style="text-align:center;">
|
|
<div class="col-md-spark">
|
|
<p style="font-weight: bold; margin: 0px 0px -3px;">My Hashrate {$GLOBAL.hashunits.personal}</p>
|
|
<span style="font-size: 24px; font-weight: bold;" id="b-hashrate">{$GLOBAL.userdata.hashrate|number_format:"2"}</span>
|
|
<br>
|
|
<span class="personal-hashrate-bar"></span>
|
|
</div>
|
|
<div class="col-md-spark">
|
|
<p style="font-weight: bold; margin: 0px 0px -3px;">My Sharerate</p>
|
|
<span style="font-size: 24px; font-weight: bold;" id="b-sharerate">{$GLOBAL.userdata.sharerate|number_format:"2"}</span>
|
|
<br>
|
|
<span class="personal-sharerate-bar"></span>
|
|
</div>
|
|
<div class="col-md-spark">
|
|
<p style="font-weight: bold; margin: 0px 0px -3px;">Pool Hashrate {$GLOBAL.hashunits.pool}</p>
|
|
<span style="font-size: 24px; font-weight: bold;" id="b-poolhashrate">{$GLOBAL.hashrate|number_format:"2"}</span>
|
|
<br>
|
|
<span class="pool-hashrate-bar"></span>
|
|
</div>
|
|
<div class="col-md-spark">
|
|
<p style="font-weight: bold; margin: 0px 0px -3px;">Pool Workers</p>
|
|
<span style="font-size: 24px; font-weight: bold;" id="b-poolhashrate">{$GLOBAL.workers}</span>
|
|
<br>
|
|
<span class="pool-workers-bar"></span>
|
|
</div>
|
|
<div class="col-md-spark">
|
|
<p style="font-weight: bold; margin: 0px 0px -3px;">{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}</p>
|
|
<span style="font-size: 24px; font-weight: bold;" id="b-price">{$GLOBAL.price|default:"0"|number_format:"8"}</span>
|
|
<br>
|
|
<span class="coin-price-line"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="panel-footer" style="margin: 20px 0px 0px;">
|
|
Refresh interval: {$GLOBAL.config.statistics_ajax_refresh_interval|default:"10"} seconds. Hashrate based on shares submitted in the past {$INTERVAL|default:"5"} minutes.
|
|
</div>
|
|
</div>
|
|
</div>
|