Differences From Artifact [746111dd26]:
- File view/conf-profile.tpl — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 257) [annotate] [blame] [check-ins using]
To Artifact [f1f77d7014]:
- File view/conf-profile.tpl — part of check-in [0324d62546] at 2020-12-30 00:43:11 on branch trunk — continued iteration (user: lexi, size: 419) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 |
<form method="post"> <label>handle <div class="txtbox">@!handle</div></label> <label>display name <input type="text" name="nym" value="@:nym"></label> <label>bio <textarea name="bio">@!bio</textarea></label> <input type="submit" value="commit"> </form> |
| | | | |
1 2 3 4 5 6 |
<form method="post"> <div class="elem"><label>handle</label> <div class="txtbox">@!handle</div> <div class="elem"><label for="nym">display name</label> <input type="text" name="nym" id="nym" placeholder="j. random poster" value="@:nym"></div> <div class="elem"><label for="bio">bio</label><textarea name="bio" id="bio" placeholder="tall, dark, and mysterious">@!bio</textarea></div> <button>commit</button> </form> |