diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-04 18:16:30 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-04 18:16:30 -0400 |
| commit | 93a514a67c0560918469e367c1146e6bf0876030 (patch) | |
| tree | 2fa6e6daf57d2194acd83c5e0d4895d4c56e9ec2 /static/register.html | |
| parent | ffc8c21f28e4d26c32620ea67b7fb0c2aa321cfd (diff) | |
sostler prod commit
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 55 |
1 files changed, 23 insertions, 32 deletions
diff --git a/static/register.html b/static/register.html index 644ad2b..00540d7 100644 --- a/static/register.html +++ b/static/register.html @@ -7,55 +7,46 @@ $(document).ready(initRegister); </script> <link rel="stylesheet" type="text/css" href="static/css/reset.css"> - <link rel="stylesheet" type="text/css" href="static/css/register.css"> - <link rel="shortcut icon" href="static/favicon.ico"> - - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dump.fm - register</title></head> - - + <link rel="stylesheet" type="text/css" href="static/css/index.css"> + <link rel="shortcut icon" href="static/favicon.ico"> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> + <META NAME="description" CONTENT="Talk with pictures!"> + <title>dump.fm - register</title></head> <body> -<div id="rapper7"> -<div id="header7"> - <div id="bottombar"></div> - <div align="center"> -<br> - </div> - <div class="white"></div> - <div align="center"><br /></div> -</div> -</div> -</div> -<div id="main" align="center"> +<div id="rapper"></div> +<div id="content" style="z-index:77;"> - <p align="center"> +<div id="main" align="center"> - <div id="registerbox"> + <div id="passwordreset"> <img src="/static/img/furie3.png" id="furie3" /> - <a href="/"><img src="static/img/fundump.png"></a> - <div align="right"> - <h1> </h1> - <h1><span>username</span> + <div id="passwordreset"> + <div id="logo-and-text"> + <a href="/"><img src="/static/img/dumpclearlogo2.png"></a> + <div align="center"> + <label style="text-align:left;margin-bottom:-8px;">username</label> <input type="text" class="field"id="nickInput" /> - <br /> + <br> - <span>password</span> + <label style="text-align:left;margin-bottom:-8px;">password</label> <input type="password" class="field" id="passwordInput" /> - <br /> - <span>password2x</span> + <br> + <label style="text-align:left;margin-bottom:-8px;">password2x</label> <input type="password" class="field" id="passwordInput2" /> - </h1> - <h1><span>email</span> + <label style="text-align:left;margin-bottom:-8px;">email</label> <input type="text" class="field"id="emailInput" /> </h1> </form> - <h1><br /> + <br> - </h1> + <div align="center"> <input type="submit" class="submit" id="submit" value="Register!" /> </div> |
