#if ($action) #end
## #set ($IX="a") #set ($COUNTI="0") #foreach ($portlet in $browser) #set ($COUNTI="1") ##Display rows in alternating colors #if ($IX=="a") #set ($IX="b") #else #set ($IX="a") #end #else #end ## Display checkbox for portlet selection #end #if ($COUNTI=="0") #end ##
## Insert a image for already used portlets! #set ($FF="") #foreach ($entry in $runs) #if ($entry.parent == $portlet.Name) #set ($FF="checked") ## active #end #end ## Portlet is not used - use blank image! #if ($FF!="checked") ## #if ($portlet.Title) $portlet.Title #else $portlet.Name #end #if ($portlet.Description) $portlet.Description #else Unavailable #end
No entries available!