Camera 2
(custom)
<p align="center"> Камера №1 <br/>
<script type="text/javascript">
var x = location.hostname;
if (x=="192.168.1.8") {
var ipadr = "%ContaCam.IPint%";
} else {
var ipadr = "%ContaCam.IPext%";
}
var stream = "%ContaCam.stream%";
document.write ('<iframe src="http://'+ ipadr +':'+ stream +'/WebCam/snapshotfull.php" width="306" height="230" frameborder="no" allowtransparency="true" border="0" framespacing="0"></iframe>');
//document.write ('<iframe src="http://'+ ipadr +':'+ stream +'/WebCam/snapshotfull.php?clickurl=/WebCam/summarysnapshot.php" width="100%" height="200" align="center" frameborder="no" seamless></iframe>');
</script> </p>