diff options
| author | sostler <sbostler@gmail.com> | 2009-12-06 20:38:51 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2009-12-06 20:38:51 -0500 |
| commit | 631f492c328ee40414ee32f717215d3fdda6f55a (patch) | |
| tree | ad3c4e284b06c3ddc4fd2eb9ac6ea6280f7c07ac /static/index.html | |
| parent | 9dd2ee1b1eb63529f5694d2e400dd04cc1eb1663 (diff) | |
Profiles / templates
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 173 |
1 files changed, 95 insertions, 78 deletions
diff --git a/static/index.html b/static/index.html index 94a8689..1daa65f 100755 --- a/static/index.html +++ b/static/index.html @@ -1,82 +1,99 @@ -<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"> - - +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>dump.fm</title> + <link rel="stylesheet" type="text/css" href="static/main2.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/sha1.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="loginbar" style="display: none;"> - <span>Username:</span><input id="nickInput" type="input" /> - <br /> - <span>Password:</span><input id="passwordInput" type="password" /> - <br /> - <input name="Submit" type="submit" id="loginSubmit" value="login" /> - </div> - - <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> + <script type="text/javascript" src="static/home.js"></script> + <script> + $(document).ready(initHome); + </script> + <style type="text/css"> + <!-- + a:link { + text-decoration: none; + + } + a:visited { + text-decoration: none; + border: 0px; + } + a:hover { + text-decoration: none; + border: 0px; + } + a:active { + text-decoration: none; + border: 0px; + } + img{border: 0px;} + #apDiv7 { + position:absolute; + left:151px; + top:-106px; + width:351px; + height:66px; + z-index:4; + font-weight: bold; + line-height: 18px; + font-size: 14px; + } + #apDiv8 { + position:absolute; + left:964px; + top:131px; + width:416px; + height:140px; + z-index:4; + } + --> + </style> + </head> + <body> + <div id="header"> + <div id="apDiv2"> + <div align="center"> + <img src="static/dfm.png" width="384" height="136" /><br /> + <div id="about"> + <p align="left"><a href="getstarted"> + <img src="static/getstarted.gif" width="262" height="94" /></a></p> + <p align="left"><br /> + </p> + </div> + <div id="txt"> + <div align="right">Talk with pictures.</div> + </div> + <div id="signin"> + <div align="right"> + <div id="registerbox"> + <h1>Sign In!<br /> + <span>Nickname</span> + <input type="text" id="nickInput" size="17" /> + <br /> + <span>Password</span> + <input type="password" id="passwordInput" size="17" /> + <br /> + <input type="submit" id="loginSubmit" value="YEAH!!!" /> + </h1> + </div> + </div> + </div> + <div class="info" id="info"> + <div align="center" class="info"> © 2009 dump.fm + * About Us + * Contact + * Blog + * Goodies + * Help + * Terms + * Privacy + </div> </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> + </div></div> + <br /> + </body> +</html> |
