#set ($closebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.label")) #set ($closebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.hint")) #set ($windowtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskcostrollup.windowtitle")) #set ($rolledupresources_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskcostrollup.rolledupresources")) #set ($subprojecttask_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskcostrollup.subprojecttask")) #set ($name_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskcostrollup.name")) #set ($planned_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskcostrollup.planned")) #set ($spent_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskcostrollup.spent")) #set ($comments_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskcostrollup.comments")) #parse ("viewconstants.vm") $windowtitle_text #parse("common_js.vm") #parse("systemmanager_js.vm")
$rolledupresources_text
$subprojecttask_text $name_text $CommonFunctions.getDisplayReadyLabel("BudgetClass") $planned_text $spent_text $CommonFunctions.getDisplayReadyLabel("CostCenter") $comments_text
#foreach ($subResource in $subTaskResourceList) #end
$CommonFunctions.displayReady($CommonFunctions.getProjectComponentName($subResource.getProjectId(), $subResource.getComponentId())) $CommonFunctions.displayReady($subResource.getName()) $CommonFunctions.displayReady($CommonFunctions.getCustomCategoryName($subResource.getBudgetClassId())) $CommonFunctions.displayReady($subResource.getPlannedValue()) $CommonFunctions.displayReady($subResource.getSpentValue()) $CommonFunctions.displayReady($CommonFunctions.getCustomCategoryName($subResource.getCostCenterId())) $CommonFunctions.displayReady($subResource.getComments())
$subprojecttask_text $name_text $CommonFunctions.getDisplayReadyLabel("BudgetClass") $planned_text $spent_text $CommonFunctions.getDisplayReadyLabel("CostCenter") $comments_text