#set ($nooverride_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.nooverride")) #set ($override_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.override")) #set ($overridetogrey_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.overridetogrey")) #set ($overridetogreen_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.overridetogreen")) #set ($overridetoyellow_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.overridetoyellow")) #set ($overridetored_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.overridetored")) #set ($oncesetalert_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.oncesetalert")) #set ($enterintergervaluealert_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.enterintergervaluealert")) $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.windowtitle") #parse("common_js.vm") #parse("systemmanager_js.vm") #parse ("formvalidator.vm") #parse ("changedetector.vm")
#set ($clientSide = true) #parse("numbervalidation.vm")
#if($canManageHealth) #if ( ($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) || ($policyCheck.canSeeCoreData("PlannedManHours")) || ($policyCheck.canSeeCoreData("PlannedCost")) ) #end #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.headertitle")
$CommonFunctions.getDisplayReadyLabel("Project"): $CommonFunctions.displayReady($proj.getName())
#if ( ($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) || ($policyCheck.canSeeCoreData("PlannedCost")) || ($policyCheck.canSeeCoreData("PlannedManHours")) ) #end #if ($useDates) #if ($policyCheck.canSeeCoreData("StartDate")) #else #end #if ($policyCheck.canSeeCoreData("CompletionDate")) #else #end #if ( ($policyCheck.canSeeCoreData("StartDate")) && ($policyCheck.canSeeCoreData("CompletionDate")) ) #end #end #if ($usePlannedCost) #if ($policyCheck.canSeeCoreData("PlannedCost")) #end #end #if ($usePlannedManHours) #if ($policyCheck.canSeeCoreData("PlannedManHours")) #end #end #if(!$canManageHealth) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.healthcalculatedvalue")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.columnattribute") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.columnbaselinevalue") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.columnactualvalue") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.columnchange") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.columnpercentagechange")
$CommonFunctions.getDisplayReadyLabel("StartDate") $baselineStartDate $currentStartDate N/A N/A
$CommonFunctions.getDisplayReadyLabel("CompletionDate") $baselineCompletionDate $currentCompletionDate N/A N/A
 $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.duration") #foreach ($imageMapArea in $imageMapAreaListDuration) #if ($chartType.intValue() == 2) $imageMapArea.toHTML("title='$imageMapArea.getXAxisLabel()'") #else $imageMapArea.toHTML("title=' $imageMapArea.getLengendLabel() $imageMapArea.getValue()' ") #end #end
$CommonFunctions.formatNumber($baselineTotalDuration) $CommonFunctions.formatNumber($currentTotalDuration) $CommonFunctions.formatNumber($changeTotalDuration) $percentageTotalDuration
$CommonFunctions.getDisplayReadyLabel("PlannedCost") #foreach ($imageMapArea in $imageMapAreaListSpend) #if ($chartType.intValue() == 2) $imageMapArea.toHTML("title='$imageMapArea.getXAxisLabel()'") #else $imageMapArea.toHTML("title=' $imageMapArea.getLengendLabel() $imageMapArea.getValue()' ") #end #end
$baselineTotalCost $currentTotalCost $changeTotalCost $percentageTotalCost
$CommonFunctions.getDisplayReadyLabel("PlannedManHours") #foreach ($imageMapArea in $imageMapAreaListManhours) #if ($chartType.intValue() == 2) $imageMapArea.toHTML("title='$imageMapArea.getXAxisLabel()'") #else $imageMapArea.toHTML("title=' $imageMapArea.getLengendLabel() $imageMapArea.getValue()' ") #end #end
$CommonFunctions.formatNumber($baselineTotalManHours) $CommonFunctions.formatNumber($currentTotalManHours) $CommonFunctions.formatNumber($changeTotalManHours) $percentageTotalManHours
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.average") $percentageAverage
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.calculatedhealth")
#if ($health.compareTo("GREEN") == 0) #elseif ($health.compareTo("YELLOW") == 0) #elseif ($health.compareTo("RED") == 0) #else #end  $CommonFunctions.displayReady($healthLabel)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.healthoverridesettings") #if ($forcedHealth.length() == 0) $nooverride_text #elseif ($forcedHealth.compareTo("GREY") == 0) $override_text   #elseif ($forcedHealth.compareTo("GREEN") == 0) $override_text   #elseif ($forcedHealth.compareTo("YELLOW") == 0) $override_text   #elseif ($forcedHealth.compareTo("RED") == 0) $override_text   #end
#if ($useDates) #if ($policyCheck.canSeeCoreData("StartDate")) #end #if ($policyCheck.canSeeCoreData("CompletionDate")) #end #end #if ($usePlannedCost) #if ($policyCheck.canSeeCoreData("PlannedCost")) #set ($baselineCost = $CommonFunctions.formatDecimal($currentUserId, $baselinePlannedCost)) #set ($baselinePlannedHours = $CommonFunctions.formatDecimal($currentUserId, $baselineTotalManHours)) #set ($currencySymbol = $CommonFunctions.getCurrencySymbol($currentUserId)) #end #end #if ($usePlannedManHours) #if ($policyCheck.canSeeCoreData("PlannedManHours")) #end #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.healthbaselineattributesettings")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.baselinestart") #set ($controlID = "startDate") #parse("datecontrol.vm")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.baselinecompletion") #set ($controlID = "completionDate") #parse("datecontrol.vm")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.baselinespendinplan") ($currencySymbol)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.baselinehoursinplan")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.healthoverridesettings")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.overriddenhealth")