Differences From 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]
To Artifact [4c878ea4e6]:
- File view/confirm.tpl — part of check-in [7bd78f9b1c] at 2021-01-05 22:10:42 on branch trunk — improve sql, js, docs, other tweaks (user: lexi, size: 292) [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="no 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 accesskey="n" class="no button" href="@:cancel">cancel</a> <button accesskey="y" name="act" value="confirm">confirm</button> </menu> </form> |