#parse("/project/myparticipationinstructions.vm")
#if ($wfActionVector.size() > 0)
#set ($buttonNumber = 0)
#set ($numActionColumns = 4)
#set ($actionColumnWidth = 30)
#foreach ($wfAction in $wfActionVector)
#if ($wfAction.getName().length() > 35)
#set ($numActionColumns = 3)
#set ($actionColumnWidth = 50)
#end
#end
#foreach ($wfAction in $wfActionVector)
#if ($wfAction.getName().length() > 50)
#set ($numActionColumns = 2)
#set ($actionColumnWidth = 50)
#end
#end
#foreach ($wfAction in $wfActionVector)
#set ($tooltip = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.changestatusto","$wfAction.getName()","$CommonFunctions.getStatusName($wfAction.getTargetStatusId())" ))
#set ($buttonName = "actionButton")
#set ($buttonName = $buttonName.concat($buttonNumber.toString()))
#set ($buttonNameAction = $buttonName.concat(".draw()"))
#if ($buttonNumber%$numActionColumns == 0)
#if ($buttonNumber > 0)
#end
#end
|
#set ($buttonNumber = $buttonNumber + 1)
#end
|
|
#end
#if ($policyManager.getPolicyViewCheck().canAccessFormSummaryPage() && $policyManager.canSeeCoreData("ProfileCurrency"))
#foreach ($legaMF in $ptv.getUserFormExpiryVector())
#set ($imgSrc = "../themes/$theme/images/greyclock.gif")
#if($legaMF.getAge().equals("1"))
#set ($imgSrc = "../themes/$theme/images/greenclock.gif")
#elseif($legaMF.getAge().equals("2"))
#set ($imgSrc = "../themes/$theme/images/yellowclock.gif")
#elseif($legaMF.getAge().equals("3"))
#set ($imgSrc = "../themes/$theme/images/redclock.gif")
#end
#set ($alt = $legaMF.getF_Age())
|
$CommonFunctions.displayReady($legaMF.getName())
$CommonFunctions.displayTermFromResourceBundle($currentUserId,"ProjectDialogs","myparticipationform.statusvalue", $CommonFunctions.displayReady($alt))
|
#end
#end
#if ($canConfirmProgress)
#set ($imgSrc = "../themes/$theme/images/greyclock.gif")
#if($ptv.getProgressAge().equals("1"))
#set ($imgSrc = "../themes/$theme/images/greenclock.gif")
#elseif($ptv.getProgressAge().equals("2"))
#set ($imgSrc = "../themes/$theme/images/yellowclock.gif")
#elseif($ptv.getProgressAge().equals("3"))
#set ($imgSrc = "../themes/$theme/images/redclock.gif")
#end
#set ($alt = $ptv.getF_ProgressAge())
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.oneminuteprogressreport")
($CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.status") $alt)
|
#end
#if ($canAssignPriorityPoints)
#parse("/project/myparticipationpriority.vm")
#end
#parse("/project/myparticipationtasks.vm")
|
|