#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", "taskmanhoursrollup.windowtitle")) #set ($rolledupresources_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.rolledupresources")) #set ($subprojecttask_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.subprojecttask")) #set ($name_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.name")) #set ($planned_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.planned")) #set ($spent_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.spent")) #set ($spentmodel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.spentmodel")) #set ($percentagecomplete_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.percentagecomplete")) #set ($computed_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.computed")) #set ($comments_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.comments")) #set ($manual_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskmanhoursrollup.manual")) #set ($timesheet_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskprogress.timesheet")) #parse ("viewconstants.vm") #parse("common_js.vm") $windowtitle_text #parse("systemmanager_js.vm")
$rolledupresources_text
$subprojecttask_text $name_text $CommonFunctions.getDisplayReadyLabel("SkillClass") $planned_text $spent_text $spentmodel_text $percentagecomplete_text $CommonFunctions.getDisplayReadyLabel("CostCenter") $comments_text
#foreach ($subResource in $subTaskResourceList) #end
$CommonFunctions.displayReady($CommonFunctions.getProjectComponentName($subResource.getProjectId(), $subResource.getComponentId())) $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($subResource.getUserId())) $CommonFunctions.displayReady($CommonFunctions.getCustomCategoryName($subResource.getSkillClassId())) $CommonFunctions.displayReady($subResource.getPlannedValue()) $CommonFunctions.displayReady($subResource.getSpentValue()) #if ($subResource.getSpentModel().length() == 0) $manual_text #elseif( $subResource.getSpentModel().equals("Timesheet") ) $timesheet_text #else $manual_text #end #if ($subResource.getPercentage().length() == 0) $manual_text #elseif ( $subResource.getPercentage().equals("Computed")) $computed_text #else $manual_text #end $CommonFunctions.displayReady($CommonFunctions.getCustomCategoryName($subResource.getCostCenterId())) $CommonFunctions.displayReady($subResource.getComments())
$subprojecttask_text $name_text $CommonFunctions.getDisplayReadyLabel("SkillClass") $planned_text $spent_text $spentmodel_text $percentagecomplete_text $CommonFunctions.getDisplayReadyLabel("CostCenter") $comments_text