static S ai_html_webThumbUpLink(S webID) {
  S imgUp = ai_html_thumbUp();
  S textUp = "Web " + webID + " is correct";
  ret html_smartBotInputLink_authBased(textUp, imgUp);
}