parsav  login-username.tpl at [f9559a83fc]

File view/login-username.tpl artifact 4dc628d5ef part of check-in f9559a83fc


<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>