Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 906:62434bed2873
mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Sun, 10 Feb 2013 22:40:18 +0000 |
parents | a2259870495c |
children | 853a382c9bd6 |
line wrap: on
line source
<html> <head> <title>Index of {path}</title> <meta charset="utf-8"/> <style>{style}</style> </head> <body> <h1>Index of {path}</h1> {filelist} <footer>{footer}</footer> </body> </html>