static S ai_html_linkedWebWithThumbs(S webID) { bool auth = html_pretendAuthed(); S html = ai_html_linkedWeb_icon(webID); if (auth) { html += " " + ai_html_webThumbUpDownLinks(webID); T3 t = ai_webToTriple(ai_getWeb(webID)); new Matches m; if (t != null && swic(t.b, "possibly ", m) && !ai_hasTriple(t.a, m.rest(), t.c)) html += " " + ahref(smartBot_storeTripleLink(t.a, m.rest(), t.c), "accept"); } ret html; }