META-INF.templates.profile-unit-overview.html.vt Maven / Gradle / Ivy
#htmlStart($profile.getId(), '..')
#rootContainerStart($generator.getPackageId(), '..', 'profile-unit-overview')
Profile - $profile.getId()
Profile Overview
#panelStart('profile-summary', 'Profile Summary', $profile.getId())
#modalDialog('modal_deploymentProperties', 'Deployment Properties', $profile.getDeploymentPropertiesFile())
#modalDialog('modal_solutionProperties', 'Solution Properties', $profile.getSolutionPropertiesFile())
#modalDialog('modal_profile', 'Profile', $profile.getOrigin())
Item
Detail
Profile id
$profile.getId()
#if($profile.getDeploymentId())
Deployment id
$profile.getDeploymentId()
#end
Profile type
$profile.getType()
Profile description
$profile.getDescription()
Profile file
#hrefOrigin($profile.getOrigin())
#if($profile.getSolutionPropertiesFile())
Solution properties
$profile.getRelativePath($profile.getSolutionPropertiesFile())
#end
#if($profile.getDeploymentPropertiesFile())
Deployment properties
$profile.getRelativePath($profile.getDeploymentPropertiesFile())
#end
#panelEnd
## On profile overview level we only display the concrete unit.
#if($profile.getUnits().size() > 0)
#panelStart('concrete-units', 'Concrete Units', $profile.getId())
Unit Id
Description
Parent Unit
Origin
#foreach($unit in $generator.sortUnits($profile.getUnits(true)))
#if(!$unit.isAbstract())
#handleText($unit.getId())
$generator.getDescription($unit, $profile)
#href($unit.getParentId())
#hrefOrigin($unit.getOrigin())
#end
#end
#panelEnd
#end
#if($profile.getType().toString().equals("BASE"))
#if($profile.getUnits(true).size() > $profile.getUnits(false).size())
#panelStart('unit-templates', 'Unit Templates', $profile.getId())
Unit Id
Description
Parent Unit
Origin
#foreach($unit in $generator.sortUnits($profile.getUnits(true)))
#if($unit.isAbstract())
#handleText($unit.getId())
$generator.getDescription($unit, $profile)
#href($unit.getParentId())
#hrefOrigin($unit.getOrigin())
#end
#end
#panelEnd
#end
#else
Note! Abstract template units are only listed for base profiles.
For a full list of templates consult the
Unit Reference.
#end
#rootContainerEnd($generator.getPackageId(), '..', 'profile-unit-overview')
#footer