HTMLNode contentNode = page.content;
HTMLNode infobox = contentNode.addChild("div", "class", "infobox infobox-information");
infobox.addChild("div", "class", "infobox-header", l10n("fetchingPageBox"));
HTMLNode infoboxContent = infobox.addChild("div", "class", "infobox-content");
infoboxContent.addAttribute("id", "infoContent");
infoboxContent.addChild(new ProgressInfoElement(fetchTracker, key, fctx, maxSize, ctx.isAdvancedModeEnabled(), ctx, isWebPushingEnabled));
HTMLNode table = infoboxContent.addChild("table", "border", "0");
HTMLNode progressCell = table.addChild("tr").addChild("td", "class", "request-progress");
if(fr.totalBlocks <= 0)