com.github.dynamicextensionsalfresco.controlpanel.templates.html-macros.inc.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of control-panel Show documentation
Show all versions of control-panel Show documentation
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
<#-- Macro that generates a Bootstrap document. -->
<#macro document title="" active="extensions">
${title}
<#assign resourceBase = "${url.serviceContext}/alfresco-dynamic-extensions-repo-control-panel/web/" />
#macro>
<#macro bundleTable bundles>
Bundle
Status
Modified
Store
<#list bundles as bundle>
<@bundleLink bundle=bundle/>
${bundle.status}
${bundle.store}
#list>
#macro>
<#macro alert type="success">
<#nested/>
#macro>
<#macro bundleLink bundle>
${bundle.name} ${bundle.version}
#macro>
<#macro check test><#if test>✓<#else>✘#if>#macro>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy