## JavaScript Embedded Resource Bundles #set ($providenamefortask_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.providenamefortask")) #set ($startdateinvalid_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.startdateinvalid")) #set ($invaliddates_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.invaliddates")) #set ($saveconfirm_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.saveconfirm")) #set ($deleteconfirm1_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.deleteconfirm1")) #set ($deleteconfirm2_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.deleteconfirm2")) #set ($datechangeconfirm_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.datechangeconfirm")) #set ($datechangeconfirmtitle_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.datechangeconfirmtitle")) #set ($resourcechangeconfirm_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.resourcechangeconfirm")) #set ($resourcechangeconfirmtitle_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.resourcechangeconfirmtitle")) #set ($errormessage_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.errormessage")) #set ($taskdescriptionleveled_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "taskdescription.leveled")) ## HTML Embedded Resource Bundles #set ($advanceddependencytab_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.advanceddependencytab")) #set ($dependencytab_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.dependencytab")) #set ($datanotset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.datanotset")) #set ($dataset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.dataset")) #set ($newtask_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.newtask")) #set ($only_manual_hrs_supported_msg = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.only_manual_hrs_supported_msg")) #set ($duplicate_resources_not_supported = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "componentdetail.duplicate_resources_not_supported")) #parse("copyrightnotice.vm") #if ($CommonFunctions.getNotUsed("PlannedManHours").length() == 0) #set ($totalManHoursLabel = $CommonFunctions.getDisplayReadyLabel("PlannedManHours")) #else #set ($totalManHoursLabel = "Total ") #set ($totalManHoursLabel = $totalManHoursLabel.concat($CommonFunctions.getDisplayReadyLabel("ManHours"))) #end #if ($CommonFunctions.getNotUsed("SpentManHours").length() == 0) #set ($spentManHoursLabel = $CommonFunctions.getDisplayReadyLabel("SpentManHours")) #else #set ($spentManHoursLabel = "Spent ") #set ($spentManHoursLabel = $spentManHoursLabel.concat($CommonFunctions.getDisplayReadyLabel("ManHours"))) #end #if ($CommonFunctions.getNotUsed("PlannedCost").length() == 0) #set ($totalCostLabel = $CommonFunctions.getDisplayReadyLabel("PlannedCost")) #else #set ($totalCostLabel = "Total ") #set ($totalCostLabel = $totalCostLabel.concat($CommonFunctions.getDisplayReadyLabel("Cost"))) #end #if ($CommonFunctions.getNotUsed("SpentCost").length() == 0) #set ($spentCostLabel = $CommonFunctions.getDisplayReadyLabel("SpentCost")) #else #set ($spentCostLabel = "Spent ") #set ($spentCostLabel = $spentCostLabel.concat($CommonFunctions.getDisplayReadyLabel("Cost"))) #end #set ($showDiscussionTab = true) #if ($componentID.equals("newcomponent") || $isType) #set ($showDiscussionTab = false) #end #set ($canManageSkillClass = ($canManageTasks)) #set ($canManageCostCenter = ($canManageTasks)) #set ($canManageBudgetType = ($canManageTasks)) #set ($canManageResourceCap = ($canManageTasks))
#parse ("jsnumbervalidator.vm") #parse ("viewconstants.vm")