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['device_id'] = $entry['host'];
$dev['hostname'] = $hostname;
echo("
" . generatedevicelink($dev) . "
| ");
}
echo("");
if($interface) {
$if['interface_id'] = $entry['interface'];
$if['ifDescr'] = $interface;
echo(generateiflink($if));
}
echo(" |
$icon |
" . htmlspecialchars($entry['message']) . "
|
|
");
?>