#if ($isPrinting)
#end
#foreach ($changeView in $historyList)
#if ($changeView.getLogTime().compareTo($timeStamp) > 0)
#set ($elementClass = "tableBodyContentElementChange")
#else
#set ($elementClass = "tableBodyContentElement")
#end
$changeView.getF_LogTime() |
$CommonFunctions.displayReady($changeView.getAttrName()) |
#foreach($response in $changeView.getAttrVector())
#if($CommonFunctions.isNumber($CommonFunctions.unescape($response))) $CommonFunctions.formatNumber($CommonFunctions.unescape($response)) #else $CommonFunctions.unescape($response) #end
#end
|
$CommonFunctions.displayReady($changeView.getUserName()) |
|
#end
#if (!$isPrinting)
|
|
|
|
|
#end