Skip to content
Snippets Groups Projects
Room-secondary.txt 1.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • <div class="cbb">
    <h3>Live Webcam</h3>
    <!--
            <script type="text/javascript">
            //<![CDATA[
                    function popup(mylink, windowname)
                    {
                            if (! window.focus) return true;
                            var href;
                            if (typeof(mylink) == 'string')
                                    href=mylink;
                            else
                                    href=mylink.href;
                            window.open(href,windowname, 'width=660,height=520,left=5,top=50,scrollbars=no');
                            return false;
                    }
            //]]>
            </script>
            <a href="http://old.sucs.org/services/roomp.html" onclick="return popup('http://old.sucs.org/services/roomp.html','SUCScam');">
                    <img src="http://old.sucs.org/services/cam.php?scale=0.26" alt="Live RoomCam" />
            </a>
            <p>Click on image for larger version</p>
            <a href="http://old.sucs.org/services/rooms.php" onclick="return popup('http://old.sucs.org/services/rooms.php', 'SUCScam')">Stream</a>
    -->
    
    	<div>
    		<img style="max-height:100%; max-width:100%;" src="https://sucs.org/images/lastsnap.jpg">
    	</div>
    
    </div>