summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authortimb <timb@mb.home>2010-01-15 18:57:43 -0800
committertimb <timb@mb.home>2010-01-15 18:57:43 -0800
commit188f1e79227fabfd46bf0feff460516414395364 (patch)
treed2ae085f127637bab4faa3912bd7c3fb5b8d68ad /static/index.html
parentcdcc81c23c6bcc3e455345a0fc8d5ed346f17089 (diff)
fixed up the default value for the login form fields and moved most of the javascript into static/js
Diffstat (limited to 'static/index.html')
-rwxr-xr-xstatic/index.html17
1 files changed, 5 insertions, 12 deletions
diff --git a/static/index.html b/static/index.html
index 0ed1671..cb1852b 100755
--- a/static/index.html
+++ b/static/index.html
@@ -1,7 +1,8 @@
</html><head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
- <script type="text/javascript" src="static/sha1.js"></script>
- <script type="text/javascript" src="static/home.js"></script>
+ <script type="text/javascript" src="static/js/underscore-min.js"></script>
+ <script type="text/javascript" src="static/js/sha1.js"></script>
+ <script type="text/javascript" src="static/js/home.js"></script>
<script type="text/javascript" src="static/background.js"></script>
<script>
$(document).ready(initHome);
@@ -197,17 +198,9 @@ body {
<p align="center" class="line">Talk with pictures. </p>
<h1 align="center">&nbsp;</h1>
<h1 align="center"><br />
- u
- <input type="text" class="feild"id="nickInput" size="17" name="txt"
-onfocus="if(this.beenchanged!=true){ this.value = ''}"
-onblur="if(this.beenchanged!=true) { this.value='username' }"
-onchange="this.beenchanged = true;"/>
+ <input type="text" class="feild"id="nickInput" size="17" name="txt" />
<br />
- p
- <input type="password" class="feild" id="passwordInput" size="17"name="txt"
-onfocus="if(this.beenchanged!=true){ this.value = ''}"
-onblur="if(this.beenchanged!=true) { this.value='passwordpasswordd' }"
-onchange="this.beenchanged = true;"/>
+ <input type="password" class="feild" id="passwordInput" size="17"name="txt" />
</h1>
<h1 align="center"> <br />
<input type="submit" class="submit" id="loginSubmit" value="Log In" />