Artifact c8511de2b7385938c28951b327b0972f7d6f07b87a46126820a937b6d8776360:
- File view/login-challenge.tpl — part of check-in [5b3a03ad34] at 2020-12-25 03:59:32 on branch trunk — big ol iteration (user: lexi, size: 472) [annotate] [blame] [check-ins using]
<div class="login"> <div class="user"> <img src="/avi/@handle"> <div class="name">@name</div> </div> <div class="msg">@challenge</div> <form action="/login" method="post"> <label for="response">@label</label> <input type="hidden" name="user" value="@handle"> <input type="password" name="response" id="response" autofocus required> <button type="submit" name="authmethod" value="@method">authenticate</button> <a href="/login">cancel</a> </form> </div>