Differences From Artifact [7abbc95a91]:
- File view/conf-user-ctl.tpl — part of check-in [f09cd18161] at 2021-01-02 18:32:02 on branch trunk — iterate on user mgmt UI (user: lexi, size: 165) [annotate] [blame] [check-ins using]
To Artifact [7e2cfb9c6e]:
- File view/conf-user-ctl.tpl — part of check-in [d6024624c6] at 2021-01-08 05:58:30 on branch trunk — enable passwords (user: lexi, size: 203) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 |
<form method="post">
<div class="elem">
<label>user</label>
<div class="txtbox">@name</div>
</div>
@inputcontent
<button>alter</button>
</form>
@linkcontent
|
> | > > < |
1 2 3 4 5 6 7 8 9 10 11 |
<form method="post"> <div class="elem"> <label>user</label> <div class="txtbox">@name</div> </div> @inputcontent <menu class="vertical choice"> <button>alter</button> @btns </menu> </form> |