2013-05-07 07:38:22 +08:00
|
|
|
<h2><?php echo $monitor['Monitor']['Name']; ?> Live Stream</h2>
|
2013-05-23 09:18:01 +08:00
|
|
|
|
2013-09-16 18:00:27 +08:00
|
|
|
<?php
|
2013-09-24 20:56:04 +08:00
|
|
|
echo $this->Html->image($streamSrc['src'], array(
|
|
|
|
'alt' => $streamSrc['alt'],
|
|
|
|
'id' => $streamSrc['id']
|
|
|
|
));
|
2013-09-16 18:00:27 +08:00
|
|
|
?>
|