chiark / gitweb /
list.fhtml, login.fhtml: Add some missing access keys.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 May 2014 23:02:23 +0000 (00:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 Jun 2014 13:11:29 +0000 (14:11 +0100)
list.fhtml
login.fhtml

index 8a947aaa2b676b6e56d5a0d44d03585b89aca59c..63b0165be29ae543ca969e002c3d4005e36cd050 100644 (file)
 <h2>Log out of Chopwood</h2>
 
 <form method=POST action="~={script}H/logout">
-<button type=submit>Log out</button>
+<button type=submit accesskey=o>Log <u>o</u>ut</button>
 <input type=hidden name=%user value="~={user}H">
 <input type=hidden name=%nonce value="~={nonce}H">
 </form>
index b88594b2243d553291f3fb80c490bcd1c99ce83a..ef904373ea17e58bf57a608fe304eb2a3d41159f 100644 (file)
@@ -34,7 +34,7 @@
   <td class=label><label for=login-u accesskey=l><u>L</u>ogin:</label>
   <td><input id=login-u name=u>
 <tr>
-  <td class=label><label for=login-pw>Password:</label>
+  <td class=label><label for=login-pw accesskey=p><u>P</u>assword:</label>
   <td><input id=login-pw name=pw type=password>
   <td><button type=submit accesskey=o>L<u>o</u>gin</button>
 </table>