#set ($daysremaining_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.daysremaining")) #set ($entermanually_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.entermanually")) #set ($computefromwbs_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.computefromwbs")) #set ($completiondateofproject_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.completiondateofproject")) #set ($datenotset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.notset")) #set ($modelnotset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.modelnotset")) #set ($hasStartDateControl = false) #if ($canSetDates && $canSetStartDate && ($CommonFunctions.getNotUsed("StartDate").length() == 0)) #if ($policyCheck.canSeeCoreData("StartDate")) #set ($hasStartDateControl = true) #end #end #set ($hasCompletionDateControl = false) #if ($canSetDates && $canSetCompletionDate && ($CommonFunctions.getNotUsed("CompletionDate").length() == 0)) #if ($policyCheck.canSeeCoreData("CompletionDate")) #set ($hasCompletionDateControl = true) #end #end #parse("viewconstants.vm") #parse("common_js.vm") #parse("systemmanager_js.vm") #parse("itimpactdialogs_js.vm") #parse ("changedetector.vm") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.windowtitle")
#if ($canSetDates && ($hasStartDateControl || $hasCompletionDateControl)) #end #if ( ($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) ) #else #end
#if ($CommonFunctions.getNotUsed("RequestDate").length() == 0) #if ($policyCheck.canSeeCoreData("RequestDate")) #end #end #if ($CommonFunctions.getNotUsed("StartDate").length() == 0) #if ($policyCheck.canSeeCoreData("StartDate")) #end #end #if ($CommonFunctions.getNotUsed("CompletionDate").length() == 0) #if ($policyCheck.canSeeCoreData("CompletionDate")) #end #if ( ($policyCheck.canSeeCoreData("StartDate")) && ($policyCheck.canSeeCoreData("CompletionDate")) ) #end #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.headertitle")
$CommonFunctions.getDisplayReadyLabel("Project"): $CommonFunctions.displayReady($projectName)
$CommonFunctions.getDisplayReadyLabel("RequestDate"): $CommonFunctions.formatDate($currentUserId,$projectRD)
$CommonFunctions.getDisplayReadyLabel("StartDate"): $CommonFunctions.formatDate($currentUserId,$projectSD)
$CommonFunctions.getDisplayReadyLabel("CompletionDate"): $CommonFunctions.formatDate($currentUserId,$projectCD)
$daysremaining_text $CommonFunctions.displayReady($remainingD)
#if ($hasStartDateControl) #if ($canSetStartDate) #else #end #end #if ($hasCompletionDateControl) #if ($canSetCompletionDate) #else #end #end #if ($canSetDates) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.headermodifydates")
$CommonFunctions.getDisplayReadyLabel("StartDate"): #set ($controlID = "startDate") #parse("datecontrol.vm") #if ($SDOverride.equals("ProjectLevel")) $entermanually_text #elseif ($SDOverride.startsWith("0")) $completiondateofproject_text $CommonFunctions.displayReady($CommonFunctions.getProjectDisplayedName($SDOverride), 70) #else $computefromwbs_text #end
$CommonFunctions.getDisplayReadyLabel("CompletionDate"): #set ($controlID = "completionDate") #parse("datecontrol.vm") #if ($CDOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.changecomment")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "datedetail.headerhistoryofdatechanges")
$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("StartDate")) #set ($name = $CommonFunctions.getDisplayReadyLabel("StartDate")) #elseif ($projectLog.getAttrName().equals("PlannedCompletionDate")) #set ($name = $CommonFunctions.getDisplayReadyLabel("CompletionDate")) #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())) $CommonFunctions.formatDate($currentUserId,$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) #if (($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) ) #end #end