WebView images support (temporary is off, press F11 to enable)

git-svn-id: svn://kolibrios.org@8330 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-12-05 23:22:38 +00:00
parent 7b4bf97ec8
commit 67d3c20b4e
15 changed files with 223 additions and 220 deletions

View File

@@ -42,16 +42,10 @@ ShowHistory()
strcat(history_pointer, "<br><b>Cached images</b><br>");
for (i=1; i<cache.url.count; i++) if (cache.type.get(i) == IMG)
{
strcat(history_pointer, "<a href='");
strcat(history_pointer, cache.url.get(i));
strcat(history_pointer, "'>");
strcat(history_pointer, "<img src='");
strcat(history_pointer, cache.url.get(i));
strcat(history_pointer, "</a><br>");
// strcat(history_pointer, "<img src='");
// strcat(history_pointer, #pics[i].path);
// strcat(history_pointer, "'><br>");
// strcat(history_pointer, #pics[i].path);
strcat(history_pointer, "'><br>");
}
strcat(history_pointer, "</body></html>");