"; }
echo("
|
" . $entry['datetime'] . "
| ");
if(!$_GET[id] && !$overview) {
$dev['device_id'] = $entry['host'];
$dev['hostname'] = $hostname;
echo("
" . generatedevicelink($dev, shorthost($dev['hostname'])) . "
| ");
}
echo("");
if($interface) {
$if['interface_id'] = $entry['interface'];
$if['ifDescr'] = $interface;
echo(generateiflink($if));
}
echo(" " . htmlspecialchars($entry['message']) . "
|
");
?>