Mercurial Hosting > lang
comparison src/chat.html.luan @ 36:2737eeedc1d5
autoplay
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 05 Aug 2025 17:24:47 -0600 |
parents | 3117876debca |
children | 2a4c83ce3deb |
comparison
equal
deleted
inserted
replaced
35:3117876debca | 36:2737eeedc1d5 |
---|---|
88 <option value="<%=voice.code%>"><%=voice.name%></option> | 88 <option value="<%=voice.code%>"><%=voice.name%></option> |
89 <% end %> | 89 <% end %> |
90 <select> | 90 <select> |
91 </p> | 91 </p> |
92 <p> | 92 <p> |
93 <label clickable><input type=checkbox name=autoplay>Autoplay</label> | |
94 </p> | |
95 <p> | |
93 <label clickable><input type=checkbox name=show_text>Show text</label> | 96 <label clickable><input type=checkbox name=show_text>Show text</label> |
94 </p> | 97 </p> |
95 <div buttons> | 98 <div buttons> |
96 <button type=button onclick="closeModal(this)">Cancel</button> | 99 <button type=button onclick="closeModal(this)">Cancel</button> |
97 <button type=submit>Save</button> | 100 <button type=submit>Save</button> |