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 [3b921f59eb]:
- File view/confirm.tpl — part of check-in [aa17a03321] at 2021-01-01 16:24:44 on branch trunk — move from webp to svg except where necessary (user: lexi, size: 260) [annotate] [blame] [check-ins using]
1 1 <form class="message" method="post"> 2 - <img class="icon" src="/s/query.webp"> 2 + <img class="icon" src="/s/query.svg"> 3 3 <h1>@title</h1> 4 4 <p>@query</p> 5 5 <menu class="horizontal choice"> 6 6 <a class="button" href="@:cancel">cancel</a> 7 7 <button name="act" value="confirm">confirm</button> 8 8 </menu> 9 9 </form>