String resourceTitle = props.get("resourceTitle");
String siteUrl = props.get("siteUrl");
String siteTitle = props.get("siteTitle");
Panel main = new FlowPanel();
main.addStyleName(StaticResourceBundle.INSTANCE.coreCss().inlinePanel());
main.add(new InlineLabel("commented on"));
main.add(new Anchor(resourceTitle, resourceUrl));
if (resourceTitle != null && !resourceTitle.isEmpty())
{