##$RCSfile$ $Revision$ $Date$
Page Comments:
#tableOpen()
#trOpen()
#tdText("Comment")
#tdSeparator()
#tdText("Submitted")
#trClose()
#foreach($comment in $comments)
#trOpen()
#set($text = "$textFormatter.format($comment.description, 'W')")
#if($comment.icon)
#set($Q = '"')
#set($click_url = "${cbBaseUrl}/displayDocument/$comment.filename?object_comment_id=$comment.id")
#set($onclick = "launch_url('$click_url');return false;")
#if($comment.target != "_top")
#set($link = "$comment.filename")
#else
#set($link = "$comment.filename")
#end
#set($size = "${comment.size}")
#set($text = "$text#br()
$link, $size bytes")
#end
#tdText($text)
#tdSeparator()
#tdText("#linkUser($comment.submitter)#br()$comment.submittedAt")
#tdSeparator()
#trClose()
#end
#tableClose()
#if($limited)
More...
#end