Mercurial > prosody-modules
comparison mod_http_muc_log/http_muc_log.html @ 3579:b5511c48c958
mod_http_muc_log: Add table header and body tags for improved semantics
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 May 2019 12:59:06 +0200 |
parents | 181561d0aae5 |
children | 907ccda3f0d2 |
comparison
equal
deleted
inserted
replaced
3578:ea63dc0cc824 | 3579:b5511c48c958 |
---|---|
60 {years# | 60 {years# |
61 <h2 id="{item.year}">{item.year}</h2> | 61 <h2 id="{item.year}">{item.year}</h2> |
62 {item.months# | 62 {item.months# |
63 <table id="{item.month}-{item.year}"> | 63 <table id="{item.month}-{item.year}"> |
64 <caption>{item.month}</caption> | 64 <caption>{item.month}</caption> |
65 <tr><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Sun</th></tr>{item.weeks# | 65 <thead><tr><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Sun</th></tr></thead> |
66 <tbody>{item.weeks# | |
66 <tr>{item.days#<td>{item.href&<a href="{item.href}{hide_presence&?p=h}">}{item.day? }{item.href&</a>}</td>}</tr>} | 67 <tr>{item.days#<td>{item.href&<a href="{item.href}{hide_presence&?p=h}">}{item.day? }{item.href&</a>}</td>}</tr>} |
68 </tbody> | |
67 </table> | 69 </table> |
68 } | 70 } |
69 } | 71 } |
70 </nav> | 72 </nav> |
71 | 73 |