38 lines
1 KiB
PHP
38 lines
1 KiB
PHP
|
<div align='left'>
|
|||
|
<table><tr><td><img src='images/transparent.gif' alt='' class='icon_2' /></td><td><h1>Webcam</h1></td></tr></table>
|
|||
|
</div>
|
|||
|
<div align='center'>
|
|||
|
<img src='http://192.168.1.10/IMAGE.JPG' alt='Mon doux foyer' title='Mon doux foyer' name='myImageName' />
|
|||
|
<script language="JavaScript">
|
|||
|
<!--
|
|||
|
// With thanks to the resources at: http://www.irt.org
|
|||
|
function reloadImage() {
|
|||
|
if (document.images) {
|
|||
|
document.images.myImageName.src = 'http://192.168.1.10/IMAGE.JPG?' + (new Date()).getTime();
|
|||
|
}
|
|||
|
setTimeout('reloadImage()',1000);
|
|||
|
}
|
|||
|
setTimeout('reloadImage()',1000);
|
|||
|
-->
|
|||
|
</script></p>
|
|||
|
<?php
|
|||
|
if (file_exists('images/desktop.jpg'))
|
|||
|
echo "<br /><br /><img src='images/desktop.jpg' alt='My Sweeeet desktop' title='My Sweeeet desktop' />";
|
|||
|
|
|||
|
/*
|
|||
|
echo "<br />";
|
|||
|
|
|||
|
include_once "include/theme.inc.php";
|
|||
|
include_once "themes/default/theme.php";
|
|||
|
//require_once "include/standard.inc.php";
|
|||
|
$headclass="centerhead";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$titre = "Derniers morceaux <20>cout<75>s";
|
|||
|
$module = "as";
|
|||
|
include "modules/magicbox.php";
|
|||
|
*/
|
|||
|
|
|||
|
?>
|
|||
|
</div>
|
|||
|
<br />
|