Below is the file 'Webcams.html' from this revision. You can also download the file.
<html> <head> <script type='text/javascript' src='/System/Library/WidgetResources/AppleClasses/AppleInfoButton.js' charset='utf-8'/> <script type='text/javascript' src='/System/Library/WidgetResources/AppleClasses/AppleAnimator.js' charset='utf-8'/> <script type='text/javascript' src='/System/Library/WidgetResources/AppleClasses/AppleButton.js' charset='utf-8'/> <script type='text/javascript' src='Webcams.js' /> <style type="text/css"> @import "Webcams.css"; </style> </head> <body onLoad="setup();"> <div align="center" id="front"> <img id="webcam" src="http://planet.ucc.asn.au/ucc-sun-logo-black.png" /> <div id="infoButton"></div> </div> <div id="back"> <div id="selectCam"> Select webcam to display:<br /> <select id="camToView" onChange="camChanged();"> <option value="webcam">1: Colour on Flying</option> <option value="webcam1">2: Colour on Maroon</option> <option value="webcam3">3: Colour on Novorossiisk</option> <option value="bw-webcam">4: B&W on Kormoran</option> <option value="rotate">Rotate through all cameras</option> </select> </div> <div id="doneButton"></div> <div id="credits">Copyright © 2006 Grahame Bowland<br/> <small>This software comes with ABSOLUTELY NO WARRANTY<br/> and is distributed under the GNU GPL version 2 or later.</small><br/> <a style="color: gray;" onClick="website();"><website></a></div> </div> </body> </html>