  <tr>
<?
	if ( $User->priv_list()->[0] )
	{
		print "<tdSTYLE_HERE><input type=\"checkbox\" name=\"chk".get( 'Alert.ident' )."\"></td>\n";
	}
?>
    <tdSTYLE_HERE align="center">&nbsp;<?AlertList_otfFilt_Impa_sev('Img')?>&nbsp;</td>
    <tdSTYLE_HERE align="center"><a href="AlertDetails<?print $conf{'extension'}?>?id=<??Alert.ident??>"><??Alert.ident??></a></td>
    <tdSTYLE_HERE align="center"><?AlertList_otfFilt_Class_name()?></td>
    <tdSTYLE_HERE align="center"><??Alert/Assessment/Impact.type??></td>
    <tdSTYLE_HERE align="center"><?AlertList_otfFilt_Impa_completion()?></td>
    <tdSTYLE_HERE><?AlertList_Get_Addr_and_Port('Source',0)?>&nbsp;</td>
    <tdSTYLE_HERE><?AlertList_Get_Addr_and_Port('Target',0)?></td>
    <tdSTYLE_HERE align="center"><?AlertList_otfFilt_Ana_model()?>/<??Alert/Analyzer.class??></td>
    <tdSTYLE_HERE align="center"><?

	my $DT = get( 'Alert/DetectTime.time' );
	if ( ! $DT ) {$DT = get( 'Alert/CreateTime.time' );};
	print GMT_to_LocalTime( $DT );

?></td>
  </tr>
