Check-in [ca08c1d1b3]
Not logged in
Overview

SHA1 Hash:ca08c1d1b3f9931e96a01bdbfe6ffa17ed0b8d77
Date: 2009-09-23 16:54:54
Edited User: rwilson
Original User: rwilso20
Comment:place the cursor in the username text box on the login screen.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/login.c from [24e3ed3b13] to [3b52c138db].

@@ -218,13 +218,13 @@
   }
   @ <table align="left" hspace="10">
   @ <tr>
   @   <td align="right">User ID:</td>
   if( anonFlag ){
-    @   <td><input type="text" name="u" value="anonymous" size=30></td>
+    @   <td><input type="text" id="u" name="u" value="anonymous" size=30></td>
   }else{
-    @   <td><input type="text" name="u" value="" size=30></td>
+    @   <td><input type="text" id="u" name="u" value="" size=30></td>
   }
   @ </tr>
   @ <tr>
   @  <td align="right">Password:</td>
   @   <td><input type="password" name="p" value="" size=30></td>
@@ -237,10 +237,11 @@
   @ <tr>
   @   <td></td>
   @   <td><input type="submit" name="in" value="Login"></td>
   @ </tr>
   @ </table>
+  @ <script>document.getElementById('u').focus()</script>
   if( g.zLogin==0 ){
     @ <p>Enter
   }else{
     @ <p>You are currently logged in as <b>%h(g.zLogin)</b></p>
     @ <p>To change your login to a different user, enter