Mercurial > prosody-modules
comparison mod_http_muc_log/http_muc_log.html @ 3714:04ff0de40ba9
mod_http_muc_log: Add date metadata to log pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 13 Oct 2019 16:00:16 +0200 |
parents | c6563625f60e |
children | f03a023cd523 |
comparison
equal
deleted
inserted
replaced
3713:53fc4b612fb2 | 3714:04ff0de40ba9 |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html lang="en"> | 2 <html lang="en"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <meta name="viewport" content="width=device-width, initial-scale=1"> | 5 <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 {date&<meta name="dcterms.date" content="{date}">} | |
6 <title>{title}</title> | 7 <title>{title}</title> |
7 <style> | 8 <style> |
8 :link,:visited{color:#3465a4;text-decoration:none;} | 9 :link,:visited{color:#3465a4;text-decoration:none;} |
9 :link:hover,:visited:hover{color:#6197df;} | 10 :link:hover,:visited:hover{color:#6197df;} |
10 body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;} | 11 body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;} |