Mercurial > prosody-modules
comparison mod_http_muc_log/http_muc_log.html @ 3645:413ea67597d2
mod_http_muc_log: Make time based anchors from mod_muc_log_http work
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 10 Aug 2019 14:19:48 +0200 |
parents | da7ec4ed6ddf |
children | 8c0a6d4541d5 |
comparison
equal
deleted
inserted
replaced
3644:9980ea72ff91 | 3645:413ea67597d2 |
---|---|
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 id="{item.time}" datetime="{item.datetime}">{item.time}</time></a> |
89 <b class="nick">{item.nick}</b> | 89 <b class="nick">{item.nick}</b> |
90 <em class="verb">{item.verb?}</em> | 90 <em class="verb">{item.verb?}</em> |
91 <q class="body">{item.body?}</q> | 91 <q class="body">{item.body?}</q> |
92 {item.oob.url&<figure><a rel="nofollow" href="{item.oob.url?}"><img style="max-height:9em;max-width:16em" alt="{item.oob.desc?}" src="{item.oob.url?}"/></a><figcaption>{item.oob.desc?}</figcaption></figure>} | 92 {item.oob.url&<figure><a rel="nofollow" href="{item.oob.url?}"><img style="max-height:9em;max-width:16em" alt="{item.oob.desc?}" src="{item.oob.url?}"/></a><figcaption>{item.oob.desc?}</figcaption></figure>} |
93 </li>} | 93 </li>} |