Mercurial > prosody-modules
diff mod_http_muc_log/http_muc_log.html @ 3690:8c0a6d4541d5
mod_http_muc_log: Wrap navigation in unorderded lists (thanks jonas’)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 30 Sep 2019 00:27:25 +0200 |
parents | 413ea67597d2 |
children | be430d077d1c |
line wrap: on
line diff
--- a/mod_http_muc_log/http_muc_log.html Sun Sep 29 18:53:00 2019 +0100 +++ b/mod_http_muc_log/http_muc_log.html Mon Sep 30 00:27:25 2019 +0200 @@ -45,8 +45,10 @@ <header> <h1 title="xmpp:{jid?}">{title}</h1> <nav> -<a href="xmpp:{jid?}?join">Join using a client</a>{links# -<a class="{item.rel?}" href="{item.href}{hide_presence&?p=h}" rel="{item.rel?}">{item.text}</a>} +<ul> +<li><a href="xmpp:{jid?}?join">Join using a client</a></li>{links# +<li><a class="{item.rel?}" href="{item.href}{hide_presence&?p=h}" rel="{item.rel?}">{item.text}</a></li>} +</ul> </nav> </header> <hr> @@ -95,8 +97,10 @@ </div> <hr> <footer> -<nav>{links# -<a class="{item.rel?}" href="{item.href}{hide_presence&?p=h}" rel="{item.rel?}">{item.text}</a>} +<nav> +<ul>{links# +<li><a class="{item.rel?}" href="{item.href}{hide_presence&?p=h}" rel="{item.rel?}">{item.text}</a></li>} +</ul> </nav> <br> <div class="powered-by">Prosody</div>