Reformatted with tables.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1553 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
241cc7b0cc
commit
345da86985
|
@ -68,7 +68,11 @@ while( $row = mysql_fetch_assoc( $result ) )
|
||||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>"><?= date( "H:i" ) ?></a> - <?= makeLink( "$PHP_SELF?view=state", $status, canEdit( 'System' ) ) ?> - <?= getLoad() ?> / <?= getDiskPercent() ?>%</p>
|
<table style="width: 100%">
|
||||||
|
<tr>
|
||||||
|
<td align="left"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>"><?= date( "H:i" ) ?></a></td><td align="center"><?= makeLink( "$PHP_SELF?view=state", $status, canEdit( 'System' ) ) ?></td><td align="right"><?= getLoad() ?>/<?= getDiskPercent() ?>%</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<table>
|
<table>
|
||||||
<?php
|
<?php
|
||||||
$hour_event_count = 0;
|
$hour_event_count = 0;
|
||||||
|
|
Loading…
Reference in New Issue