[FIX] Round stats
This commit is contained in:
parent
f76a157a4d
commit
9f89ac4ec1
@ -1,5 +1,5 @@
|
|||||||
<div class="row>
|
<div class="row">
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-12">
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<i class="fa fa-bar-chart fa-fw"></i> Block Statistics
|
<i class="fa fa-bar-chart fa-fw"></i> Block Statistics
|
||||||
@ -7,11 +7,9 @@
|
|||||||
<table class="table table-striped table-bordered table-hover">
|
<table class="table table-striped table-bordered table-hover">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td colspan="8">
|
||||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&prev=1"><i class="icon-left-open"></i></a>
|
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&prev=1"><i class="fa fa-chevron-left fa-fw"></i></a>
|
||||||
</td>
|
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&next=1"><i class="fa fa-chevron-right fa-fw pull-right"></i></a>
|
||||||
<td colspan="7">
|
|
||||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&next=1"><i class="icon-right-open"></i></a>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
@ -45,7 +43,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<footer>
|
<div class="panel-footer">
|
||||||
<div class="submit_link">
|
<div class="submit_link">
|
||||||
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search'>
|
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search'>
|
||||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||||
@ -54,7 +52,7 @@
|
|||||||
<input type="submit" value="Search" class="alt_btn">
|
<input type="submit" value="Search" class="alt_btn">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -7,12 +7,12 @@
|
|||||||
</div>
|
</div>
|
||||||
{else if $GLOBAL.config.payout_system == 'prop'}
|
{else if $GLOBAL.config.payout_system == 'prop'}
|
||||||
{include file="statistics/round/block_stats.tpl"}
|
{include file="statistics/round/block_stats.tpl"}
|
||||||
<div class="row>
|
<div class="row">
|
||||||
{include file="statistics/round/round_shares.tpl"}
|
{include file="statistics/round/round_shares.tpl"}
|
||||||
{include file="statistics/round/round_transactions.tpl"}
|
{include file="statistics/round/round_transactions.tpl"}
|
||||||
</div>
|
</div>
|
||||||
{else}
|
{else}
|
||||||
<div class="row>
|
<div class="row">
|
||||||
{include file="statistics/round/block_stats.tpl"}
|
{include file="statistics/round/block_stats.tpl"}
|
||||||
{include file="statistics/round/round_shares.tpl"}
|
{include file="statistics/round/round_shares.tpl"}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<div class="row>
|
<div class="row">
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
@ -109,4 +109,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</row>
|
</div>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<div class="row>
|
<div class="row">
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user