view mod_http_dir_listing2/resources/template.html @ 4399:846b7af5588c

mod_groups_internal: send invite to new members of groups
author Jonas Schäfer <jonas@wielicki.name>
date Tue, 26 Jan 2021 17:28:26 +0100
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>