comparison src/chat.html.luan @ 52:27758f3b2d69

add hide_ruby
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 16 Aug 2025 09:56:10 +0900
parents 4581a20b8124
children bd3f16f7b8b7
comparison
equal deleted inserted replaced
51:4581a20b8124 52:27758f3b2d69
89 </p> 89 </p>
90 <p> 90 <p>
91 <label clickable><input type=checkbox name=autoplay>Autoplay</label> 91 <label clickable><input type=checkbox name=autoplay>Autoplay</label>
92 </p> 92 </p>
93 <p> 93 <p>
94 <label clickable><input type=checkbox name=show_text>Show text</label> 94 <select name=show_text>
95 <option value=show_text>Show text</option>
96 <% if chat.has_ruby then %>
97 <option value=hide_ruby>Hide pronunciation</option>
98 <% end %>
99 <option value=hide_text>Hide text</option>
100 </select>
95 </p> 101 </p>
96 <p> 102 <p>
97 <label clickable><input type=checkbox name=is_private>Private chat</label> 103 <label clickable><input type=checkbox name=is_private>Private chat</label>
98 </p> 104 </p>
99 <div buttons> 105 <div buttons>