All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev-templates.view.html Maven / Gradle / Ivy

{#include main}
{#title}Static Resources{/title}
{#style}
.static{
margin-top: 5px;
}
{/style}
{#body}
 {#let folder=currentRequest.params.get("path")}
  
{folder}
{#for childOfFolder in info:staticResourceInfo.resourceMap.get(folder).children}
{#if !childOfFolder.isFolder} {childOfFolder.lastName} {#else} {childOfFolder.lastName} {/if}
{/for} {/let} {/body} {/include}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy