Differences From Artifact [0d2952df9c]:
- File view/confirm.tpl — part of check-in [db4c5fd644] at 2020-12-31 02:18:38 on branch trunk — start work on user mgmt (user: lexi, size: 261) [annotate] [blame] [check-ins using] [more...]
To Artifact [8b0d6acfba]:
- File view/confirm.tpl — part of check-in [b6c2a79945] at 2021-01-04 20:33:33 on branch trunk — more jabbascript improvements (user: lexi, size: 264) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 |
<form class="message" method="post"> <img class="icon" src="/s/query.webp"> <h1>@title</h1> <p>@query</p> <menu class="horizontal choice"> <a class="button" href="@:cancel">cancel</a> <button name="act" value="confirm">confirm</button> </menu> </form> |
| |
1 2 3 4 5 6 7 8 9 |
<form class="message" method="post">
<img class="icon" src="/s/query.webp">
<h1>@title</h1>
<p>@query</p>
<menu class="horizontal choice">
<a class="no button" href="@:cancel">cancel</a>
<button name="act" value="confirm">confirm</button>
</menu>
</form>
|