characterString = characterLink.toString();
}
Anchor eveOnlineAnchor = new Anchor(constants.eveOnline(), constants.eveOnlineUrl(), "_blank");
eveOnlineAnchor.addStyleName(resources.css().footerAnchor());
Anchor ccpGamesAnchor = new Anchor(constants.ccpGames(), constants.ccpGamesUrl(), "_blank");
ccpGamesAnchor.addStyleName(resources.css().footerAnchor());
Anchor appEngineAnchor = new Anchor(constants.googleAppEngine(), constants.googleAppEngineUrl(), "_blank");
appEngineAnchor.addStyleName(resources.css().footerAnchor());
InlineHTML footerInlineHtml = new InlineHTML(messages.footerText(characterString, eveOnlineAnchor.toString(), ccpGamesAnchor.toString(), appEngineAnchor.toString()));
footerInlineHtml.addStyleName(resources.css().footerText());