Update block_overview_time.tpl
Cosmetic Improvements
This commit is contained in:
parent
1684b2e388
commit
afbf9b0709
@ -24,7 +24,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th style="padding-left: 15px">all time</th>
|
||||
<th style="padding-left:3px;">All Time</th>
|
||||
<td class="text-right">{($FIRSTBLOCKFOUND / $COINGENTIME)|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.Total|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.TotalValid|number_format}</td>
|
||||
@ -49,7 +49,7 @@
|
||||
<td class="text-right">{($LASTBLOCKSBYTIME.Total|default:"0.00" / ($FIRSTBLOCKFOUND / $COINGENTIME) * 100)|number_format:"2"}%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="padding-left: 15px">last hour</th>
|
||||
<th style="padding-left:3px;">Last Hour</th>
|
||||
<td class="text-right">{(3600 / $COINGENTIME)|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.1HourTotal|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.1HourValid|number_format}</td>
|
||||
@ -74,7 +74,7 @@
|
||||
<td class="text-right">{($LASTBLOCKSBYTIME.1HourTotal|default:"0.00" / (3600 / $COINGENTIME) * 100)|number_format:"2"}%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="padding-left: 15px">last 24 hours</th>
|
||||
<th style="padding-left:3px;padding-right:1px;">Last 24 Hours</th>
|
||||
<td class="text-right">{(86400 / $COINGENTIME)|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.24HourTotal|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.24HourValid|number_format}</td>
|
||||
@ -99,7 +99,7 @@
|
||||
<td class="text-right">{($LASTBLOCKSBYTIME.24HourTotal|default:"0.00" / (86400 / $COINGENTIME) * 100)|number_format:"2"}%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="padding-left: 15px">last 7 days</th>
|
||||
<th style="padding-left:3px;">Last 7 Days</th>
|
||||
<td class="text-right">{(604800 / $COINGENTIME)|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.7DaysTotal|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.7DaysValid|number_format}</td>
|
||||
@ -124,7 +124,7 @@
|
||||
<td class="text-right">{($LASTBLOCKSBYTIME.7DaysTotal|default:"0.00" / (604800 / $COINGENTIME) * 100)|number_format:"2"}%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="padding-left: 15px">last 4 Weeks</th>
|
||||
<th style="padding-left:3px;padding-right:1px;">Last 4 Weeks</th>
|
||||
<td class="text-right">{(2419200 / $COINGENTIME)|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.4WeeksTotal|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.4WeeksValid|number_format}</td>
|
||||
@ -149,7 +149,7 @@
|
||||
<td class="text-right">{($LASTBLOCKSBYTIME.4WeeksTotal|default:"0.00" / (2419200 / $COINGENTIME) * 100)|number_format:"2"}%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="padding-left: 15px">last 12 Month</th>
|
||||
<th style="padding-left:3px;">The Past 12 Months</th>
|
||||
<td class="text-right">{(29030400 / $COINGENTIME)|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.12MonthTotal|number_format}</td>
|
||||
<td class="text-right">{$LASTBLOCKSBYTIME.12MonthValid|number_format}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user