Bug 459 - Removed duplicate frame image
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2303 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
b6fc0b2628
commit
f786d38334
|
@ -63,7 +63,6 @@ $event_path = $image_data['eventPath'];
|
|||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr><td><?php if ( $has_anal_image ) { ?><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>&show=<?= $image_path==$anal_image?"capt":"anal" ?>"><?php } ?><img src="<?= $thumb_image_path ?>" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $img_class ?>"/><?php if ( $has_anal_image ) { ?></a><?php } ?></td></tr>
|
||||
<tr><td><?php if ( $image_data['hasAnalImage'] ) { ?><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>&show=<?= $image_data['isAnalImage']?"capt":"anal" ?>"><?php } ?><img src="<?= $image_path ?>" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $image_data['imageClass'] ?>"/><?php if ( $image_data['hasAnalImage'] ) { ?></a><?php } ?></td></tr>
|
||||
</table>
|
||||
<table>
|
||||
|
|
Loading…
Reference in New Issue