Make webcam links clickable (switchs between regular and streaming)

foo
David Bartley 16 years ago
parent b74eceeacb
commit bd3a98f795
  1. 7
      office/webcam-streaming.xml
  2. 7
      office/webcam.xml

@ -9,12 +9,13 @@
<p>Spy on the office, see whether it's open or who is passing by the door!</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>
<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>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>

@ -9,13 +9,14 @@
<p>Spy on the office, see whether it's open or who is passing by the door!</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>
<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>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>

Loading…
Cancel
Save