static S ai_html_linkedWebWithThumbs(S webID) { bool auth = html_pretendAuthed(); S html = ai_html_linkedWeb_icon(webID); if (auth) { T3 t = ai_webToTriple(ai_getWeb(webID)); new Matches m; // possibly * => * if (t != null && swic(t.b, "possibly ", m) && !ai_hasTriple(t.a, m.rest(), t.c)) html += " " + smartBot_sendInputLink(smartBot_storeTripleCmd(t.a, m.rest(), t.c)), ai_html_thumbUp()); else html += " " + ai_html_webThumbUpLink(webID); html += " " + ai_html_webThumbDownLink(webID); } ret html; }