diff options
| author | root <root@ubuntu.(none)> | 2009-11-22 14:54:48 -0500 |
|---|---|---|
| committer | root <root@ubuntu.(none)> | 2009-11-22 14:54:48 -0500 |
| commit | 2c13339226f73621c9c539fbe93c8ac6333bbf48 (patch) | |
| tree | 07e53d11007a738eadc40d11645c63363923aaf9 /static/index.html | |
| parent | 6918b41c1c24720b71429c925732ea9081c42b7c (diff) | |
New look
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 48 |
1 files changed, 37 insertions, 11 deletions
diff --git a/static/index.html b/static/index.html index fe4b9b0..b309f74 100755 --- a/static/index.html +++ b/static/index.html @@ -1,9 +1,11 @@ <html> <head> - <title>Pichat</title> + <title>dump.fm</title> <link rel="stylesheet" type="text/css" href="static/reset.css"> <link rel="stylesheet" type="text/css" href="static/pichat.css"> <link rel="stylesheet" type="text/css" href="static/style.css"> + <link rel="shortcut icon" href="static/favicon.ico"> + <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="static/pichat.js"></script> @@ -12,34 +14,58 @@ init(); }); </script> + + <script type="text/javascript"> +function showPopup(url) { +newwindow=window.open(url,'name','height=600,width=820,top=30,left=10,resizable'); +if (window.focus) {newwindow.focus()} +} +</script> </head> <body> + <div id="content"> - <h1>dump.fm</h1> + <div id="logo"><img src="static/bubley.png" width="332" height="113"></div> + <div id="chatbox"> <div id="welcomebar" style="display: none"> <span>Welcome, </span> <span id="nickspan"></span> </div> + <div id="messagetabs"> + <div align="right"><a href="log.h"><img src="static/log4.png" width="97" height="39"></a></div> + </div> + <div id="rapper"> + <div id="userListicon"> + + <div align="left"> + <p>UsrLst</p> +</div> + </div> + <div id="popout"> + <div align="right"><a href="http://dump.fm"onClick='showPopup(this.href);return(false);'>popout room</a></div> + </div> <div id="userList"></div> + <div id="messagePane"> + <div id="messageList"></div> <div id="msgInputDiv"> <input id="msgInput" type="input" disabled="disabled" /> - <input id="msgSubmit" type="submit" value="Enter" + <input id="msgSubmit" type="submit" value="Send Image URL" disabled="disabled" /> </div> </div> </div> </div> - - <div id="apDiv3"></div> - <div id="apDiv4"></div> - <div id="bottom"> - <div align="center"></div> + </div> + <div id="lillogo" align="center"> + <div align="center"> + <div id="binfo"> + <p>dump.fm lets you talk with pictures. beta 0.0127! <img src="static/lillogo.png" width="16" height="16"></p> + </div> </div> - <div id="apDiv5"></div> - <div id="apDiv6"></div> - <br /> + <div id="plane"></div> + </div> </body> </html> |
