diff options
Diffstat (limited to 'frontend/static/template/room.html')
| -rw-r--r-- | frontend/static/template/room.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/frontend/static/template/room.html b/frontend/static/template/room.html index 78bb6cd..25c4e23 100644 --- a/frontend/static/template/room.html +++ b/frontend/static/template/room.html @@ -7,9 +7,9 @@ <link href="/css/sasscss/%%ROOM%%.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="%%ROOM%%" disabled="disabled" /> <link href="/css/%%ROOM%%.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="custom" disabled="disabled" /> <link href="/css/sasscss/gallery-white.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="white" disabled="disabled" /> -<link rel="shortcut icon" href="http://scannerjammer.fm/favicon.ico" /> +<link rel="shortcut icon" href="http://scannerjammer.com/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=iso=8859-1" /> -<meta property="og:url" content="http://scannerjammer.fm/%%ROOM%%/"/> +<meta property="og:url" content="http://scannerjammer.com/%%ROOM%%/"/> <meta property="og:type" content="website"/> <meta property="og:site_name" content="ScannerJammer"/> <meta property="og:description" content="Youtube video chat"/> @@ -40,13 +40,13 @@ </section> <section id="bg"> - <img src="http://scannerjammer.fm/bgz/1302474305250-dumpfm-GucciSoFlosy-pattern4.gif" /> + <img src="http://scannerjammer.com/bgz/1302474305250-dumpfm-GucciSoFlosy-pattern4.gif" /> </section> -<section id="plant"><img src="http://scannerjammer.fm/img/plant.gif" height="700" /></section> -<section id="flower"><img src="http://scannerjammer.fm/img/flower-red.gif" height="400" /></section> +<section id="plant"><img src="http://scannerjammer.com/img/plant.gif" height="700" /></section> +<section id="flower"><img src="http://scannerjammer.com/img/flower-red.gif" height="400" /></section> <section id="curtain"></section> <section id="login"> - <img src="http://scannerjammer.fm/img/scanjam-flipping.gif" width="100%" /><br /> + <img src="http://scannerjammer.com/img/scanjam-flipping.gif" width="100%" /><br /> <label>username:</label> <input type="text" id="login-username" maxlength="25" /><br /> <label>password:</label> <input type="password" id="login-password" maxlength="32" /><br /> <label> </label> <div id="button-shim"><button id="login-go">ROCKET</button></div><br /> @@ -54,13 +54,13 @@ </section> <section id="logo"> - <a href="/"><img src="http://scannerjammer.fm/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0" /></a> + <a href="/"><img src="http://scannerjammer.com/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0" /></a> <h2 id='preamblewords' class='preamblish'>Post urls into the chat!<br/>Use arrow keys to switch videos<br/>Hit L key to LIKE<br/>Hit ESC to switch views</h2> <h1 id="heading"></h1> <div id="likebutton"> - <fb:like href="http://scannerjammer.fm:17769/" layout="button_count" show_faces="false" width="90" font=""></fb:like> + <fb:like href="http://scannerjammer.com:17769/" layout="button_count" show_faces="false" width="90" font=""></fb:like> <!-- -<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.fm:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> +<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.com:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> --> </div> @@ -82,14 +82,14 @@ <button id="like">LIKE</button> <button id="fullscreen">FULLSCREEN</button> <a id="video-link" target="_blank">[link]</a> - <span id="sharebutton" class="st_sharethis" st_url="http://scannerjammer.fm/" st_title="Scanner Jammer"></span> + <span id="sharebutton" class="st_sharethis" st_url="http://scannerjammer.com/" st_title="Scanner Jammer"></span> </nav> </section> <section id="playlistbg"></section> <section id="playlist"> <div style="padding-left: 10px; background: #333; opacity: 0.7; display: block; text-align: center; color: #6dd;"> - <img src='http://scannerjammer.fm/img/playlist_chat.gif' height='32' /> + <img src='http://scannerjammer.com/img/playlist_chat.gif' height='32' /> </div> <ul id="queue"> </ul> @@ -207,7 +207,7 @@ var sj = document.createElement('script') sj.type = 'text/javascript' sj.async = 'true' - sj.src = 'http://scannerjammer.fm/js/sj6.js?t=' + new Date().getTime().toString() + sj.src = 'http://scannerjammer.com/js/sj6.js?t=' + new Date().getTime().toString() var scripts = document.getElementsByTagName('script') scripts[scripts.length-1].parentNode.insertBefore(sj, scripts[scripts.length-1]) |
