re-adjusting template again
This commit is contained in:
parent
2c56066763
commit
3094c9bb9d
@ -6,10 +6,10 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
{for $i=date('G', time() - 60 * 60) to 23}
|
{for $i=date('G') to 23}
|
||||||
<th scope="col">{$i}:00</th>
|
<th scope="col">{$i}:00</th>
|
||||||
{/for}
|
{/for}
|
||||||
{for $i=0 to date('G', time () - 2 * 60 * 60)}
|
{for $i=0 to date('G', time () - 60 * 60)}
|
||||||
<th scope="col">{$i}:00</th>
|
<th scope="col">{$i}:00</th>
|
||||||
{/for}
|
{/for}
|
||||||
</tr>
|
</tr>
|
||||||
@ -17,10 +17,10 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{$smarty.session.USERDATA.username}</th>
|
<th scope="row">{$smarty.session.USERDATA.username}</th>
|
||||||
{for $i=date('G', time() - 60 * 60) to 23}
|
{for $i=date('G') to 23}
|
||||||
<td>{$YOURHASHRATES.$i|default:"0"}</td>
|
<td>{$YOURHASHRATES.$i|default:"0"}</td>
|
||||||
{/for}
|
{/for}
|
||||||
{for $i=0 to date('G', time() - 2 * 60 * 60)}
|
{for $i=0 to date('G', time() - 60 * 60)}
|
||||||
<td>{$YOURHASHRATES.$i|default:"0"}</td>
|
<td>{$YOURHASHRATES.$i|default:"0"}</td>
|
||||||
{/for}
|
{/for}
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user