Artifact be2d94bab16e7b5e72d2176820f18ef0f312983c361cdc7a780019dbba42a6f6:
- File view/login-challenge.tpl — part of check-in [1ba4bbc92f] at 2021-01-11 23:33:55 on branch trunk — various cleanups, notices no longer originated from self (user: lexi, size: 428) [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"> @inputfield <button type="submit" name="authmethod" value="@method">authenticate</button> <a class="button" href="/login">cancel</a> </form> </div>