summaryrefslogtreecommitdiff
path: root/static/trash/starts/index.html
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-04-07 18:59:50 -0700
committertim b <timb@camcompu.home>2010-04-07 18:59:50 -0700
commit6440348618ade4fbcb541c40473074833a47d198 (patch)
tree537ab7e4f0af7deba51bbfb360fe490968d651f8 /static/trash/starts/index.html
parent4f09c8a882e8ae2ad1c7944a8c2a5939c9c9f7ad (diff)
parent42df4633bb7588e8632e45013880ee4fc2bc3d6c (diff)
fixing merge conflicts
Diffstat (limited to 'static/trash/starts/index.html')
-rwxr-xr-xstatic/trash/starts/index.html71
1 files changed, 0 insertions, 71 deletions
diff --git a/static/trash/starts/index.html b/static/trash/starts/index.html
deleted file mode 100755
index b309f74..0000000
--- a/static/trash/starts/index.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<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>