view mod_http_dir_listing2/resources/template.html @ 4035:270cd50852be

mod_rest: Map xml:lang to/from JSON
author Kim Alvefur <zash@zash.se>
date Fri, 29 May 2020 12:04:04 +0200
parents c91c9b87929e
children
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>

		<ul class="filelist">{filelist#
			<li class="{item.class}"><a href="{item.href}"{item.rel& rel="{item.rel}"}>{item.text}</a></li>}
		</ul>

    <footer>{footer}</footer>
  </body>
</html>