Commit fd271592 authored by Vanessa's avatar Vanessa

login tab 顺序

parent a5626cf8
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
<label for="userEmail"> <label for="userEmail">
${commentEmailLabel} ${commentEmailLabel}
</label> </label>
<input id="userEmail" /> <input id="userEmail" tabindex="1" />
<label for="userPassword"> <label for="userPassword">
${userPasswordLabel} <a href="/forgot">(${forgotLabel})</a> ${userPasswordLabel} <a href="/forgot">(${forgotLabel})</a>
</label> </label>
<input type="password" id="userPassword" /> <input type="password" id="userPassword" tabindex="2" />
<button onclick='login();'>${loginLabel}</button> <button onclick='login();'>${loginLabel}</button>
<span id="tip"></span> <span id="tip"></span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment