mod_http_dir_listing/http_dir_listing/resources/template.html
author Kim Alvefur <zash@zash.se>
Sun, 25 Jan 2015 13:04:02 +0100
changeset 1593 3e4d15ae2133
parent 1325 b21236b6b8d8
permissions -rw-r--r--
mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc)

<html>
  <head>
    <title>Index of {path}</title>
    <meta charset="utf-8"/>
    <style>{style}</style>
  </head>
  <body>
    <h1>Index of {path}</h1>
      <article>
        {filelist}
      </article>
    <footer>{footer}</footer>
  </body>
</html>