##$RCSfile$ $Revision$ $Date$ #set($Q = '"')
#if (${iconUrl})
#set($icon = "
#if (${linkHref} || ${linkOnclick})
${icon}
#else
${icon}
#end
|
#if (${title})
#set($body = "${title} ${text}") #else #set($body = "${text}") #end
#if (${linkHref} || ${linkOnclick})
${body}
#else
${body}
#end
|