Commit fd271592 authored by Vanessa's avatar Vanessa

login tab 顺序

parent a5626cf8
......@@ -32,11 +32,11 @@
<label for="userEmail">
${commentEmailLabel}
</label>
<input id="userEmail" />
<input id="userEmail" tabindex="1" />
<label for="userPassword">
${userPasswordLabel} <a href="/forgot">(${forgotLabel})</a>
</label>
<input type="password" id="userPassword" />
<input type="password" id="userPassword" tabindex="2" />
<button onclick='login();'>${loginLabel}</button>
<span id="tip"></span>
</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