## JavaScript Embedded Resource Bundles #set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($clicktosetdate_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.clicktosetdate")) #set ($datepickertitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.datepickertitle")) #set ($datepickersavewarning_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.datepickersavewarning")) #set ($cleardate_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.datepickercleardate")) #set ($cleardatehint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.datepickercleardatehint")) #set ($addbutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId,"ProjectDialogs","project.addnewproject.label")) #set ($addbutton_hint = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId,"ProjectDialogs","project.addnewproject.hint")) ## HTML Embedded Resource Bundles #set ($windowtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId,"ProjectDialogs","batchprojectcreation.windowtitle")) #if ($!isPreview) #set ($windowtitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId,"ProjectDialogs","componentslist.importexcel")) #end #set ($isTypeEnabled = false) #if (($CommonFunctions.getNotUsed("Type").length() == 0) && $policyManager.canSeeCoreData("Type")) #set ($isTypeEnabled = true) #end #set ($isStatusEnabled = false) #if ($policyManager.canSeeCoreData("Status")) #set ($isStatusEnabled = true) #end #set ($isGroupEnabled = false) #if (($CommonFunctions.getNotUsed("Group").length() == 0) && $policyManager.canSeeCoreData("Group")) #set ($isGroupEnabled = true) #end #set ($isDepartmentEnabled = false) #if (($CommonFunctions.getNotUsed("Department").length() == 0) && $policyManager.canSeeCoreData("Department")) #set ($isDepartmentEnabled = true) #end #set ($isRequestorEnabled = false) #if (($CommonFunctions.getNotUsed("RequestorId").length() == 0) && $policyManager.canSeeCoreData("RequestorId")) #set ($isRequestorEnabled = true) #end #set ($isSubmittedToEnabled = false) #if (($CommonFunctions.getNotUsed("SubmittedToId").length() == 0) && $policyManager.canSeeCoreData("SubmittedToId")) #set ($isSubmittedToEnabled = true) #end #set ($isManagerEnabled = false) #if (($CommonFunctions.getNotUsed("ManagerId").length() == 0) && $policyManager.canSeeCoreData("ManagerId")) #set ($isManagerEnabled = true) #end #set ($isOwnerEnabled = false) #if (($CommonFunctions.getNotUsed("OwnerId").length() == 0) && $policyManager.canSeeCoreData("OwnerId")) #set ($isOwnerEnabled = true) #end #set ($isSponsorEnabled = false) #if (($CommonFunctions.getNotUsed("SponsorId").length() == 0) && $policyManager.canSeeCoreData("SponsorId")) #set ($isSponsorEnabled = true) #end #set ($isStartDateEnabled = false) #if (($CommonFunctions.getNotUsed("StartDate").length() == 0) && $policyManager.canSeeCoreData("StartDate")) #set ($isStartDateEnabled = true) #end #set ($isCompletionDateEnabled = false) #if (($CommonFunctions.getNotUsed("CompletionDate").length() == 0) && $policyManager.canSeeCoreData("CompletionDate")) #set ($isCompletionDateEnabled = true) #end #set ($isPlannedMHEnabled = false) #if (($CommonFunctions.getNotUsed("PlannedManHours").length() == 0) && $policyManager.canSeeCoreData("PlannedManHours")) #set ($isPlannedMHEnabled = true) #end #set ($isSpentMHEnabled = false) #if (($CommonFunctions.getNotUsed("SpentManHours").length() == 0) && $policyManager.canSeeCoreData("SpentManHours")) #set ($isSpentMHEnabled = true) #end #set ($isPlannedCostEnabled = false) #if (($CommonFunctions.getNotUsed("PlannedCost").length() == 0) && $policyManager.canSeeCoreData("PlannedCost")) #set ($isPlannedCostEnabled = true) #end #set ($isSpentCostEnabled = false) #if (($CommonFunctions.getNotUsed("SpentCost").length() == 0) && $policyManager.canSeeCoreData("SpentCost")) #set ($isSpentCostEnabled = true) #end #parse ("viewconstants.vm") #parse("common_js.vm") $windowtitle_text #parse("systemmanager_js.vm") #parse ("formvalidator.vm")
#set ($count = 3) #if ($isStatusEnabled) #set ($count = $count + 1) #end #if ($isTypeEnabled) #set ($count = $count + 1) #end #if ($isGroupEnabled) #set ($count = $count + 1) #end #if ($isDepartmentEnabled) #set ($count = $count + 1) #end #if ($isRequestorEnabled) #set ($count = $count + 1) #end #if ($isSubmittedToEnabled) #set ($count = $count + 1) #end #if ($isManagerEnabled) #set ($count = $count + 1) #end #if ($isOwnerEnabled) #set ($count = $count + 1) #end #if ($isSponsorEnabled) #set ($count = $count + 1) #end #if ($isStartDateEnabled) #set ($count = $count + 1) #end #if ($isCompletionDateEnabled) #set ($count = $count + 1) #end #if ($isPlannedMHEnabled) #set ($count = $count + 1) #end #if ($isSpentMHEnabled) #set ($count = $count + 1) #end #if ($isPlannedCostEnabled) #set ($count = $count + 1) #end #if ($isSpentCostEnabled) #set ($count = $count + 1) #end #set ($index = 0) #foreach ($custom in $customList) #set ($count = $index + $count) #set ($index = $index + 1) #end #set ($index = 0) #foreach ($quest in $questionsList) #set ($count = $index + $count) #if ($quest.getFormatting().equals("000000000001")) #else #end #set ($index = $index + 1) #end
$CommonFunctions.getDisplayReadyLabel("Project") $CommonFunctions.getDisplayReadyLabel("ProjectDescription")$CommonFunctions.getDisplayReadyLabel("Status")$CommonFunctions.getDisplayReadyLabel("Type")$CommonFunctions.getDisplayReadyLabel("Group")$CommonFunctions.getDisplayReadyLabel("Department")$CommonFunctions.getDisplayReadyLabel("RequestorId")$CommonFunctions.getDisplayReadyLabel("SubmittedToId")$CommonFunctions.getDisplayReadyLabel("ManagerId")$CommonFunctions.getDisplayReadyLabel("OwnerId")$CommonFunctions.getDisplayReadyLabel("SponsorId")$CommonFunctions.getDisplayReadyLabel("StartDate")$CommonFunctions.getDisplayReadyLabel("CompletionDate")$CommonFunctions.getDisplayReadyLabel("PlannedManHours")$CommonFunctions.getDisplayReadyLabel("SpentManHours")$CommonFunctions.getDisplayReadyLabel("PlannedCost") ($localeInfo.getCurrencyCode($currentUserId))$CommonFunctions.getDisplayReadyLabel("SpentCost") ($localeInfo.getCurrencyCode($currentUserId))$CommonFunctions.displayReady($custom.get(0).getName())$CommonFunctions.getTermFromResourceBundle($currentUserId,"ProjectDialogs","batchprojectcreation.headercurrency",$CommonFunctions.displayReady($quest.getSummaryLabel()),$localeInfo.getCurrencyCode($currentUserId))$CommonFunctions.displayReady($quest.getSummaryLabel())
#set ($clientSide = true) #parse("numbervalidation.vm")