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

com.github.dynamicextensionsalfresco.controlpanel.templates.html-macros.inc.ftl Maven / Gradle / Ivy

Go to download

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

There is a newer version: 3.1.0
Show newest version
<#-- Macro that generates a Bootstrap document. -->
<#macro document title="" active="extensions">


  
    ${title}
    
    
    
    <#assign resourceBase = "${url.serviceContext}/alfresco-dynamic-extensions-repo-control-panel/web/" />

    
    
    
    
    
  
  
    
<#if errorMessage??> <@alert type="error"> ${errorMessage} <#if successMessage??> <@alert type="success"> ${successMessage} <#nested/>
<#macro bundleTable bundles> <#list bundles as bundle>
Bundle Status Modified Store
<@bundleLink bundle=bundle/> ${bundle.status} ${bundle.store}
<#macro alert type="success">
<#nested/>
<#macro bundleLink bundle> ${bundle.name} ${bundle.version} <#macro check test><#if test>✓<#else>✘




© 2015 - 2025 Weber Informatics LLC | Privacy Policy