fix typo
parent
0e40897e02
commit
c372787882
|
@ -2138,8 +2138,7 @@ function getSkinFile( $file ) {
|
|||
return( $skinFile );
|
||||
}
|
||||
|
||||
function getSkinIncludes( $file, $includeBase=false, $asOverride=false )
|
||||
{
|
||||
function getSkinIncludes( $file, $includeBase=false, $asOverride=false ) {
|
||||
global $skinBase;
|
||||
$skinFile = false;
|
||||
foreach ( $skinBase as $skin ) {
|
||||
|
|
|
@ -214,7 +214,7 @@ foreach ( $events as $event ) {
|
|||
<td class="colThumbnail">
|
||||
<?php
|
||||
$imgSrc = '?view=image&eid='.$event->Id().'&fid='.$thumbData['FrameId'].'&width='.$thumbData['Width'].'&height='.$thumbData['Height'];
|
||||
$streamSrc = $Event->getStreamSrc( array( 'mode'=>'jpeg', 'scale'=>$scale, 'maxfps'=>ZM_WEB_VIDEO_MAXFPS, 'replay'=>'single') );
|
||||
$streamSrc = $event->getStreamSrc( array( 'mode'=>'jpeg', 'scale'=>$scale, 'maxfps'=>ZM_WEB_VIDEO_MAXFPS, 'replay'=>'single') );
|
||||
|
||||
$imgHtml = '<img id="thumbnail'.$event->id().'" src="'.$imgSrc.'" alt="'. validHtmlStr('Event '.$event->Id()) .'" style="width:'. validInt($thumbData['Width']) .'px;height:'. validInt( $thumbData['Height'] ).'px;" onmouseover="this.src=\''.$streamSrc.'\';" onmouseout="this.src=\''.$imgSrc.'\';"/>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue