foo
Stefanus Du Toit 20 years ago
parent 892ec95e9c
commit 6863b13ecc
  1. 2
      office/Makefile
  2. 1
      office/directory.xml
  3. 21
      office/webcam-streaming.xml
  4. 22
      office/webcam.xml

@ -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

@ -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" />

@ -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>

@ -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>
Loading…
Cancel
Save