$frm.printControl('user_name', true, true, null)
 
$frm.printControl('from_time', true, true, null)
 
$frm.printControl('to_time', true, true, null)
 
$frm.printControl('totalTime', true, true, null)
 
$frm.printControl('description', true, true, null)
 
$addButton  
   
#foreach( $activity in $activities ) #end
$resource.getString('user') $resource.getString('SRWorkTime.startTime') $resource.getString('SRWorkTime.endTime') $resource.getString('SRWorkTime.total') $resource.getString('description') $resource.getString('SRWorkTime.action')
$loginBean.getAccount().getDisplayUserName($activity.user,null) $dateFormat.format($activity.getFromTime()) $timeFormat.format($activity.getFromTime()) $dateFormat.format($activity.getToTime()) $timeFormat.format($activity.getToTime()) $activity.getTotalTimeStr() $activity.getDescription()
$resource.getString("delete")
$resource.getString('SRWorkTime.total')
$grandTotal