!752 static S html(S subUri, Map params) { S id = params.get("id"); S bottomLink = params.get("bottomLink"); if (id == null) ret "please specify id"; S imgURL = snippetImageURL(id); new StringBuilder buf; buf.append("TinyBrain Image\n" + "
"); buf.append(""); if (!empty(bottomLink)) buf.append("
" + bottomLink); buf.append("
\n" + ""); ret str(buf); }