summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rwxr-xr-xstatic/index.html17
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">&nbsp;</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">&nbsp;</p>
<p>&nbsp;</p>