diff options
Diffstat (limited to 'frontend/static/template/roomlist.html')
| -rw-r--r-- | frontend/static/template/roomlist.html | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/frontend/static/template/roomlist.html b/frontend/static/template/roomlist.html deleted file mode 100644 index 2968840..0000000 --- a/frontend/static/template/roomlist.html +++ /dev/null @@ -1,82 +0,0 @@ -<!doctype html> -<html> -<head> -<title>SCANNERJAMMER</title> -<link href="/css/sasscss/profile.css" media="screen, projection" rel="stylesheet" type="text/css" /> -<link href="/css/sasscss/roomlist.css" media="screen, projection" rel="stylesheet" type="text/css" /> -<link rel="shortcut icon" href="http://scannerjammer.com/favicon.ico" /> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta property="og:title" content="ScannerJammer"/> -<meta property="og:type" content="website"/> -<meta property="og:url" content="http://scannerjammer.com/"/> -<meta property="og:image" content="http://scannerjammer.com/static/img/plant.gif"/> -<meta property="og:site_name" content="ScannerJammer"/> -<meta property="og:description" content="Youtube video chat"/> -<meta property="fb:admins" content="100001923956223,1709246"/> -<meta name="description" content="Youtube video chat" /> -<style type="text/css"> -#login {display: none;} -</style> -</head> -<body> -<div id="lunacy"> - NOTE: SCANNERJAMMER ONLY WORKS IN FIREFOX AND CHROME. DO NOT TRY THIS WITH INTERNET EXPLORER -</div> -<section id="plea"> - please enable javascript - <script type="text/javascript">document.getElementById("plea").style.display="none"</script> -</section> -<section id="logo"> - <a href="/"><img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="247" height="41" id="scanjam" border="0" /></a> - <!-- - <a href="/"><img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a> - <h2 id='preamblewords' class='preamblish'>Welcome to the ScannerJammer Network</h2> - --> - <h1 id="header">WELCOME TO THE SCANNERJAMMER NETWORK</h1> -</section> -<section id="logobg"></section> - -<section id="curtain"></section> -<section id="login"> - <img src="http://scannerjammer.com/static/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 /> - <a href="/register/#main">get an account - no email required</a> -</section> - -<div id="sitez"> - <div> - <a href="/top/">Top Videos Today</a> . - <a href="/directory/">Directory</a> . - <a href="/faq/">About</a> - </div> - <div id="likebutton"> -<!-- - <fb:like href="http://scannerjammer.com/" 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.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> -</div> - -<section id="roomlist"> -</section> -</body> -<script type="text/javascript"> - var serverHost = "scannerjammer.com"; - var serverPort = 19898; - var ROOM_LIST = %%ROOM_LIST%%; -</script> -<script type="text/javascript">if (navigator.userAgent.indexOf("MSIE") !== -1) { document.getElementById("lunacy").style.display="block" }</script> -<script type="text/javascript" src="/js/jquery-1.5.2.min.js"></script> -<script type="text/javascript" src="/js/jquery.md5.js"></script> -<script type="text/javascript" src="/js/swfobject.js"></script> -<script type="text/javascript" src="/js/debug.js"></script> -<script type="text/javascript" src="/js/api.js"></script> -<script type="text/javascript" src="/js/auth.js"></script> -<script type="text/javascript" src="/js/roomlist.js"></script> -<!-- -<script async src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> ---> -</html> |
