fixed lastblock display and removed debug colum from hashrate top 20

This commit is contained in:
Sebastian Grewe 2013-05-13 23:34:33 +02:00
parent ebe3fe88ff
commit b626c02088

View File

@ -8,7 +8,6 @@
<th align="left" scope="col">User Name</th> <th align="left" scope="col">User Name</th>
<th align="left" scope="col">KH/s</th> <th align="left" scope="col">KH/s</th>
<th align="left">Ł/Day<font size="1"> (est)</font></th> <th align="left">Ł/Day<font size="1"> (est)</font></th>
<th align="left">Ł/Day<font size="1"> (est)</font></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -19,7 +18,6 @@
<td>{$TOPHASHRATES[hashrate].account}</td> <td>{$TOPHASHRATES[hashrate].account}</td>
<td>{$TOPHASHRATES[hashrate].hashrate|number_format}</td> <td>{$TOPHASHRATES[hashrate].hashrate|number_format}</td>
<td>{math equation="round(( 24 / (((diff * pow(2,targetdiff)) / hashrate) / 3600) * reward ),3)" diff=$DIFFICULTY targetdiff=$TARGETDIFF hashrate=$TOPHASHRATES[hashrate].hashrate reward=$REWARD}</td> <td>{math equation="round(( 24 / (((diff * pow(2,targetdiff)) / hashrate) / 3600) * reward ),3)" diff=$DIFFICULTY targetdiff=$TARGETDIFF hashrate=$TOPHASHRATES[hashrate].hashrate reward=$REWARD}</td>
<td>{$TOPHASHRATES[hashrate].ltcday|number_format}
</tr> </tr>
{/section} {/section}
</tbody> </tbody>
@ -64,7 +62,7 @@
</tr> </tr>
<tr> <tr>
<td class="leftheader">Last Block Found</td> <td class="leftheader">Last Block Found</td>
<td><a href="http://explorer.litecoin.net/search?q={$LASTBLOCK}" target="_new">{$LASTBLOCK}</a></td> <td><a href="http://explorer.litecoin.net/search?q={$LASTBLOCK}" target="_new">{$LASTBLOCK|default:"0"}</a></td>
</tr> </tr>
<tr> <tr>
<td class="leftheader">Current Difficulty</td> <td class="leftheader">Current Difficulty</td>