0 AND run<='.$RUNNUMBER_LAST.' GROUP BY run ORDER BY created DESC LIMIT '.$MAX_ENTRIES;
$res = $pdo->query( $query );
#print('
'.$query.'
')
?>
Run |
time |
# Files |
# Physics Triggers |
fetch() ) {
$run = $row['run'];
$tdiff = $row['tdiff'];
$run_style='padding: 5px; vertical-align:top;';
$icon = '';
$style='';
if( $tdiff<20 && $irow==0 ){
$icon = '';
$run_style .= 'font-weight:bold;';
$style .= 'font-weight:bold;background-color:#DDD;';
}
if( $run == $RUNNUMBER ){
$style .= 'font-weight:bold;background-color:#1E1;';
}
?>
= $icon ?> |
= $row['created'] ?> |
= number_format($row['Nfiles']) ?> |
= number_format($row['Nphysics']) ?> |
retrieved: = date('c')?>