## begin: #col1 - first float column #if($existsCol1 && $r.visible("col1"))
$r.render("col1")
#end ## end: #col1 ## begin: #col2 second float column #if($existsCol2 && $r.visible("col2"))
$r.render("col2")
#end ## end: #col2 ## begin: #col3 static column #if($existsCol3 && $r.visible("col3"))
## skip anchor: content
$r.render("col3")
## IE column clearing
 
#end ## end: #col3
#if(($existsCol1 && $r.visible("col1")) || ($existsCol2 && $r.visible("col2"))) #end