webcam...

This commit is contained in:
Stefanus Du Toit 2003-03-26 19:09:21 +00:00
parent 892ec95e9c
commit 6863b13ecc
4 changed files with 45 additions and 1 deletions

View File

@ -1,5 +1,5 @@
SUBDIRS = books
INPUTS = index.xml staff.xml books.xml operating-systems.xml
INPUTS = index.xml staff.xml books.xml operating-systems.xml webcam.xml webcam-streaming.xml
include ../default.mk

View File

@ -3,6 +3,7 @@
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory title="Office">
<diritem title="Webcam" href="webcam.html" />
<diritem title="Staff" href="staff.html" />
<diritem title="Books" href="books.html" />
<diritem title="Operating Systems" href="operating-systems.html" />

21
office/webcam-streaming.xml Executable file
View File

@ -0,0 +1,21 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="CSC Webcam (Streaming)">
<header />
<section title="CSC Office Webcam (Streaming)">
<p>Spy on the office, see whether it's open or who is passing by the door!</p>
<center>
<img src="http://h2o.uwaterloo.ca:9192/singleframe" width="320"
height="240" />
</center>
<p>Tired of streaming? Try the <a href="webcam.html">regular version</a>.</p>
</section>
<footer />
</cscpage>

22
office/webcam.xml Executable file
View File

@ -0,0 +1,22 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="CSC Webcam">
<header />
<section title="CSC Office Webcam">
<p>Spy on the office, see whether it's open or who is passing by the door!</p>
<center>
<img src="http://h2o.uwaterloo.ca:9192/singleframe" width="320"
height="240" />
</center>
<p>Try the <a href="webcam-streaming.html">streaming version</a> for
streamy goodness.</p>
</section>
<footer />
</cscpage>