Monitor(); if ( isset( $_REQUEST['scale'] ) ) { $scale = validNum($_REQUEST['scale']); } else if ( isset( $_COOKIE['zmWatchScale'.$Monitor->Id()] ) ) { $scale = validNum($_COOKIE['zmWatchScale'.$Monitor->Id()]); } else if ( isset( $_COOKIE['zmWatchScale'] ) ) { $scale = validNum($_COOKIE['zmWatchScale']); } else { $scale = max(reScale(SCALE_BASE, $Monitor->DefaultScale(), ZM_WEB_DEFAULT_SCALE), SCALE_BASE); } $sql = 'SELECT *, unix_timestamp(TimeStamp) AS UnixTimeStamp FROM Frames WHERE EventID = ? ORDER BY FrameId'; $frames = dbFetchAll($sql, NULL, array($_REQUEST['eid'])); $focusWindow = true; xhtmlHeaders(__FILE__, translate('Frames').' - '.$Event->Id()); ?>
Id().'&fid='.$frame['FrameId'], 'zmImage', array( 'frame', ($scale ? $Event->Width()*$scale/100 : $Event->Width()), ($scale ? $Event->Height()*$scale/100 : $Event->Height()) ), $frame['FrameId']) ?> Id().'&fid='.$frame['FrameId'], 'zmStats', 'stats', $frame['Score']) ?> Id().'&fid='.$frame['FrameId'], 'zmImage', array('image', $Event->Width(), $Event->Height()), ''.$frame['FrameId'].'' ) ?>