#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($computefromwbs_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.computefromwbs")) #set ($entermanually_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.entermanually")) #set ($overplan_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.overplan")) #parse ("viewconstants.vm") #parse("common_js.vm") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.windowtitle") #parse("systemmanager_js.vm") #parse ("formvalidator.vm") #parse("itimpactdialogs_js.vm") #parse ("changedetector.vm") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "statusdetail.headertitle")
#if ($canSetManHours) #end
#if ($CommonFunctions.getNotUsed("PlannedManHours").length() == 0) #end #if ($CommonFunctions.getNotUsed("SpentManHours").length() == 0) #end #if ( ($CommonFunctions.getNotUsed("PlannedManHours").length() == 0) && ($CommonFunctions.getNotUsed("SpentManHours").length() == 0) ) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.headertitle")
$CommonFunctions.getDisplayReadyLabel("Project"): $CommonFunctions.displayReady($projectName)
$CommonFunctions.getDisplayReadyLabel("PlannedManHours"): #if ($projectPM.equals("")) $notset_text #else $CommonFunctions.formatNumber($projectPM) #end
$CommonFunctions.getDisplayReadyLabel("SpentManHours"): #if ($projectSM.equals("")) $notset_text #else $CommonFunctions.formatNumber($projectSM) #end
$CommonFunctions.getDisplayReadyLabel("RemainingManHours"): $CommonFunctions.formatNumber($remainingM ) #if ($remainingM.startsWith("-")) $overplan_text #end
#if ($CommonFunctions.getNotUsed("PlannedManHours").length() == 0) #if ($canSetPlannedManHours) #else #end #end #if ($CommonFunctions.getNotUsed("SpentManHours").length() == 0) #if ($canSetSpentManHours) #else #end #end #if ($canSetManHours) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.headermodifyhours")
$CommonFunctions.getDisplayReadyLabel("PlannedManHours"): #if ($PMOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.getDisplayReadyLabel("SpentManHours"): #if ($SMOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.changecomment")
#if ($projectLogSet) #set ($projectLogList = $projectLogSet) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "manhoursdetail.headerhistoryofchanges")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment")
#if ($isPrinting) #end #foreach ($projectLog in $projectLogList) #if ($projectLog.getAttrName().equals("PlannedManHours")) #set ($name = $CommonFunctions.getDisplayReadyLabel("PlannedManHours")) #elseif ($projectLog.getAttrName().equals("SpentManHours")) #set ($name = $CommonFunctions.getDisplayReadyLabel("SpentManHours")) #end #set ($imgSrc = "../themes/$theme/images/commentempty.gif") #if ($projectLog.getChangeComment().length() > 0) #set ($imgSrc = "../themes/$theme/images/comment.gif") #end #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment")
$CommonFunctions.formatDate($currentUserId,$projectLog.getLogTime()) $name $CommonFunctions.displayReady($CommonFunctions.stripDepartment($projectLog.getUserNameDepartment())) $projectLog.getAttrValue() $CommonFunctions.displayReady($projectLog.getChangeComment())
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment")
#if (!$isPrinting) #end #set ($clientSide=true) #parse("numbervalidation.vm")