## JavaScript Embedded Resource Bundles #set ($enlargebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.enlarge.label")) #set ($enlargebutton_hint = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.enlarge.hint")) #set ($piechart3D_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.charttype.piechart3d")) #set ($piechart_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.charttype.piechart")) #set ($barchart_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.charttype.barchart")) #set ($pointchart_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.charttype.pointchart")) #set ($noprojid_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "businessfocusview.noprojectsid")) #set ($noprojectidentified_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "businessfocusview.noprojectidentified")) ## HTML Embedded Resource Bundles #set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #parse("viewconstants.vm") #parse("common_js.vm") #parse("commonmethods_js.vm") #if ($isPrinting) #else #end #parse("systemmanager_js.vm") #parse("itimpactdialogs_js.vm") #parse ("pagingcontroljs.vm") #if ($isPrinting) #else #end ## Something seems to reset the $formatting variable farther down, so save the value to another ## variable to preserve it [CCY 2006/08/07] #set ($bfvFormatting = $formatting)
#if (!$isPrinting)
#end
#parse ("portfoliocontrol.vm")
$CommonFunctions.displayViewLabel($viewId)
#set($chartCallback = "setLegaFilterAxes()") #set ($chartNameList = [$piechart_text, $piechart3D_text, $barchart_text, $pointchart_text]) #set ($chartIDList = ["0", "1", "2", "3"]) #parse ("chartselectcontrol.vm")
#if ($chartType.intValue() == 1) $imageMapString #else #foreach ($imageMapArea in $imageMapAreaList) #if ($chartType.intValue() == 2) $imageMapArea.toHTML("title='$imageMapArea.getXAxisLabel()'") #else $imageMapArea.toHTML("title=' $imageMapArea.getLengendLabel() $imageMapArea.getValue()' ") #end #end #end
#parse("pagingcontrol.vm")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "mainviews.portfoliobalancing.focusby")#parse("focusbyselectcontrol.vm")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "mainviews.portfoliobalancing.balance")#parse("balanceselectcontrol.vm")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "mainviews.portfoliobalancing.breakdown")
#if ($isPrinting) #end #foreach ($businessFocusView in $sortedObjects) #if ($businessFocusView.getName().length() != 0) #set ($focusName = $CommonFunctions.displayReady($businessFocusView.getName())) #else #set ($focusName ="$notset_text") #end #if (!$bfvFormatting.equals("000000000001")) #set ($focusValue = $businessFocusView.getTotalValue()) #else #set ($focusValue = $CommonFunctions.formatMoney($currentUserId,$businessFocusView.getTotalValue())) #end #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "mainviews.portfoliobalancing.focusby") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "mainviews.portfoliobalancing.balance") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "mainviews.portfoliobalancing.breakdown")
$focusName $focusValue #if ($businessFocusView.getNumInvestments().compareTo("0") == 0) #else #foreach ($focusInvestment in $businessFocusView.getFocusInvestmentsVector()) #if (!$bfvFormatting.equals("000000000001")) #else #end #if ($focusInvestment.getSubscribed().compareTo("Yes") != 0) #else #end #end #if ($businessFocusView.getClipped().equals("Yes")) #end #end
N/A       $noprojid_text $noprojectidentified_text
$focusInvestment.getBreakdownValue() $CommonFunctions.formatMoney($currentUserId,$focusInvestment.getBreakdownValue()) $CommonFunctions.displayReady($focusInvestment.getName(), 25) $CommonFunctions.displayReady($focusInvestment.getName(), 30)
...    
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "MainViews", "mainviews.portfoliobalancing.breakdown")
#if (!$isPrinting)
#end #if (!$isPrinting) #end