Make webcam links clickable (switchs between regular and streaming)

This commit is contained in:
David Bartley 2007-10-05 02:28:31 -04:00
parent b74eceeacb
commit bd3a98f795
2 changed files with 8 additions and 6 deletions

View File

@ -9,12 +9,13 @@
<p>Spy on the office, see whether it's open or who is passing by the door!</p> <p>Spy on the office, see whether it's open or who is passing by the door!</p>
<div class="webcam"><p> <div class="webcam"><p>
<img src="http://glucose-fructose.csclub.uwaterloo.ca:8080/" width="640" height="480" alt="Sugar's Webcam"/> <a href="webcam.html"><img src="http://glucose-fructose.csclub.uwaterloo.ca:8080/" width="640" height="480" alt="Sugar's Webcam"/></a>
</p><p> </p><p>
<img src="http://phosphoric-acid.csclub.uwaterloo.ca:8080/" width="640" height="480" alt="Phosphoric-acid's Webcam"/> <a href="webcam.html"><img src="http://phosphoric-acid.csclub.uwaterloo.ca:8080/" width="640" height="480" alt="Phosphoric-acid's Webcam"/></a>
</p></div> </p></div>
<p>Tired of streaming? Try the <a href="webcam.html">regular version</a>.</p> <p>Tired of streaming? Try the <a href="webcam.html">regular version</a>. You
can also click on the webcam images above to switch to the regular version.</p>
</section> </section>

View File

@ -9,13 +9,14 @@
<p>Spy on the office, see whether it's open or who is passing by the door!</p> <p>Spy on the office, see whether it's open or who is passing by the door!</p>
<div class="webcam"><p> <div class="webcam"><p>
<img src="http://glucose-fructose.csclub.uwaterloo.ca:8080/singleframe" width="640" height="480" alt="Sugar's Webcam"/> <a href="webcam-streaming.html"><img src="http://glucose-fructose.csclub.uwaterloo.ca:8080/singleframe" width="640" height="480" alt="Sugar's Webcam"/></a>
</p><p> </p><p>
<img src="http://phosphoric-acid.csclub.uwaterloo.ca:8080/singleframe" width="640" height="480" alt="Phosphoric-acid's Webcam"/> <a href="webcam-streaming.html"><img src="http://phosphoric-acid.csclub.uwaterloo.ca:8080/singleframe" width="640" height="480" alt="Phosphoric-acid's Webcam"/></a>
</p></div> </p></div>
<p>Try the <a href="webcam-streaming.html">streaming version</a> for <p>Try the <a href="webcam-streaming.html">streaming version</a> for
streamy goodness.</p> streamy goodness. You can also click on the webcam images above to switch to
the streaming version.</p>
</section> </section>