Differences From Artifact [4dc628d5ef]:
- File view/login-username.tpl — part of check-in [5b3a03ad34] at 2020-12-25 03:59:32 on branch trunk — big ol iteration (user: lexi, size: 252) [annotate] [blame] [check-ins using]
To Artifact [8c165f8ae9]:
- File view/login-username.tpl — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 276) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
<div class="login"> <div class="msg">@loginmsg</div> <form action="/login" method="post"> <label for="user">local handle</label> <input type="text" name="user" id="user" autofocus required> <button type="submit">log on</button> </form> </div> |
| |
1 2 3 4 5 6 7 8 |
<div class="login">
<div class="msg">@loginmsg</div>
<form action="/login" method="post">
<label for="user">local handle</label>
<input type="text" name="user" id="user" autocomplete="username" autofocus required>
<button type="submit">log on</button>
</form>
</div>
|