diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:28:02 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:28:02 -0500 |
| commit | 0e02fcbf86a81e6149e99c49b3ca03210608cf00 (patch) | |
| tree | 18581d3d87c0b2e322ccf1eccd96586d8fd1eb1c /static/index.html | |
| parent | faf742513d235aa886e520fe0ed9b19cc64f1c26 (diff) | |
timb merging
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/static/index.html b/static/index.html index f80e5da..b06fa39 100755 --- a/static/index.html +++ b/static/index.html @@ -5,9 +5,10 @@ <script type="text/javascript" src="/static/js/home.js"></script> <script type="text/javascript" src="static/background.js"></script> <script> - $(document).ready(initHome); + $(document).ready(initLoginForm); </script> <link rel="stylesheet" type="text/css" href="static/reset.css"> + <link rel="shortcut icon" href="static/favicon.ico"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dump.fm</title></head> @@ -168,7 +169,9 @@ body { } #nickInput {color:#000; } - +.no-cursor { cursor: none; } +.invisible { display: none !important; } +#cursor-big { position: absolute; z-index: 1000; } --> @@ -198,12 +201,14 @@ body { <p align="center" class="line">Talk with pictures. </p> <h1 align="center"> </h1> <h1 align="center"><br /> - <input type="text" class="feild"id="nickInput" size="17" name="txt" /> + <input type="text" class="feild" id="nickInput" size="17" /> <br /> - <input type="password" class="feild" id="passwordInput" size="17"name="txt" /> + <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible feild"> + <input type="password" class="feild" id="passwordInput" size="17" /> </h1> - <h1 align="center"> <br /> - <input type="submit" class="submit" id="loginSubmit" value="Log In" /> + <h1 align="center"> <br /> + <img src="/static/signin.gif" id="signin-submit"> + <!-- <input type="submit" class="submit" id="loginSubmit" value="Log In" /> --> </h1> <p align="center"> </p> <p> </p> |
