Changeset 31 for www/webcam
- Timestamp:
- Jan 30, 2008, 6:54:47 PM (17 years ago)
- Location:
- www/webcam
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
www/webcam
-
Property svn:ignore
set to
webcam_cache.jpg
-
Property svn:ignore
set to
-
www/webcam/index.php
r10 r31 14 14 15 15 // This is the filepath to the image generating file inside the camera itself 16 var File = "webcam/webcam. php";16 var File = "webcam/webcam.jpg"; 17 17 18 18 // Force an immediate image load … … 36 36 </script>'); 37 37 38 echo('<br><div align="center"><img name="theImage" src="" idth="640" height="480" alt="Webcam image">< /div><br>');38 echo('<br><div align="center"><img name="theImage" src="" idth="640" height="480" alt="Webcam image"><br>Poslední aktualizace: '.date('j.n.Y G:i', filemtime('webcam.jpg')).'</div><br>'); 39 39 40 echo('<strong>Kamery v okolí:</strong><br><a href="http://www.inext.cz/webkamera_updated.htm">Ulice nádražní a Smetanova Vsetín</a><br>'); 40 41 ShowFooter(); 41 42 ?>
Note:
See TracChangeset
for help on using the changeset viewer.