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))
html += " " + ahref(smartBot_sendInputLink(t.a + m.rest() + t.b), "accept");
}
ret html;
}