n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/pages/cam.en.php
2023-04-30 21:50:11 +02:00

37 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='images/webcam.jpg' alt='My Sweeeet Home' title='My Sweeeet Home' name='myImageName' />
<script language="JavaScript">
<!--
// With thanks to the resources at: http://www.irt.org
function reloadImage() {
if (document.images) {
document.images.myImageName.src = 'images/webcam.jpg?' + (new Date()).getTime();
}
setTimeout('reloadImage()',5000);
}
setTimeout('reloadImage()',5000);
-->
</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 = "Last tracks listened";
$module = "as";
include "modules/magicbox.php";
*/
?>
</div>
<br />