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

META-INF.templates.profile-unit-overview.html.vt Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
#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()) #if($profile.getDeploymentId()) #end #if($profile.getSolutionPropertiesFile()) #end #if($profile.getDeploymentPropertiesFile()) #end
Item Detail
Profile id $profile.getId()
Deployment id $profile.getDeploymentId()
Profile type $profile.getType()
Profile description $profile.getDescription()
Profile file #hrefOrigin($profile.getOrigin())
Solution properties $profile.getRelativePath($profile.getSolutionPropertiesFile())
Deployment properties $profile.getRelativePath($profile.getDeploymentPropertiesFile())
#panelEnd ## On profile overview level we only display the concrete unit. #if($profile.getUnits().size() > 0) #panelStart('concrete-units', 'Concrete Units', $profile.getId()) #foreach($unit in $generator.sortUnits($profile.getUnits(true))) #if(!$unit.isAbstract()) #end #end
Unit Id Description Parent Unit Origin
#handleText($unit.getId()) $generator.getDescription($unit, $profile) #href($unit.getParentId()) #hrefOrigin($unit.getOrigin())
#panelEnd #end #if($profile.getType().toString().equals("BASE")) #if($profile.getUnits(true).size() > $profile.getUnits(false).size()) #panelStart('unit-templates', 'Unit Templates', $profile.getId()) #foreach($unit in $generator.sortUnits($profile.getUnits(true))) #if($unit.isAbstract()) #end #end
Unit Id Description Parent Unit Origin
#handleText($unit.getId()) $generator.getDescription($unit, $profile) #href($unit.getParentId()) #hrefOrigin($unit.getOrigin())
#panelEnd #end #else #end #rootContainerEnd($generator.getPackageId(), '..', 'profile-unit-overview') #footer
#htmlEnd



© 2015 - 2024 Weber Informatics LLC | Privacy Policy