Revision 35a592c0 template/sbnciface/status.html
| template/sbnciface/status.html | ||
|---|---|---|
| 15 | 15 |
</table> |
| 16 | 16 |
</form> |
| 17 | 17 |
<script type="text/javascript"> |
| 18 |
{if $uptimeValue == 0}
|
|
| 19 |
{else}
|
|
| 18 |
{if $uptimeValue == 0}
|
|
| 19 |
{else}
|
|
| 20 | 20 |
var UptimeTicks = {$uptimeValue};
|
| 21 |
{/if}
|
|
| 21 |
{/if}
|
|
| 22 | 22 |
function UptimeRefresh () |
| 23 | 23 |
{
|
| 24 | 24 |
var days = Math.floor(UptimeTicks /60/60/24); |
Also available in: Unified diff