if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; }
$hostname = gethostbyid($entry['host']);
$interface = fixifname(getifbyid($entry['interface']));
unset($icon);
$icon = geteventicon($entry['message']);
if($icon) {$icon = "
"; }
echo("
|
" . $entry['datetime'] . "
| ");
if(!$_GET[id] && !$overview) {
$dev['id'] = $entry['host'];
$dev['hostname'] = $hostname;
echo("
" . generatedevicelink($dev) . "
| ");
}
echo("");
if($if['id']) {
$if['id'] = $entry['interface'];
$if['if'] = $interface;
echo(generateiflink($if));
}
echo(" | ");
$icon |
" . $entry['message'] . "
|
|
");
?>