Mercurial > prosody-modules
comparison mod_http_muc_log/http_muc_log.html @ 3692:96c6d9b0969f
mod_http_muc_log: Hide room join link from room listing
Node-less MUC is a secret non-standard hack anyways
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 30 Sep 2019 00:51:05 +0200 |
parents | be430d077d1c |
children | 0fc208973f0f |
comparison
equal
deleted
inserted
replaced
3691:be430d077d1c | 3692:96c6d9b0969f |
---|---|
46 <body> | 46 <body> |
47 <header> | 47 <header> |
48 <h1 title="xmpp:{jid?}">{title}</h1> | 48 <h1 title="xmpp:{jid?}">{title}</h1> |
49 <nav> | 49 <nav> |
50 <ul> | 50 <ul> |
51 <li class="button"><a href="xmpp:{jid?}?join">Join using a client</a></li>{links# | 51 {jid_node& |
52 <li class="button"><a href="xmpp:{jid?}?join">Join using a client</a></li> | |
53 } | |
54 {links# | |
52 <li><a class="{item.rel?}" href="{item.href}{hide_presence&?p=h}" rel="{item.rel?}">{item.text}</a></li>} | 55 <li><a class="{item.rel?}" href="{item.href}{hide_presence&?p=h}" rel="{item.rel?}">{item.text}</a></li>} |
53 </ul> | 56 </ul> |
54 </nav> | 57 </nav> |
55 </header> | 58 </header> |
56 <hr> | 59 <hr> |