Mercurial > prosody-modules
comparison mod_http_muc_log/http_muc_log.html @ 3597:da7ec4ed6ddf
mod_http_muc_log: Hide join/part controls if they are not stored by mod_muc_mam
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 May 2019 07:46:05 +0200 |
parents | 444e2306c99a |
children | 413ea67597d2 |
comparison
equal
deleted
inserted
replaced
3596:6e529f53b3c3 | 3597:da7ec4ed6ddf |
---|---|
70 } | 70 } |
71 } | 71 } |
72 </nav> | 72 </nav> |
73 | 73 |
74 <div> | 74 <div> |
75 <form> | 75 {presence_available&<form> |
76 <label> | 76 <label> |
77 <input name="p" value="h" type="checkbox"{hide_presence& checked}> | 77 <input name="p" value="h" type="checkbox"{hide_presence& checked}> |
78 <span>Hide joins and parts</span> | 78 <span>Hide joins and parts</span> |
79 </label> | 79 </label> |
80 <noscript> | 80 <noscript> |
81 <button type="submit">Apply</button> | 81 <button type="submit">Apply</button> |
82 </noscript> | 82 </noscript> |
83 </form> | 83 </form>} |
84 </div> | 84 </div> |
85 | 85 |
86 <ol class="chat-logs">{lines# | 86 <ol class="chat-logs">{lines# |
87 <li class="{item.st_name} {item.st_type?}" id="{item.key}"> | 87 <li class="{item.st_name} {item.st_type?}" id="{item.key}"> |
88 <a class="time" href="#{item.key}"><time datetime="{item.datetime}">{item.time}</time></a> | 88 <a class="time" href="#{item.key}"><time datetime="{item.datetime}">{item.time}</time></a> |