| 117 |
|
foreach($file_array as $file_name) { |
| 118 |
|
if(preg_match("/^(\S+)\-3h.png$/", $file_name, $matches)) { ?> |
| 119 |
|
<p><b><?php echo tidyName($machine_name, $matches[1]) ?>:</b><br> |
| 120 |
< |
<a href="<?php=$PHP_SELF.'?'.'graph='.$matches[1].'&machine_name='.$machine_name.'&submit=Show'?>"> |
| 120 |
> |
<a href="<?php echo $PHP_SELF.'?'.'graph='.$matches[1].'&machine_name='.$machine_name.'&submit=Show'?>"> |
| 121 |
|
<img border="0" src="<?php echo "$imgwebdir/$machine_name/$matches[1]-3h.png" ?>"></a></p> |
| 122 |
|
<?php } |
| 123 |
|
} |
| 141 |
|
<b>Latest data</b> |
| 142 |
|
<p> |
| 143 |
|
Latest set of data received from |
| 144 |
< |
<a href="<?php echo "latest.php?machine=$machine_name"; ?>"><?php=$machine_name?></a> |
| 144 |
> |
<a href="<?php echo "latest.php?machine=$machine_name"; ?>"><?php echo $machine_name?></a> |
| 145 |
|
<br> |
| 146 |
< |
Alerts for <a href="alerts.php?machine=<?php=$machine_name?>"><?php=$machine_name?></a> |
| 146 |
> |
Alerts for <a href="alerts.php?machine=<?php echo $machine_name?>"><?php echo $machine_name?></a> |
| 147 |
|
|
| 148 |
|
|
| 149 |
|
<hr weight="1" color="<?php echo $lineColor ?>"> |