Mercurial > prosody-modules
comparison mod_http_muc_log/http_muc_log.html @ 2083:fed0a71a5e68
mod_http_muc_log: Add XMPP URI link for joining the current room
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 15 Mar 2016 16:46:02 +0100 |
parents | 5e65c91c07c4 |
children | 181561d0aae5 |
comparison
equal
deleted
inserted
replaced
2082:163d55777ad5 | 2083:fed0a71a5e68 |
---|---|
41 </style> | 41 </style> |
42 </head> | 42 </head> |
43 <body> | 43 <body> |
44 <header> | 44 <header> |
45 <h1 title="xmpp:{jid?}">{title}</h1> | 45 <h1 title="xmpp:{jid?}">{title}</h1> |
46 <nav>{links# | 46 <nav> |
47 <a href="xmpp:{jid?}?join">Join using a client</a>{links# | |
47 <a class="{item.rel?}" href="{item.href}" rel="{item.rel?}">{item.text}</a>} | 48 <a class="{item.rel?}" href="{item.href}" rel="{item.rel?}">{item.text}</a>} |
48 </nav> | 49 </nav> |
49 </header> | 50 </header> |
50 <hr> | 51 <hr> |
51 <div class="content"> | 52 <div class="content"> |