proper time range
This commit is contained in:
parent
1bf2e7cf18
commit
8fccc8fe3a
@ -6,21 +6,21 @@
|
|||||||
<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}</th>
|
<th scope="col">{$i}:00</th>
|
||||||
{/for}
|
{/for}
|
||||||
{for $i=0 to date('G')}
|
{for $i=0 to date('G', time () - 60 * 60)}
|
||||||
<th scope="col">{$i}</th>
|
<th scope="col">{$i}:00</th>
|
||||||
{/for}
|
{/for}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{$GLOBAL.USERDATA.username}</th>
|
<th scope="row">{$GLOBAL.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')}
|
{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