view mod_http_dir_listing/http_dir_listing/resources/template.html @ 1257:a02fbed74487

mod_component_roundrobin: Increase priority of stanza hooks above mod_component (thanks Julien)
author Kim Alvefur <zash@zash.se>
date Sat, 28 Dec 2013 14:12:02 +0100
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>