mod_http_dir_listing/http_dir_listing/resources/template.html
changeset 1593 3e4d15ae2133
parent 1325 b21236b6b8d8
equal deleted inserted replaced
1592:47fb4f36dacd 1593:3e4d15ae2133
     4     <meta charset="utf-8"/>
     4     <meta charset="utf-8"/>
     5     <style>{style}</style>
     5     <style>{style}</style>
     6   </head>
     6   </head>
     7   <body>
     7   <body>
     8     <h1>Index of {path}</h1>
     8     <h1>Index of {path}</h1>
     9 
     9       <article>
    10 		{filelist}
    10         {filelist}
    11 
    11       </article>
    12     <footer>{footer}</footer>
    12     <footer>{footer}</footer>
    13   </body>
    13   </body>
    14 </html>
    14 </html>