$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.fromTime) $timeFormat.format($activity.fromTime) $dateFormat.format($activity.toTime) $timeFormat.format($activity.toTime) $activity.totalTimeStr $activity.description
$resource.getString('delete')
$resource.getString('SRWorkTime.total')
$grandTotal