diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-04-02 17:06:57 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-04-02 17:06:57 -0400 |
| commit | 0447dc0cbea30537eeb55604cad19e265d305585 (patch) | |
| tree | 9b9f78666824b0daa102d26be4c93e24195e79ad /static/trash/starts/index.html | |
| parent | bd3925a4a19dd3b2c65abad579887b108d8f8546 (diff) | |
| parent | aa3165c303d8feb2a34329539c67bd71863c9eb4 (diff) | |
Resolved PROD merge
Diffstat (limited to 'static/trash/starts/index.html')
| -rwxr-xr-x | static/trash/starts/index.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/static/trash/starts/index.html b/static/trash/starts/index.html new file mode 100755 index 0000000..b309f74 --- /dev/null +++ b/static/trash/starts/index.html @@ -0,0 +1,71 @@ +<html> + <head> + <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> + <script> + $(document).ready(function() { + 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"> + <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="Send Image URL" + disabled="disabled" /> + </div> + </div> + </div> + </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="plane"></div> + </div> + </body> +</html> |
