#set ($start_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "myparticipationtasks.start")) #set ($completion_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "myparticipationtasks.completion")) #set ($status_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "myparticipationtasks.status")) #set ($priority_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "myparticipationtasks.priority")) #set ($displayTaskTable = "none") #if ($ptv.getUserOpenTaskVector().size() > 0) #set ($displayTaskTable = "block") #end #if( !$project.isAgile() ) $CommonFunctions.displayTermFromResourceBundle($currentUserId, $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.addanewtask") #end #if ($ptv.getUserOpenTaskVector().size() > 0) $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.noteyouropentasks") #else $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.noteyoucurrentlyhavenoopentasks") #end #if ($ptv.getUserOpenTaskVector().size() > 0)
$CommonFunctions.getDisplayReadyLabel("ProjectTask") $start_text $completion_text $status_text $priority_text
#foreach ($task in $ptv.getUserOpenTaskVector()) #set ($taskClass = "tableBodyContentElementLeft") #if ($task.getFlag().equals("NEWTOME")) $task.setFlag("") #set ($taskClass = "tableBodyContentElementChange") #end #set ($dateClass = "tableBodyContentElementNumber") #if ((($task.getStartDate().length() == 0) || ($task.getStartDate().compareTo($today) < 0)) && ($task.getStatusId().equals("000000000001"))) #set ($dateClass = "tableBodyContentElementNumberChange") #end #set ($targetClass = "tableBodyContentElementNumber") #if ( ($task.getTargetDate().length() == 0) || ($task.getTargetDate().compareTo($today) < 0) ) #set ($targetClass = "tableBodyContentElementNumberChange") #end #end
$CommonFunctions.displayReady($CommonFunctions.taskNameWithIdIfApplicable($task)) $CommonFunctions.displayReady($CommonFunctions.formatDate($currentUserId,$task.getStartDate())) $CommonFunctions.displayReady($CommonFunctions.formatDate($currentUserId,$task.getTargetDate())) $CommonFunctions.displayReady($CommonFunctions.getTaskStatusName($task.getStatusId())) $CommonFunctions.displayReady($CommonFunctions.getTaskPriorityName($task.getPriorityId()))
$CommonFunctions.getDisplayReadyLabel("ProjectTask") $start_text $completion_text $status_text $priority_text
#end