[REMOVED] More Font tags
This commit is contained in:
parent
3f3ff74a49
commit
fef95b9ace
@ -21,7 +21,7 @@
|
||||
<tr>
|
||||
<th>Current Difficulty</th>
|
||||
{if ! $GLOBAL.website.chaininfo.disabled}
|
||||
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><font size="2"><span id="b-diff">{$NETWORK.difficulty|number_format:"8"}</span></font></a></td>
|
||||
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><span id="b-diff">{$NETWORK.difficulty|number_format:"8"}</span></a></td>
|
||||
{else}
|
||||
<td><span id="b-diff">{$NETWORK.difficulty|number_format:"8"}</span></td>
|
||||
{/if}
|
||||
@ -36,7 +36,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Est. Avg. Time per Round (Network)</th>
|
||||
<td><font size="2">{$NETWORK.EstTimePerBlock|seconds_to_words}</font></td>
|
||||
<td>{$NETWORK.EstTimePerBlock|seconds_to_words}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Est. Avg. Time per Round (Pool)</th>
|
||||
@ -49,7 +49,7 @@
|
||||
{if ! $GLOBAL.website.blockexplorer.disabled}
|
||||
<tr>
|
||||
<th width="50%">Next Network Block</th>
|
||||
<td colspan="3">{($CURRENTBLOCK + 1)|number_format} <font size="1"> (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK|number_format})</a></font></td>
|
||||
<td colspan="3">{($CURRENTBLOCK + 1)|number_format} (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK|number_format})</a></td>
|
||||
</tr>
|
||||
{else}
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user