: Name()) ?> ()
+Name()).( (!empty($otherlinks)) ? ' ('.$otherlinks.') ' : '' ) ?>
Id() ?> | ||
Name()) ?> |
@@ -208,26 +174,45 @@ function exportEventFrames($event, $exportDetail, $exportImages) { Id()); $otherlinks = ''; - if( $exportDetail ) $otherlinks .= ''.translate('Event').','; - if( $exportFrames ) $otherlinks .= ''.translate('Frames').','; - $otherlinks = substr($otherlinks,0,-1); + if ( $exportDetail ) $otherlinks .= ' '.translate('Event').','; + if ( $exportFrames ) $otherlinks .= ' '.translate('Frames').','; + $otherlinks = substr($otherlinks, 0, -1); $filelist = array_keys($myfilelist); - sort($filelist,SORT_NUMERIC); + sort($filelist, SORT_NUMERIC); $slides = '"'.implode('","',$filelist).'"'; $listcount = count($filelist); ?> - |
---|
All-Monitor: ' . $monitorNames[$monitor_id] . ''; + foreach ( $monitors as $monitor_id ) { + echo '';
+ echo ' ';
} # end foreach monitor
?>
- Monitor: '.$monitorNames[$monitor_id].''; foreach ( $events as $event ) { if ( $event->MonitorId() == $monitor_id ) { - eventlist_html($event); + echo eventlist_html($event, $exportDetail, $exportFrames); } # end if its the right monitor } # end foreach event echo ' | - |